Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion rant: LISP is non-functional!

Received: by 10.68.135.231 with SMTP id pv7mr11421227pbb.8.1330924122600;
        Sun, 04 Mar 2012 21:08:42 -0800 (PST)
Path: h9ni40830pbe.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
From: namekuseijin <namekusei...@gmail.com>
Newsgroups: comp.lang.lisp
Subject: Re: rant: LISP is non-functional!
Date: Sun, 4 Mar 2012 21:08:40 -0800 (PST)
Organization: http://groups.google.com
Lines: 3
Message-ID: <18532156.3014.1330924120630.JavaMail.geo-discussion-forums@ynlp18>
References: <e67d3f03-1af7-4daf-94f6-85153b3f0856@qb4g2000pbb.googlegroups.com>
NNTP-Posting-Host: 187.53.6.64
Mime-Version: 1.0
X-Trace: posting.google.com 1330924121 32309 127.0.0.1 (5 Mar 2012 05:08:41 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 5 Mar 2012 05:08:41 +0000 (UTC)
In-Reply-To: <e67d3f03-1af7-4daf-94f6-85153b3f0856@qb4g2000pbb.googlegroups.com>
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=187.53.6.64; posting-account=AhEwOgoAAABfI1IAWWBiHDSU2pvzqVnt
User-Agent: G2/1.0
Content-Type: text/plain; charset=ISO-8859-1

except vectors by nature are an imperative data-structure.  Not so with lists.  You may check with the haskell guys for this.

But yeah, older lisps like elisp and CL (the culmination of several older lisps) are pretty imperative in nature.  Scheme, Qi and Clojure are much better in this respect.