▲ | Imustaskforhelp 3 days ago | ||||||||||||||||||||||
What are your thoughts on nim, odin and v-lang, D-lang? I feel like I am most interested about nim given how easy it was to pick up and how interoperable it is with C and it has a garbage collector and can change it which seems to be great for someone like me who doesn't want to worry about manual memory management right now but maybe if it becomes a bottleneck later, I can atleast fix it without worrying too much.. | |||||||||||||||||||||||
▲ | dayvster 3 days ago | parent | next [-] | ||||||||||||||||||||||
I have not given any of those 3 a fair enough shot just yet to make a balanced and objective decision. Out of all of them from what little I know and my very superficial knowledge Odin seems the most appealing to me, it's primary use case from what I know is game development I feel like that could easily pivot into native desktop application development was tempted to make a couple of those in odin in the past but never found the time. Nim I like the concept and the idea of but the python-like syntax just irks me. haha I can't seem to get into languages where indentation replaces brackets. But the GC part of it is pretty neat, have you checked Go yet? | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | pjmlp 3 days ago | parent | prev [-] | ||||||||||||||||||||||
From those only Nim and D are interesting. We don't need yet another language with manual memory management in the 21st century, and V doesn't look that would ever be that relevant. | |||||||||||||||||||||||
|