Nim: Scripting Ease in a Compiled Language
junglecoder.com
Nim: Scripting Ease in a Compiled Language
1–10 of 169 posts
Re: Nim: Scripting Ease in a Compiled Language
#2I still haven't gotten around to picking it up though, these days I just use QuickJS for anything that needs to be reasonably portable and thin.
Maybe next side project...
Re: Nim: Scripting Ease in a Compiled Language
#3I keep hearing about Nim and it sounds interesting, but I'm not sure I have the mental capacity right now to do a deep dive into the language and build something with it. I'd like to at some point soon though.
Re: Nim: Scripting Ease in a Compiled Language
#4Is there anyone using Nim either in side projects or in production that can comment on how they like it? I keep hearing about Nim and it sounds interesting, but I'm not sure I have the mental capacity right now to do a deep dive into the language and build something with it. I'd like to at some point soon though.
It's a fairly small learning curve to be honest, especially if you're familiar with reading Python.
What I love about it is the small binaries.
Re: Nim: Scripting Ease in a Compiled Language
#5Is there anyone using Nim either in side projects or in production that can comment on how they like it? I keep hearing about Nim and it sounds interesting, but I'm not sure I have the mental capacity right now to do a deep dive into the language and build something with it. I'd like to at some point soon though.
Re: Nim: Scripting Ease in a Compiled Language
#6Re: Nim: Scripting Ease in a Compiled Language
#7Is there anyone using Nim either in side projects or in production that can comment on how they like it? I keep hearing about Nim and it sounds interesting, but I'm not sure I have the mental capacity right now to do a deep dive into the language and build something with it. I'd like to at some point soon though.
Re: Nim: Scripting Ease in a Compiled Language
#8Is there anyone using Nim either in side projects or in production that can comment on how they like it? I keep hearing about Nim and it sounds interesting, but I'm not sure I have the mental capacity right now to do a deep dive into the language and build something with it. I'd like to at some point soon though.
I've used Nim a bit for side projects (on and off, even back when it was called Nimrod). I found it really really powerful once I got past the initial bump. It's a fairly small learning curve to be honest, especially if you're familiar with reading Python. What I love about it is the small binaries.
Re: Nim: Scripting Ease in a Compiled Language
#9Is there anyone using Nim either in side projects or in production that can comment on how they like it? I keep hearing about Nim and it sounds interesting, but I'm not sure I have the mental capacity right now to do a deep dive into the language and build something with it. I'd like to at some point soon though.
I wouldn't choose to use it in production, mostly because of the developer experience. The documentation and tooling are both pretty bad, and the compiler errors can be arcane (especially when using generics, or when the error only surfaces during C compilation).
Re: Nim: Scripting Ease in a Compiled Language
#10Is there anyone using Nim either in side projects or in production that can comment on how they like it? I keep hearing about Nim and it sounds interesting, but I'm not sure I have the mental capacity right now to do a deep dive into the language and build something with it. I'd like to at some point soon though.
I used Nim for a few projects. My best description is that it's fun, but everything feels kinda off when writing stuff.