I really with more people used NIM for web development. It really seems like the best of all worlds (e.g. perf, developer ergonomics, productivity, etc).
But the more the merrier, so I look forward to its bright future.
21–30 of 130 posts
I really with more people used NIM for web development. It really seems like the best of all worlds (e.g. perf, developer ergonomics, productivity, etc).
But the more the merrier, so I look forward to its bright future.
Earlier quoted context omitted.
I've been building and deploying Nim web apps for clients over the past couple years. The language is just getting better and better and the library environment is filling out nicely too (not to subtract from the stdlib, it's very complete too). It's been a really great experience. Also: available to hire if anyone is looking to work with Nim.
Are you using Jester or another framework?
I really with more people used NIM for web development. It really seems like the best of all worlds (e.g. perf, developer ergonomics, productivity, etc).
By far my favourite feature of this release, dark mode in docs: https://nim-lang.org/docs/lib.html
Earlier quoted context omitted.
For the layman Nim dev, would you say "always use gc:arc" is a safe bet?
Definitely not. --gc:arc is still experimental.
If you would like to see some simple to parse Nim code and get a feel for what a "1 month of experience during weekends" Nim looks like, check out my project: https://github.com/sergiotapia/torrentinim Nim is a very interesting language, with a lot of upsides. It just needs that killer framework to get the ball rolling and allow devs to solve business needs quickly. Once that's done I think Nim will grow a lot! Tiny…
It uses a rather primitive garbage-collector though, right?
In addition there is active work on a swift like reference counting, lifetime based memory management option. This will be suitable for hard real-time use cases.
I really with more people used NIM for web development. It really seems like the best of all worlds (e.g. perf, developer ergonomics, productivity, etc).
I'm planning on trying out the new Prologue framework. Seems promising from the readme! https://github.com/planety/prologue
Very excited to see gc:arc make it into stable.
For the layman Nim dev, would you say "always use gc:arc" is a safe bet?