clog/demos
2022-08-23 12:06:43 -04:00
..
01-demo.lisp update snake demo for api changes 2022-08-23 12:06:43 -04:00
02-demo.lisp add declare ignores 2022-07-18 22:58:52 -04:00
03-demo.lisp source editor 2022-07-19 16:54:43 -04:00
04-demo.lisp update documentation, remove tabs 2022-07-18 22:26:37 -04:00
README.md fix typo in demos/README.md 2022-08-02 17:53:02 +03: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> (clog:run-demo 1)
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 doesn't load)
  • 04-demo.lisp - CMS Website