Hello everyone.

I wrote a simple (yet unstable and not tested)

module for apache. It allows execution of

lisp code like php code.

You can download it here

https://sourceforge.net/projects/mod-ecl/

 

However. I try to execute this simple function:

(defun hello-world () (print "Hello world!")) (hello-world)

But the only thing printed out is

hello-world

If I copy paste the same code into ecl

it also prints out hello-world.

If I paste

(defun hello-world () (print "Hello world!"))

then press return

then paste (hello-world)

the string Hello world! is printed out.

What am I doing wrong?

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to