|
|
|
|
|
by Ancapistani
232 days ago
|
|
I've used Nim a bit, though it's been a while. I've been primarily a Python developer for the past 20 years, with a sprinkling of other languages and paradigms - including languages like Scala and Haskell, so not just OOP stuff. I characterize Nim as Python with one major difference: where Python prioritizes "developer happiness", Nim prioritized performance. As a result, the syntax looks very similar, the edges are quite a bit rougher, and performance is exponentially better. It still "feels like" Python in a lot of ways. The ways places if differs feel a lot like Haskell IMO. |
|