clog/demos
2021-12-01 20:18:34 -05:00
..
01-demo.lisp Better support for sudden connection lost. 2021-11-18 13:58:46 -05:00
02-demo.lisp Better support for sudden connection lost. 2021-11-18 13:58:46 -05:00
03-demo.lisp Change to clog-gui to allow positioning absolute to work properly in the content area. 2021-12-01 20:18:34 -05:00
04-demo.lisp Better support for sudden connection lost. 2021-11-18 13:58:46 -05:00
README.md Demo 4 - CMS Website 2021-11-16 23:30:28 -05:00

To run a demo, start emacs/slime or your CL Lisp in the common-lisp/clog directory:

CL-USER> (ql:quickload :clog)
To load "clog":
  Load 1 ASDF system:
    clog
; Loading "clog"
...........................
(:CLOG)

Load the demo:

CL-USER> (load "/Users/dbotton/common-lisp/clog/demos/01-demo.lisp")
#P"/Users/dbotton/common-lisp/clog/demos/01-demo.lisp"

Start the demo:

CL-USER> (clog-user:start-demo)
Hunchentoot server is started.
Listening on 0.0.0.0:8080.
HTTP listening on : 0.0.0.0:8080
HTML Root         : static-files/
Boot file default : /boot.html

Most demos startup a browser, if not use http://127.0.0.1:8080

Demo Summary

  • 01-demo.lisp - Sparkey the Snake Game
  • 02-demo.lisp - Chat - Private instant messenger
  • 03-demo.lisp - IDE - A very simple common lisp IDE (see source if editor dosen't load)
  • 04-demo.lisp - CMS Website