This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Embedding PHP into Common Lisp

3 posts · 2053 views

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

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/