Re: PHP and LISPPA technology
From: Alexander Baranovsky (ab_at_cable.netlux.org)
Date: 04/13/04
- Next message: Tim Van Wassenhove: "Re: preg_replace and metatags..."
- Previous message: Alexander Ross: "str_replace"
- In reply to: Henk Verhoeven: "Re: PHP and LISPPA technology"
- Next in thread: Henk Verhoeven: "Re: PHP and LISPPA technology"
- Reply: Henk Verhoeven: "Re: PHP and LISPPA technology"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 12 Apr 2004 22:09:49 -0700
Hi Henk,
> But sorry, calling LISP "new
> technology" that sounds to me like horrific neglect of history.
But I never told it :-)
LISSPA is using arrays (random access structures) for the data
representation, not linked lists. This is big difference. And I do not
think that implementation LISP in PHP is a good idea because nested
interpreters will slow down total performance considerably.
A.
Henk Verhoeven <news@phppeanutsREMOVE-THIS.org> wrote in message news:<c5fbju$rov$1@news4.tilbu1.nb.home.nl>...
> Hi Alexander,
>
> A friend of mine has recently built a simple LISP interpreter in
> Smalltalk and showed me how it works. It was all pritty simple, i see no
> reason why you couldn't do the same in php. OTOH, it has taken him quite
> some time to learn enough about the details of LISP to write it
> properly, but OK, he was using an article about writing LISP
> interpreters in LISP, this may have complicated things quite a bit.
>
> Of course your interpreter will not be blistering fast becuase php is
> itself interpreted. And i am quite confident that i can find elegant OOP
> equivalents directly in php for many AI examples. However, from what i
> have seen from it so far i guess LISP can be great fun, because of its
> radically different aproach to computing and the striking elegance of
> solutions that can be created in it. But sorry, calling LISP "new
> technology" that sounds to me like horrific neglect of history.
>
> Greetings,
>
> Henk Verhoeven,
> www.phpPeanuts.org.
>
>
> Alexander Baranovsky wrote:
> > Let me to introduce myself. I'm author of the paxScript scripting
> > engine: www.paxscript.com.
> >
> > My recent invention is the LISPPA technology (List Processing based on
> > the Polymorphic Arrays):
> >
> > http://www.virtlabs.com.ua/paxscript/lisppa.htm
> >
> > which allows to operate with dynamic data structures without using
> > pointers.
> >
> > I think the LISPPA can be easily implemented in PHP. Benefits seems to
> > be obvious. You might create libraries provided the working with
> > lists, trees and other dynamic data structures directly in PHP. LISPPA
> > site also contains more complex examples related to the Artificial
> > Intelligence such as symbolic differentiation and mechanical theorem
> > proving.
> >
> > I'm not an expert in PHP. However I would like to attract your
> > attention to the new technology as it can allow to extend
> > applicability server-side applications in PHP in the "Lisp data
> > domain"..
> >
> > Thank you.
> >
> > Alexander Baranovsky
- Next message: Tim Van Wassenhove: "Re: preg_replace and metatags..."
- Previous message: Alexander Ross: "str_replace"
- In reply to: Henk Verhoeven: "Re: PHP and LISPPA technology"
- Next in thread: Henk Verhoeven: "Re: PHP and LISPPA technology"
- Reply: Henk Verhoeven: "Re: PHP and LISPPA technology"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|