Update info pages with new master class series

This commit is contained in:
David Botton 2024-03-31 19:36:22 -04:00
parent 1f4c31d34b
commit c3292660e3
2 changed files with 19 additions and 7 deletions

12
LEARN.md vendored
View file

@ -6,14 +6,21 @@ L E AAAAA R R N NN C L O O G G
LLLL EEEE A A R R N N CCCC LLLL OOOOO GGGGG
```
COMMON-LISP "The Tutorial" Series (Google Doc Links)
COMMON-LISP "The Tutorial" Series
* [Install Common-Lisp for MacOS](MACOS.md)
* [Install Common-Lisp for Win64](WINDOWS.md)
* [Install Common-Lisp for Linux](https://lisp-lang.org/learn/getting-started/)
* [Install Common-Lisp For Android (Termux)](ANDROID-TERMUX.md)
The tutorial's goal is to get you writing real Lisp programs, quickly
For **Windows** users there is an easy install for full CL and CLOG -
https://github.com/rabbibotton/clog/releases/download/v2.0/clog2.0-win64.zip
Unzip, double click make.bat and then drag the resulting builder.exe to your
application bar or double click. Update regularly by running update.bat
If you change directories you need to run make.bat or update.bat
"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
@ -39,6 +46,7 @@ already being productive means having a bang up time doin' it all.
CLOG Video Series
- [CLOG Builder Master Classes](https://www.youtube.com/playlist?list=PLSUeblYuDUiPHuu5Fbw0tZdtZX3qiV7AJ)
- [CLOG "Plunger" Video series use CLOG Builder to create a pro-app](https://www.youtube.com/playlist?list=PLSUeblYuDUiOucAaqkrVlmOG4p-q7lFU6)
- [CLOG Extra - Learn tips on using CLOG](https://www.youtube.com/playlist?list=PLSUeblYuDUiNWHCf8xbHNlxPFQ5clF0YG)
- [Common Lisp The Language 2ed Book Course](https://www.youtube.com/playlist?list=PLSUeblYuDUiNqagWU4NF4w5zsjs6Xo7H9)

14
README.md vendored
View file

@ -57,7 +57,14 @@ CLOG is developed with ECL, CCL and SBCL, it is tested fairly
regulary on Linux, Windows, Android, Rasperry Pi, and Mac. It
is also know to work with the commercial Common Lisps as well.
For **Windows** users the easy install -
To install CLOG - install Common Lisp:
* [Install Common-Lisp for MacOS](MACOS.md)
* [Install Common-Lisp for Linux](https://lisp-lang.org/learn/getting-started/)
* [Install Common-Lisp For Android (Termux)](ANDROID-TERMUX.md)
* [Install Common-Lisp for Win64](WINDOWS.md)
For **Windows** users there is an easy install for full CL and CLOG -
https://github.com/rabbibotton/clog/releases/download/v2.0/clog2.0-win64.zip
Unzip, double click make.bat and then drag the resulting builder.exe to your
application bar or double click. Update regularly by running update.bat
@ -118,10 +125,6 @@ To get started load CLOG and then can load and run the builder:
A list of plugins for CLOG are available at -
https://ultralisp.org/tags/clog-plugin/
Note: If using portacle for Windows you will need to copy the sqlite3 dll from
https://www.sqlite.org/download.html to portacle\win\lib
Consider a custom [install on windows](WINDOWS.md)
1. Start emacs then M-x slime (or just run sbcl at the command line or use the
CLOG Buider REPL Tools -> CLOG Builder Repl)
2. In the REPL, run:
@ -238,6 +241,7 @@ Other samples of CLOG on the web:
- [CLOG + cl-collider](https://github.com/byulparan/clog-collider-experience)
- [CLOG on iOS and Android](https://www.reddit.com/r/lisp/comments/tl46of/would_it_be_cool_to_run_a_clog_app_on_mobile_you/)
- [Learn CLOG Dashboard](https://gist.github.com/mmontone/3a5a8a57675750e99ffb7fa64f40bc39#file-clog-learn-lisp)
- [CLOGPower.com](http://clogpower.com)
Get started learning CLOG and the CLOG Builder with
* [Learn CLOG](LEARN.md)