help to use CLISP to generate an html code

Discussion of Common Lisp
Post Reply
djdebaviere
Posts: 13
Joined: Fri Dec 04, 2009 1:30 pm

help to use CLISP to generate an html code

Post by djdebaviere » Sun Dec 13, 2009 4:25 pm

Hi,
please I want to create an web page using common lisp. please help me to make it.

thanks

nuntius
Posts: 538
Joined: Sat Aug 09, 2008 10:44 am
Location: Newton, MA

Re: help to use CLISP to generate an html code

Post by nuntius » Sun Dec 13, 2009 6:36 pm

Without more info on what you want/need, here's a list of options.
http://www.cliki.net/web

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

Re: help to use CLISP to generate an html code

Post by gugamilare » Mon Dec 14, 2009 9:09 am

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.

djdebaviere
Posts: 13
Joined: Fri Dec 04, 2009 1:30 pm

Re: help to use CLISP to generate an html code

Post by djdebaviere » Tue Dec 15, 2009 8:38 am

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

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

Re: help to use CLISP to generate an html code

Post by gugamilare » Tue Dec 15, 2009 9:03 am

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.

Post Reply