Hacker News now runs on Common Lisp. 🀯 Because nothing screams "cutting-edge technology" like a programming language from the 1950s. πŸš€ Let's all pretend this isn't just a mid-life crisis for moribund programmers. πŸ™„
https://lisp-journey.gitlab.io/blog/hacker-news-now-runs-on-top-of-common-lisp/ #HackerNews #CommonLisp #TechNews #ProgrammingLanguages #MidLifeCrisis #HackerNews #ngated
Hacker News now runs on top of Common Lisp - Lisp journey

Hacker News was written in the Arc lisp dialect, a dialect created by Paul Graham. Arc was implemented on top of Racket, but that has now changed. HN runs on top of SBCL since (at least) September of 2024. But why? For performance reasons. I recently noticed that Hacker News no longer uses paging for long threads. In the past, when a discussion grew large, we had to click β€œMore” to load the next page of comments, and dang would occasionally post helpful tips to remind us about this feature.

Lisp journey