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

> There is purescript but its a large layer over javascript and even a simple hello world results in a 2000 LOC compilation of javascript.

This really depends on which compilation route you take. `psc-make` will include all of the Prelude and compile to CommonJS modules, which can result in quite a bit of code, but `psc` will trim out all unused functions, and should result in about 10 LOC for Hello World.



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

Search: