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
New Interlisp interpreter release
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Blake McBride  
View profile  
 More options May 28 2010, 5:25 pm
Newsgroups: comp.lang.lisp
From: Blake McBride <bl...@mcbride.name>
Date: Fri, 28 May 2010 16:25:09 -0500
Local: Fri, May 28 2010 5:25 pm
Subject: New Interlisp interpreter release
I have released an updated copy of the Interlisp interpreter (LISPF4) I
have been making available for some time now.  The new release includes
the following enhancements:

1.  Support for building on 64 bit environments
2.  Support for the Mac

It is available at:

http://blake.mcbride.name

The following is from the readme file.

This is an Interlisp interpreter originally written in Fortran but
converted to C via the F2C Fortran to C converter.  This release has
been tested under Windows, Linux, and Mac and no longer requires F2C
or its associated runtime library.

I had used a slightly older version of this system back in the early
80's and found it very portable, reliable, functional, and fast enough.
I learned Lisp with it and spent quite a bit of time with it back then.

The author (back in 1983) is Mats Nordstrom from Uppsala, Sweden.  I
kept it around, ported it, enhanced some lisp code, and converted it
into C.  Sometime in the late 90's Mats was kind enough to give me a
copy of the latest version he had (8/22/83).  He also gave me
permission to release it so long as I retained his credits.

Interlisp is a dynamically scoped lisp system.  It has no macro facility
but supports LAMBDA (evaluates function arguments), NLAMBDA (doesn't
evaluate its arguments), and variable number of arguments.  Macros are
not hard to simulate.

The system contains no special optimizations such as P-code but has some
good debugging and editing facilities.  It also contains all the basics
such as floating point numbers, arrays, and property lists.

Blake McBride
bl...@mcbride.name


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pascal Costanza  
View profile  
 More options May 30 2010, 3:17 pm
Newsgroups: comp.lang.lisp
From: Pascal Costanza <p...@p-cos.net>
Date: Sun, 30 May 2010 21:17:41 +0200
Local: Sun, May 30 2010 3:17 pm
Subject: Re: New Interlisp interpreter release
On 28/05/2010 23:25, Blake McBride wrote:

This is very cool, I hope I find some time to try it out...

Pascal

--
My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
evw@infometrics.nl  
View profile  
 More options May 31 2010, 5:09 pm
Newsgroups: comp.lang.lisp
From: "e...@infometrics.nl" <e...@infometrics.nl>
Date: Mon, 31 May 2010 14:09:15 -0700 (PDT)
Local: Mon, May 31 2010 5:09 pm
Subject: Re: New Interlisp interpreter release
On May 28, 11:25 pm, Blake McBride <bl...@mcbride.name> wrote:

As Pascal said, cool!  Excellent system, small footprint, fit for
students and education, it never let me down.  After defining a macro
facility and unwind-protect in a very short time in LispF4, I was
hooked to Lisp for life!

Kind regards,

Ernst


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »