Stars
A personal continuation of the https://github.com/luaj/luaj project
An embeddable Lua command prompt as well as a stand-alone interpreter with pretty-printing and autocompletion.
A tiny programming language that transpiles to C, C++, Java, TypeScript, Python, C#, Swift, Lua and WebAssembly 🚀
Next Generation Custom Firmware for the PSP and Vita's ePSP.
Portable Python 3.x Interpreter in Modern C for Game Scripting
Dive into CPython internals, trying to illustrate every detail of CPython implementation
An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar pr…
Neopallium / lua-zmq
Forked from iamaleksey/lua-zmqLua zeromq2 binding
Implementation of Lua 5.1, originally a fork of LuaJIT 2.0
ThinLisp is an open source Lisp to C translator.
My patches to Thinlisp. IMO you're certainly better off using ECL instead.
DuplexPipe (java -jar DuplexPipe-0.3.0-SNAPSHOT.jar -c 192.168.1.100 3389 -l 1234)
A duplex pipe. Like a unix pipe, but the output of downstream process is also piped back to input of upstream process. Can be used to concatenate nc and cat to make an echo server.
Lisp in 99 lines of C and how to write one yourself. Includes 21 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.