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

I made a prototype that works in 3000 lines of C

github.com/civboot/fngi

It was super fun. I'm going to be going in a different direction (Lua implemented in Lua, with Lua-library assemblers and assembly type system), but it's certainly very possible



Nice! Pretty interesting syntax. Not sure about / for comments or the function argument syntax but you have a solid point about not using " or ' for strings!


Thanks :)

FYI the real power of / for comments is /token to comment out one token. So useful to add a bit of doc sugar when calling something

    call(x\sugar)

    call(x/*sugar*/)
Also

    Thing \(inline comments) other




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

Search: