Tag Archives: Lisp

🥩 Red Meet Friday: Parenthesis: Get Over It Already

As you almost certainly know, we here at Irreal have little patience for those constantly whining about parentheses in Lisp. They seem to us like little kids complaining to Mom that “it’s not fair”. Apparently, we’re not the only ones. … Continue reading

Posted in General | Tagged , | Leave a comment

🥩 Red Meat Friday: Why Lisp “Lost”

Back in 2018, Steve Losh wrote a very nice, long post on A Road to Common Lisp. If you’re a Lisper, it’s well worth reading. Recently, Alexander_Selkirk posted, without comment, a link to that post. The last time I wrote … Continue reading

Posted in General | Tagged , | Leave a comment

🥩 Red Meat Friday: Parenthesis In Lisp

I love Lisp. I think it’s the perfect language for a very wide variety of problems, that it’s powerful, easy to learn, and that it provides the perfect environment for what I call exploratory programming. There are some downsides. One … Continue reading

Posted in General | Tagged , | Leave a comment

Iterating In Lisp

Joe Marshall has an interesting post on iteration for all you Lisp heads. It’s mostly aimed at Common Lisp and Scheme but a lot of it applies to Elisp as well so even Emacs users will be interested. The mail … Continue reading

Posted in General | Tagged , | Leave a comment

The Only Computer Science Book Worth Reading Twice

Longtime Irreal readers know that I consider Abelson’s & Sussman’s Structure and Interpretation of Computer Programs (SICP) arguably the best computer science book of all time. There’s Knuth’s The Art of Computer Programming of course but for the average software … Continue reading

Posted in General | Tagged , | Leave a comment

Getting Car Sick With Lisp

Just a quickie today. Over at the Lisp subredit, breck says that he used to program in Lisp but got car sick. It’s a pretty weak pun but the commenters took up the challenge and kept the ball rolling. DrownNotably … Continue reading

Posted in General | Tagged , | Leave a comment

🥩 Red Meat Friday: Is Lisp Syntax Boring

Wait. What? Is Lisp syntax boring? My immediate response is, “Of course it is.” That’s its strength. Lisp doesn’t have much syntax so unlike other languages you can immediately start using the language without having to worry about learning a … Continue reading

Posted in General | Tagged , , | Leave a comment

Why Isn’t Lisp Used More In Production Redux

I just came across an excellent Medium article by Kenichi Sasagawa that addresses the question of Why Isn’t Lisp Used More In Production that I wrote about the other day. My post took the somewhat cynical view that Lisp lost … Continue reading

Posted in General | Tagged | Leave a comment

Why Isn’t Lisp Used More In Production

nderstand2grow, over at the Lisp subreddit extols the benefits of the Lisp languages and wonders why it isn’t more widely used in production. It’s a question that all Lispers eventually ask themselves. Despite what people who don’t know Lisp tell … Continue reading

Posted in General | Tagged | Leave a comment

Rolling Your Own Syntax

Over at Abstract Heresies, Joe Marshall has a great post on one of the reasons Lisp is such a great family of Languages. I say “family” because there isn’t a single Lisp language. These days, the four main Lisps are … Continue reading

Posted in General | Tagged , | Leave a comment