Page 1 of 1

Embedding PHP into Common Lisp

Posted: Sat Jun 13, 2009 7:17 am
by schoppenhauer
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).

Re: Embedding PHP into Common Lisp

Posted: Sat Jun 13, 2009 4:24 pm
by gugamilare
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

Posted: Sat Jun 13, 2009 5:19 pm
by schoppenhauer
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.