scheme


First Principles & Scheme

(Or, The Value of Working at Lower Levels of Abstraction.) I’m loving working in Scheme because it forces me to work from First Principles. There’s a huge value in the convenience functions that most languages wrap around those first principles, but it’s like buying and using a car vs. building the car you’re using. The latter is more work but you’re going to really understand how that car works and you’re going to have the perfect car for your needs.

Scheme Is My Vim

Emacs is arguably the most powerful tool available to the modern programmer. Vim’s pretty close. Both require more effort to learn than say Atom or Sublime Text. But, the additional start-up effort pays off quickly. Like Scheme, they both suck out-of-the-box. Unaltered they’re both horrible bare-bones skeletons of an editor. Their potential is incredible though. If you’re just going to do something quickly, and never spend the time to customize them, they are a terrible choice.