Re: What text editor are you using for Nim?

2019-08-08 Thread monetus
Since only one person mentioned it, I thought I should give a plus one to howl. I've been coding on my raspberry pi a lot lately, and it is perfect for that. [https://howl.io](https://howl.io)/

Re: Nim v0.20.0 is here (1.0 RC)

2019-06-06 Thread monetus
This worked with 226.738MiB peakmem on my pi 3 b+ . With chromium open and selenium running in the background, it failed the first time but not after closing chromium. Thanks for the telling me about those flags, I'll dig into them and see how they work.

Re: Nim v0.20.0 is here (1.0 RC)

2019-06-06 Thread monetus
1st, huge thanks to everyone who worked on nim. 2nd, if you happen to end on a "cannot allocate memory" error while compiling this in raspbian, it is probably because you have a program eating all your ram; chromium in my case.