Nim Conf 2026 (Online, Sat June 20)

(conf.nim-lang.org)

81 points | by pietroppeter 2 days ago ago

21 comments

  • pietroppeter 2 days ago ago

    Two tracks this year (a first).

    As usual, videos are prerecorded and released as YouTube Premiere.

    Track 1: https://youtube.com/playlist?list=PLHI4D93Ts8_k&si=06qsQgYUd...

    Track 2: https://youtube.com/playlist?list=PLHUPmLYoCMoY&si=iMwL7UeIO...

  • jlokier 7 hours ago ago

    Any ideas why Nim seems missing from job and contract boards? Although it's niche, it doesn't seem that obscure compared with countless other niche things I see advertised.

    I really enjoyed programming in Nim professionally, and got to know it well. But I've literally never seen a job ad which mentions Nim since then, except at the company I already left (Status), so that's not really an option.

    After realising there's no work in it, I struggled to justify using Nim in new projects including personal projects, even though I like the language.

    If anyone's reading this and looking to hire someone who knows (or rather, knew) Nim well enough to do quite advanced work in it and doesn't need training, please do drop me a line :-)

  • pietroppeter 2 days ago ago

    personal highlight I looked forward to:

    - Araq's update on Nimony and Nim 3 (and NIF, which is so cool)

    - Constantin's love letter to Nim (long overdue and I expect to connect strongly with this one)

    - Treeform talking about Nim and AI (always very clean and inspiring presentations)

    - Capocasa's testimony about building a (economic) coding agent in Nim

    - Gianmarco talking about Nim for embedded

    - Peter telling the story on how he introduces Nim to his company's new hires

    I am pretty sure the general quality will be good and there will be hidden pearls (last year pearl for me was the one about putting Nim on e-ink screens all over the house)

    (you won't find name of authors in the conf page but you will find them in the youtube playlists)

    • moigagoo a day ago ago

      My love letter video turned out a bit chaotic, I apologize upfront.

      But the core points I make there I can get behind any day of a week. I do think Nim is the best language out there and I'm tired of pretending it isn't (insert the DeNiro-Phoenix-Joker meme here :-)

    • k__ 2 days ago ago

      Did Nim 3 go all-in on compile time memory management?

      • pietroppeter a day ago ago

        AFAIK main focus of Nim 3 is about incremental compilation and enabling better developer tooling bringing in innovations experimented in Nimony (key is NIF intermediate format).

        The new compile time memory mgmt was the focus of Nim 2 (it is possible there are still improvements)

  • cb321 a day ago ago

    For those new to the topic and less patient than "full conference" levels of attention, it doesn't cover things like UFCS/command-call, user-defined operators, or many other details, but for its incredibly short run-time, this video might give you a tiny taste of the flavor: https://www.youtube.com/watch?v=WHyOHQ_GkNo

  • theSherwood 2 days ago ago

    FYI, there appear to be several typos where occurrences of "h" seem to have been replaced with "d", such as in "tde".

    • digdugdirk a day ago ago

      It took me way too long to realize that "Nim for tde" wasn't referring to some obscure system...

  • DeathArrow 2 days ago ago

    It's nice seeing Nim has some activity.

    • graemep a day ago ago

      It looks like an interesting language but hard to learn and not a huge ecosystem.

      I refuse to consider it until they change the name back :)

  • kombine 2 days ago ago

    It's a bit sad, but do most even care about elegant and efficient code these days in the age of coding agents?

    • andrewl-hn a day ago ago

      A lot of it depends on what kind of company / industry you work in. For example, in Rust space there's big divide between LLM-heavy users and light/no-LLM users. Main rust repositories: the language, standard library, formatter, linter, LSP - all forbid LLM-generated code, and lots of third-party libraries, especially low-level and security related, follow suit. However, application code written in Rust is often LLM generated. So, if you work with Rust and you contribute to core Rust projects you have to write a large portion of the code yourself.

      But when I talk to my friends who work with TypeScript it seems like they all moved to LLM-generated coding full-time.

      • steveklabnik a day ago ago

        Last I saw, the LLM policy for the Rust project was under discussion, and it did not ban all LLM related code.

    • sph a day ago ago

      Some of us are still writing code.

    • xigoi a day ago ago

      The Nim compiler is now also slopcoded.

      • moigagoo a day ago ago

        No it's not. Araq does use LLM to generate code in Nimony but his approach involves very strict control over the produced code, it's nothing like Bun's Zig to Rust endeavor where they just asked it to dk the migration and it produced a million lines of incomprehensible code. Calling it slopcoding is a misnomer.

        • xigoi 8 hours ago ago

          That’s why I said slopcoded, not vibecoded (which it indeed isn’t).

    • vips7L a day ago ago

      My coworkers never cared about this even before the age of slop.

    • shevy-java 2 days ago ago

      Coding agents do not affect me at all, meaning, I don't care about them. I think this is also the case for some other developers.

      Having said that, though, this assumes that xyz is great - or was great already - before coding agents. The team around Nim is great, and nim is not inelegant, but you kind of need to want to like types, and I found that to be the biggest obstacle for entry (also for crystal, by the way; the "just ruby, but with types" is IMO an incorrect description - just simulating syntax does not mean you are having the same language. This is even more so not the case with elixir. Some people think ruby is solely or primarily ruby because of the syntax. This is wrong; it is the philosophy that is the main difference between e. g. ruby and crystal or ruby and elixir, not the syntax; syntax comes after the philosophy and the philosophy is very different, though admittedly in crystal it is closer to ruby's philosophy than elixir's philosophy is to ruby's philosophy). I kind of like having to not want to care about types at all. This is also why I think those who want to slap on types on ruby and python are wrong. They use their own biased mindset to project from this point on, how languages without types are useless. And you can not convince them otherwise - they have set up their brain to function only that way already, which is interesting (and explains why they are so desperately trying to add types to e. g. ruby and python, as an example).

      • cb321 a day ago ago

        This may seem like a modern conflict, but what I like about your post is its more general human cognitive orientation. Since to each new generation everything is new, people tend to forget that this kind of tension goes back to the dawn of programming with Fortran and Lisp, or even earlier if you count various notations for math.

        FWIW, CPUs/hardware structurally do not have quite as much luxury for dynamism/monotyped things. So, all this does connect with how tight/abstract a bridge to the hardware world one cares about (which just varies). That naturally connects to performance, but that also becomes tricky once one moves to pragmatic problem decomposition over purity (e.g. NOT "pure" Python or "pure" Ruby). In my experience, people tend to overvalue purity as much as they tend to over-simplify. :-)