Luna Programming Language – a small, elegant VM implemented in C
1–10 of 34 posts
Re: Luna Programming Language – a small, elegant VM implemented in C
#2Re: Luna Programming Language – a small, elegant VM implemented in C
#3Re: Luna Programming Language – a small, elegant VM implemented in C
#4Re: Luna Programming Language – a small, elegant VM implemented in C
#5Re: Luna Programming Language – a small, elegant VM implemented in C
#6Re: Luna Programming Language – a small, elegant VM implemented in C
#7Name clash with https://news.ycombinator.com/item?id=11144828
Re: Luna Programming Language – a small, elegant VM implemented in C
#8Luna looked great a year ago, since its syntax it ever-so-close to ideal. If it has momentum now, I'd invest a lot of time writing bindings to popular C libraries, an event loop, and a web framework. But it's not functional yet, or probably ever unless someone adopts it. I'm a fan of tj's other work though. I don't see how he can pump out so many quality npm packages and the like.
Re: Luna Programming Language – a small, elegant VM implemented in C
#9Anyway it was just a toy project that I never had enough time/motivation to complete. I was inspired by the size of Lua's VM, but deterred by its obscurity (and lack of inline documentation), so my original goal was to create a very clean and minimal VM.
Re: Luna Programming Language – a small, elegant VM implemented in C
#10Luna looked great a year ago, since its syntax it ever-so-close to ideal. If it has momentum now, I'd invest a lot of time writing bindings to popular C libraries, an event loop, and a web framework. But it's not functional yet, or probably ever unless someone adopts it. I'm a fan of tj's other work though. I don't see how he can pump out so many quality npm packages and the like.