←back to thread

1901 points l2silver | 2 comments | | HN request time: 0.411s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. burtonator ◴[] No.35748762[source]
In the 2000s I was addicted to Elisp and contributed a ton of OSS code including JDE, EDEE, and tons of other tools.

But... I had just a MASSIVE amount of code that was literally just for me.

Emacs basically became my OS.

Emacs allowed you to just eval code on the fly and the IDE would just adapt. No reload required. So if you wanted to do stupid stuff like make control+enter open the current URL at the cursor, you just write a three line script. Then you add it to your elisp on load.

... but mine got WAY out of hand. It was just mountains of code.

replies(1): >>35755982 #
2. nige123 ◴[] No.35755982[source]
do you still use emacs?