Hacker News new | ask | show | jobs
by herokusaki 4424 days ago
Have you tried using it in production (for some value of "production")? I wrote a web API "Hello, world!" in Jester about half a year ago as a way to learn a little Nimrod and at first glance found it to be a nice web framework.

Looking at Nimrod's AST macros (which I haven't used) I imagine Julia as a closer competitor to it than Go. They both appear to come from a "programmable programming language" mindset, though Julia arguably more so because it's homoiconic.

1 comments

The Nimrod forum (http://forum.nimrod-lang.org) uses Jester in production and so far its working very well.