Y
Hacker News
new
|
ask
|
show
|
jobs
by
wiradikusuma
4504 days ago
With no intention of downplaying it, but I think the biggest "blocker" is the resulting file size, making it unfeasible for production.
2 comments
smrtinsert
4504 days ago
Doesn't advanced compilation cover that case?
link
gmt2027
4504 days ago
The "Hello World" example is over 80Mb after compilation.
link
lihaoyi
4504 days ago
We've managed to get a hello world app down to about 300kb; most of that is the standard library, and even a several-1000-LOC game like [roll](
http://lihaoyi.github.io/roll/
) clocks in at about 340kb. Getting this number down is WIP.
link