|
|
|
|
|
by vortico
3764 days ago
|
|
Those languages are too big, so I might as well use Ruby or the Node environment when I need a full-featured language with lots of libraries. I'd like something dead simple that I can statically link into my C programs, with a syntax I can completely explain to someone in 15 minutes. I currently use duktape/Coffeescript or Lua/Moonscript for that, since hosting it in C is about ~5 lines of boilerplate code. Edit: Does anyone know of any other languages similar to the syntax of Coffeescript and Moonscript? |
|