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

I like Julia as well, but there is an interesting scientific library for LuaJIT:

http://torch.ch/

Anyone have experience with it?



having worked with it, torch is amazing for neural network stuff (thanks to the nn rock); however it raises the same problems there are with Python. Lua is basically a wrapper around C/C++ and whenever you need to do complex stuff, you find yourself writing C/C++ rather than Lua.




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

Search: