There are ways to call Perl and Python from Common Lisp. Has somebody already tried to embed PHP into Common Lisp?
It has some Embedding-API, and it shouldnt be too hard (hopefully).
Sorry for my bad english.
Visit my blog
http://blog.uxul.de/
Re: Embedding PHP into Common Lisp
Well, somewhat related, there is clhp:
http://www.cliki.net/clhp
http://common-lisp.net/project/clhp/
I couldn't find anything else. I looked for it in
http://www.cliki.net. I tried
http://www.cl-user.net as well, but conection seems not to be working well.
Re: Embedding PHP into Common Lisp
Hm. No, thats not what I am searching for (there is also a project called "cl-php", but its the same - just preprocessing). No, I really want to access PHP from Common Lisp. The Language itself. I.e. I want to call functions, etc. Well, there is some SAPI called "php-embed" which is a C-Api. But actually I even cant get it work under C.
Sorry for my bad english.
Visit my blog
http://blog.uxul.de/