lsharp - a new lisp kid on the block

Notices and updates
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

lsharp - a new lisp kid on the block

Post by HPW »

On comp.lang.lisp was an interesting announcment:

A new small lisp interpreter for .NET

http://www.lsharp.org/index.html

After some first reading it seems interesting. Some things are similar to newlisp, others are different because of the target-platform.

Also intersting is:
The LSharp.dll assembly is distributed under the terms of the GNU Library General Public License
After dotlisp it is the second attempt to bring lisp to .NET.
Last edited by HPW on Tue Mar 01, 2005 6:31 am, edited 1 time in total.
Hans-Peter

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Just tried to start it without success.
I get a error complaining about a .NET DLL load problem.
Will try to contact the developer.
Hans-Peter

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Seems that my .NET installation is to old.
Have to download current 1.1 redistributable.
Hans-Peter

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Upgrading to 1.1 solved this problem.
Hans-Peter

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

probably off topic ;-)

Richard is stepping down from his post of commenting on all things .NET. In his farewell address, he looks back at some missteps in the development of .NET and offers words of warning about the future of the platform

I see if I can track the article back...
http://www.ddj.com/documents/s=9211/ddj050201dnn/

Regards, Norman
-- (define? (Cornflakes))

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

Thanks for the link Norman.
Interesting reading.
No one can tell the future, it's only good to know that lispniks has a language even on this platform.
On the other side I have to note that a company like autodesk is porting autocad to .NET, where all objects access is done through .NET classes and methods. And unfortunatly it seems that they are not porting their alisp into this world. As someone who is working with this enviroment, I have to keep an eye on technology changes.
;-)
Hans-Peter

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Hello HPW,

You know what the fun part is of it all... we are now 40 years from the start of
programming languages and we are still using Lisp ;-) So i think that programming
another 40 years in Lisp wont harm at all ;-)

Norman.
-- (define? (Cornflakes))

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

For interested:

L Sharp 1.2 Released

http://www.lsharp.org/

(Now running on .NET framework 2.0)
Hans-Peter

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

For interested:

L Sharp 1.21 Released

http://www.robblackwell.org.uk/
Hans-Peter

Locked