Emacs Lisp vs Markdown
The Lisp that turns your text editor into an OS, whether you wanted one or not meets the lazy developer's best friend. Here's our take.
Emacs Lisp
The Lisp that turns your text editor into an OS, whether you wanted one or not.
Emacs Lisp
Nice PickThe Lisp that turns your text editor into an OS, whether you wanted one or not.
Pros
- +Tight integration with Emacs allows for deep editor customization
- +Dynamic scoping and macros enable powerful, expressive code
- +Mature ecosystem with extensive libraries for text processing
Cons
- -Dynamic scoping can lead to confusing bugs and debugging headaches
- -Steep learning curve for those new to Lisp or Emacs's idiosyncrasies
Markdown
The lazy developer's best friend. Write docs without touching HTML, but good luck with complex layouts.
Pros
- +Dead simple syntax that anyone can learn in minutes
- +Widely supported across platforms like GitHub and static site generators
- +Plain text format makes it version-control friendly
Cons
- -Limited formatting options—good luck with tables or advanced styling
- -Inconsistent implementations across tools can cause headaches
The Verdict
Use Emacs Lisp if: You want tight integration with emacs allows for deep editor customization and can live with dynamic scoping can lead to confusing bugs and debugging headaches.
Use Markdown if: You prioritize dead simple syntax that anyone can learn in minutes over what Emacs Lisp offers.
The Lisp that turns your text editor into an OS, whether you wanted one or not.
Disagree with our pick? nice@nicepick.dev