Hi, I'm trying to teach myself programming. I already know Javascript and a little bit of Java. I got a Data Structures book and I decided to follow it and do the exercises with Nim. One of the first exercises is about implementing a dynamic vector, I know how to do it with Java but I couldn't find a way to do it with Nim. I know that already has an implementation called Seq, but I wanted to implement to learn. Hope you guys can help me.
Sorry for my english.
