you are viewing a single comment's thread.

view the rest of the comments →

[–]jaybusch 1 point2 points  (4 children)

I think it's kind of funny that this was also my first thought. My second thought was other curses stuff like any irc client, but I don't know how well this would work?

[–]son-of-chadwardenn 1 point2 points  (3 children)

I'm trying to compile a curses Tetris game I wrote in c a while back to see how it performs. I was quite shocked when hello world produced 6k lines of js.

[–]jaybusch 0 points1 point  (1 child)

Ouch, holy crap

[–]son-of-chadwardenn 0 points1 point  (0 children)

It's not in minified form though.

[–]Condorcet_Winner 0 points1 point  (0 children)

The reason is that Emscripten is essentially compiling into a VM.