So this kind of blew up on HN over the weekend but I thought I'd post it here so I could get some feedback from more experienced Nim users.
It is my first project made in Nim so I would like to get people's comments on what I might be doing wrong or right. (The code is well-commented so I hope it's not too hard to read through)
Here's the link - github.com/calebwin/pipelines
I'm essentially compiling Pipeline code to Python code and executing it in parallel on a Python interpreter. One of the things I'm working towards is instead of compiling and running Python code to directly do stuff in the Python interpreter and manage memory manually.