Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That place is C++/Lua, with most of the code in Lua. Concurrency model is thread-per-lua-state. Interthread comms is message passing implemented via textbook c++11 atomic and condition variables. Lua is just a small C library so the style remains very friendly to those who like C with classes.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: