Hacker News new | ask | show | jobs
MetaJS: Logos-oriented Lisp compiled to Javascript (coect.net)
3 points by dogada 4678 days ago
1 comments

This seems like an absolutely terrible idea as far as writing code that other humans will be able to understand goes.
From my experience MetaJS allows to write much cleaner code eliminating a lot of typical boilerplate. Many frameworks assume that some functions always have some parameters (for example "request" or "callback") and MetaJS improves signal/noise ratio in such cases. Look at some examples at https://github.com/dogada/metajs