Hacker News new | ask | show | jobs
by firesteelrain 635 days ago
Which most recent (and how recent) were started by individuals in their spare time?

Perl is one that comes to mind and it’s old.

1 comments

Rust, Zig, Odin, Nim are probably the most popular. It's also not surprising IMHO, most software is created to scratch a particular itch of an individual. Also specifically for programming languages, LLVM made it possible for individuals to build their own pet language with relatively little effort but still get competitive performance and target platform coverage.
Rust though didn’t gain traction until Mozilla adopted it. I guess we could say individuals always created programming languages but majority are sponsored and paid by orgs/companies.
Before LLVM it was much harder for individuals to build competitive programming languages though (edited my original post with that afterthought, apologies)
That is a true and its a good point. Maybe we will see a bunch of new languages because of that.