Is there any way I can use sequences and strings without a GC?
(basically, that's exactly what I'm doing - Nim doesn't complain at all - but I guess I'm leaking too much memory)
How do I manually allocate/deallocate a seq/string or whichever object for that matter?