Hacker News new | past | comments | ask | show | jobs | submit login
LuaJIT 2.0.0-beta11 released (freelists.org)
58 points by daurnimator on Oct 17, 2012 | hide | past | favorite | 7 comments



"The first LuaJIT 2.0.0 release candidate will follow in ~2 weeks"

Very happy to finally see an official release!


The ARM changes (specifically hard-float) means better performance on Raspberry Pi and similar chipsets that have that instructions set.

I'd love to see LuaJIT run on FPU free MIPS, which would open it up to a lot of CPU's in conventional wireless routers.


This is the project that brought me back to lua :)


The big question is... why/how did you leave?


I wanted to have just faster dynamic lang. Common lisp is there, but the performant implementations are heavy. CFFI is well developed, and systems like Lispworks allow you to create a dll with "C" entry point (but it's commercial and costs some money)

javascript's v8 was my next choice, but then found about luajit and using it since. The jit and the ffi are very good selling points. Also the small size of the project, and very fast recompile time (unlike say pypy)

I've used lua back in 2001, 2002 as a testing facility for a library I did at work.


Not OP, but ..

I played with it a little ... but the 1-base of arrays is too painful right now.

I used to do Basic, Pascal, C, Assembly, Python, Fortran and a few more esoteric language in the same week (almost every week, for a couple of years. Old times ...), and back then, I had no trouble jumping between 0 base and 1 base. But it's been almost 20 years now that I've done 0 base exclusively. And I didn't have enough incentive to get comfortable with the 1-base again.

I'll try again when I have more free time.


Is anyone using LuaJIT in an embedded setting?




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

Search: