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.

help to use CLISP to generate an html code

5 posts · 1730 views

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

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

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

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

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.