

This if you had hardware and decent internet back then. Otherwise it’s cs 1.6 from 2000.
Also in 2007 many were too hooked on MMOs to notice anything else really.
EU is a failed project if a single Orbanistan could block the important decisions for years, trading votes for more EU money to support his corrupt regime.
You need support from parliament members to run for presidency. That’s political suicide.
Good riddance.
What does it have to do with lisp?
Sure it’s not like it has no uses, but it’s something languages have built-in as syntax sugar or operators, and you rarely need to built your own macro for anything.
The most interesting part about Lisp is homoiconicity:
(+ 1 1 2) is literally a list with symbol “+” and 3 numbers.
Which allows to build the most powerful macro possible, manipulating code (with data as a tree-like structures) and changing it into whatever else at compile time.
Now if only there was any good use for macros, this would be the best language 🙃
Love emacs, and have lots of ease-of-life functions and keybinds in it. But the UX of the base editor feels so dated. Like how pointer moves with scroll, how scrolling isn’t smooth etc etc