Welcome
Curious?Try it out now >pain free, in your browser Different!Find out >how np does objects Lua?See hownp compares to Lua |
What's np?
This is still a work in progress and the language as well as its standard libraries are not stable yet. However, there is enough substance to play around with it, and you can safely try it out in the browser by visiting the tutorial. What are the dependencies?I tried to use as little external frameworks and libraries as possible, and this is actually the second iteration of the language. The first one was written in Java, and while it was interesting and kind of worked, it became clear to me that I wanted to switch to a more minimal environment. So this second incarnation is written in C, loosely based on the Lua runtime which is fast, small, and easy to modify - and a lot of modifications have been made. The only dependency is libc. |