Page 1 of 1

help to use CLISP to generate an html code

Posted: Sun Dec 13, 2009 4:25 pm
by djdebaviere
Hi,
please I want to create an web page using common lisp. please help me to make it.

thanks

Re: help to use CLISP to generate an html code

Posted: Sun Dec 13, 2009 6:36 pm
by nuntius
Without more info on what you want/need, here's a list of options.
http://www.cliki.net/web

Re: help to use CLISP to generate an html code

Posted: Mon Dec 14, 2009 9:09 am
by gugamilare
If you want to generate raw html, you can use CL-WHO. A more complex framework, which is intended to create a web application that run in a server, is Weblocks. I am not quite familiar with other libraries.

Re: help to use CLISP to generate an html code

Posted: Tue Dec 15, 2009 8:38 am
by djdebaviere
I don't want to create a big web application, my problem is just to to create two pages html using CLISP to show the result of my program

Re: help to use CLISP to generate an html code

Posted: Tue Dec 15, 2009 9:03 am
by gugamilare
djdebaviere wrote:I don't want to create a big web application, my problem is just to to create two pages html using CLISP to show the result of my program
So you can use cl-who, you can generate raw html with it, and it is quite simple to use.