Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6088117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:56:54+00:00 2026-05-23T11:56:54+00:00

Could someone provide me a simple expample of a clisp script, that uses CGI

  • 0

Could someone provide me a simple expample of a clisp script, that uses

  • CGI
  • /usr/local/bin/clisp
  • CL-WHO or equivalent?

My installation is consisting of apache2, clisp and quicklisp.

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T11:56:54+00:00Added an answer on May 23, 2026 at 11:56 am

    Quicklisp is a good choice. Then it doesn’t matter if you use clisp, sbcl or ccl as an implementation.

    Run this in the shell:

    wget http://beta.quicklisp.org/quicklisp.lisp
    clisp
    

    Run this in the Lisp:

    (load "quicklisp.lisp")
    (quicklisp-quickstart:install)
    (ql:add-to-init-file)
    (ql:quickload "cl-who")
    (defpackage :webmaker
      (:use :cl :cl-who))
    (in-package :webmaker)
    (with-html-output (*standard-output* nil :prologue t)
        (:html (:body "Not much there"))
        (values))
    

    Output:

    [...]
    ;;  Loaded file /home/xxx/quicklisp/setup.lisp
    ;; Loaded file /home/xxx/.clisprc.lisp
    [1]> (ql:quickload "cl-who")
    To load "cl-who":
      Load 1 ASDF system:
        cl-who
    ; Loading "cl-who"
    
    ("cl-who")
    [2]> (defpackage :webmaker
      (:use :cl :cl-who))
    #<PACKAGE WEBMAKER>
    [3]> (in-package :webmaker)
    #<PACKAGE WEBMAKER>
    WEBMAKER[4]> 
    (with-html-output (*standard-output* nil :prologue t)
        (:html (:body "Not much there"))
        (values))
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html><body>Not much there</body></html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please could someone provide me with a simple extension method that for example squares
Could someone provide a simple example that demonstrates how to implement a simple update
A simple question, but could someone provide sample code as to how would someone
Could someone provide a good description of what a Lambda is? We have a
Could someone provide me with a good way of importing a whole directory of
Could someone provide info about error-handling in wxWidgets or a pointer to documentation? Specifically,
Could someone provide an example for drawing graphics without using Windows Forms? I have
Could someone provide some example on implementing SEH in VB6? Everything I've seen so
Could someone provide a description of what happens when an Activity calls its finish()
Hey guys I was wondering if someone could provide a little help. I've been

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.