Cliffhanger FFI draft
why I chose network sockets over local calls for my hobby programming language
Jan 6, 20222 min read36

Search for a command to run...
Articles tagged with #programming-languages
why I chose network sockets over local calls for my hobby programming language

Cliffhanger is a natural declarative stream processing language I've been working on for almost a year now (and haven't written a single line of compiler code yet ^_^). Today, I almost feel like the draft of the language is ready for general feedba...