Hacker News new | ask | show | jobs
by winny314 1085 days ago
OP here.

Python frustrates me too, but I just throw poetry and nix at it... keeps me not frustrated. :D

It looks like my LOVE game uses about 99M resident... not too bad given it's pulling in a lot of libraries such as SDL2, luajit, audio decoders, etc etc.

I think my concern is more with how do I embed Racket on low memory systems if a simple "racket script" is going to use a large % of the RAM to issue a `(sleep)`?