Hacker News new | ask | show | jobs
by rcarmo 856 days ago
I’ve been toying with a few utilities I want to turn into apps, and came across https://github.com/mogenson/lua-macos-app the other day. It binds LuaJIT directly to Objective-C.

It is _insanely good_ to my eyes since I’ve done ObjC since the NeXT days and find Swift full of weird corner cases and limited functionality.