newLISP thread on Eric Raymond's blog

Pondering the philosophy behind the language
Locked
TedWalther
Posts: 608
Joined: Mon Feb 05, 2007 1:04 am
Location: Abbotsford, BC
Contact:

newLISP thread on Eric Raymond's blog

Post by TedWalther »

newLISP is being discussed on Eric Raymond's blog as the "batteries included version of LISP". Eric has said he uses Python because he hasn't found any "batteries included" versions of LISP. Perhaps some people here may want to head over and add their comments.

http://esr.ibiblio.org/?p=5211#comments

Eric Raymond was co-inventor of the term "Open Source", and author of The Art of Unix Programming, and The Hacker's Dictionary.
Cavemen in bearskins invaded the ivory towers of Artificial Intelligence. Nine months later, they left with a baby named newLISP. The women of the ivory towers wept and wailed. "Abomination!" they cried.

Astrobe
Posts: 43
Joined: Mon Jan 11, 2010 9:41 pm

Re: newLISP thread on Eric Raymond's blog

Post by Astrobe »

This Jeff Read on the thread gives us a hard time. Unfortunately, it's not the right place for a discussion about newLisp.

It seems to me he makes some valid points, but what he misses is that it's all about compromises. Yes, ORO and other features of newLisp bring some limitations, but also carry some advantages like extraordinary small footprint (on par with Lua, except that Lua without extensions is almost useless because it is meant to be an embedded language), and fast execution (for a tree-walking interpreter, a technique that usually loses to bytcode interpreters).

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Re: newLISP thread on Eric Raymond's blog

Post by rickyboy »

I just read the thread. (It's a long one and I wanted to read all the other comments on the main topic.)

Great job, Ted and Lutz! I noticed that Jeff Read just continued his smug, condescending tone throughout the thread, right into the newLISP part. He's one of those guys that you don't ever want to have on your dev team, because of his ignorant presumptuousness and overall shabby behavior to colleagues. Interestingly, I noticed that esr in his comment was very even-tempered, complimentary, and curious about an aspect or two of newLISP. Clearly, unlike Read, he bothered to learn about it.
(λx. x x) (λx. x x)

TedWalther
Posts: 608
Joined: Mon Feb 05, 2007 1:04 am
Location: Abbotsford, BC
Contact:

Re: newLISP thread on Eric Raymond's blog

Post by TedWalther »

Before commenting further on Eric Raymond's blog, it would be useful if everyone read this article by Eric Raymond, where he explains why he switched from Perl to Python. The article was written in 2000.

Why Python?
http://www.linuxjournal.com/article/3882
Cavemen in bearskins invaded the ivory towers of Artificial Intelligence. Nine months later, they left with a baby named newLISP. The women of the ivory towers wept and wailed. "Abomination!" they cried.

protozen
Posts: 36
Joined: Thu Aug 22, 2013 4:02 am

Re: newLISP thread on Eric Raymond's blog

Post by protozen »

I'll have to read the thread, coming back to newlisp after a few years. However, it has replace my frequent use of ruby.

TedWalther
Posts: 608
Joined: Mon Feb 05, 2007 1:04 am
Location: Abbotsford, BC
Contact:

Re: newLISP thread on Eric Raymond's blog

Post by TedWalther »

Welcome back!
Cavemen in bearskins invaded the ivory towers of Artificial Intelligence. Nine months later, they left with a baby named newLISP. The women of the ivory towers wept and wailed. "Abomination!" they cried.

Locked