clog/LEARN.md
2022-03-17 11:46:37 -04:00

5.7 KiB

CLOG - The Common Lisp Omnificent GUI

David Botton david@botton.com

License BSD 3-Clause License


Image of CLOG

L    EEEE   A   RRR  NN   N     CCCC L    OOOO GGGG
L    E     A A  R  R N N  N     C    L    O  O G
L    EE   A   A RRR  N  N N     C    L    O  O G GG 
L    E    AAAAA R  R N   NN     C    L    O  O G  G
LLLL EEEE A   A R  R N    N     CCCC LLLL OOOO GGGG

COMMON-LISP "The Tutorial" Series (Google Doc Links)

The tutorial's goal is to get you writing real Lisp programs, quickly (like in a day not weeks or years) and to give you the all important high level summary of the entire language that will let you fill in the many blanks and shortcuts with the solid books available, but already being productive means having a bang up time doin' it all.

Image of CLOG

CLOG Builder Tutorials (Reddit links)

CLOG "The Framework" (Code Tutorials)

CLOG Demos - Learn through Projects

  • 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 - A very simple database driven website

MANUAL

https://rabbibotton.github.io/clog/clog-manual.html

GENERAL INFORMATION

CLOG - Technical Overview and Purpose