back

by jeffreyrogers·12y ago·view on hn ↗
One language I've been playing with lately is Lua. It's really nice how you can get it to interoperate with C code very easily. For applications that have well defined "hot loops" that need to run fast and where the rest of the code mainly exists for flow control, etc. Lua is really nice to use.