Can't wait for NimConf, it is way overdue.
NimConf 2026: Dates Announced, Registrations Open
11–20 of 33 posts
Re: NimConf 2026: Dates Announced, Registrations Open
#12Earlier quoted context omitted.
Combine that most CS students learn many languages with LLMs and coding agents and the size of the ecosystem isn't quite as important as it used to be. New hires can be productive from day 1. Missing libraries are relatively easy to add. Moreover the language characteristics can be more useful than ever: fast running, fast compiling, typed, easy to read, etc.
Yeah I think LLMs really help with the chicken-egg situation in language adoption. Contrary to many opinions that predict programming homogenizing around the big 3 languages that exist today (because that's what the LLMs currently write) I think in the future more nice languages will gain adoption as they are written by LLMs, who as you note don't care about a lack of community surrounding those langs -- if they need…
Re: NimConf 2026: Dates Announced, Registrations Open
#13Earlier quoted context omitted.
Combine that most CS students learn many languages with LLMs and coding agents and the size of the ecosystem isn't quite as important as it used to be. New hires can be productive from day 1. Missing libraries are relatively easy to add. Moreover the language characteristics can be more useful than ever: fast running, fast compiling, typed, easy to read, etc.
Yeah I think LLMs really help with the chicken-egg situation in language adoption. Contrary to many opinions that predict programming homogenizing around the big 3 languages that exist today (because that's what the LLMs currently write) I think in the future more nice languages will gain adoption as they are written by LLMs, who as you note don't care about a lack of community surrounding those langs -- if they need…
Re: NimConf 2026: Dates Announced, Registrations Open
#14Nim seems to be picking up a lot lately.
Most code I write is still Nim though.
Re: NimConf 2026: Dates Announced, Registrations Open
#15I should give a talk. About what however? I’ve been happy with my progress on FigDraw (1), a 2D UI scene renderer using SDFs. Even made my own neovim ui shell with it! 1: https://github.com/elcritch/figdraw
Re: NimConf 2026: Dates Announced, Registrations Open
#16Earlier quoted context omitted.
Yeah I think LLMs really help with the chicken-egg situation in language adoption. Contrary to many opinions that predict programming homogenizing around the big 3 languages that exist today (because that's what the LLMs currently write) I think in the future more nice languages will gain adoption as they are written by LLMs, who as you note don't care about a lack of community surrounding those langs -- if they need…
One of my concern is LLMs are going to generate a lot of low quality code for languages that do not have sufficient discussions on forums like Stackoverflow.
Re: NimConf 2026: Dates Announced, Registrations Open
#17Such a pity that this is an online-only conference. Does anyone know of an IRL conference or meetup on Nim, preferably in EU?
Re: NimConf 2026: Dates Announced, Registrations Open
#18Nim seems to be picking up a lot lately.
Re: NimConf 2026: Dates Announced, Registrations Open
#19Earlier quoted context omitted.
My students (18-21) are excited to learn Rust in my class I teach about programming languages. Younger students are learning Luau via Roblox -- spoke with a middle schooler on Sunday who was making games with his friends. They get introduced to Scratch in school and learn that until they move on to Java at middle and high school. I teach freshman Lua in their intro to engineering class, and they also go on to learn t…
Combine that most CS students learn many languages with LLMs and coding agents and the size of the ecosystem isn't quite as important as it used to be. New hires can be productive from day 1. Missing libraries are relatively easy to add. Moreover the language characteristics can be more useful than ever: fast running, fast compiling, typed, easy to read, etc.
Examples, workato, boomi, opal,....
Many automations that used to be written in programming languages, deployed via serverless or containers, are now agents driven by prompts.
Re: NimConf 2026: Dates Announced, Registrations Open
#20Earlier quoted context omitted.
My students (18-21) are excited to learn Rust in my class I teach about programming languages. Younger students are learning Luau via Roblox -- spoke with a middle schooler on Sunday who was making games with his friends. They get introduced to Scratch in school and learn that until they move on to Java at middle and high school. I teach freshman Lua in their intro to engineering class, and they also go on to learn t…
Combine that most CS students learn many languages with LLMs and coding agents and the size of the ecosystem isn't quite as important as it used to be. New hires can be productive from day 1. Missing libraries are relatively easy to add. Moreover the language characteristics can be more useful than ever: fast running, fast compiling, typed, easy to read, etc.
...or counterproductive, lmao