Hacker News new | ask | show | jobs
by minikomi 4839 days ago
Looks interesting. If I may ask, what inspired using luvit for this project in the first place?
1 comments

We use Node.js on our backend, were involved in some of the work that led to libuv being split out from node core, and were already planning to use Lua based on our experience with the Cloudkick agent. All told, when we saw what Tim was doing with luvit it seemed like a natural fit.
Thanks. If lua and node are already part of your workflow, it makes sense to build on that. Looks like a lot of fun!