Embedding PHP into Common Lisp

Discussion of Common Lisp
Post Reply
schoppenhauer
Posts: 99
Joined: Sat Jul 26, 2008 2:30 pm
Location: Germany
Contact:

Embedding PHP into Common Lisp

Post by schoppenhauer » Sat Jun 13, 2009 7:17 am

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/

gugamilare
Posts: 406
Joined: Sat Mar 07, 2009 6:17 pm
Location: Brazil
Contact:

Re: Embedding PHP into Common Lisp

Post by gugamilare » Sat Jun 13, 2009 4:24 pm

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.

schoppenhauer
Posts: 99
Joined: Sat Jul 26, 2008 2:30 pm
Location: Germany
Contact:

Re: Embedding PHP into Common Lisp

Post by schoppenhauer » Sat Jun 13, 2009 5:19 pm

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/

Post Reply