mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
New tutorial 22
This commit is contained in:
parent
420bc31015
commit
8b04c796d2
2 changed files with 3 additions and 12 deletions
14
README.md
14
README.md
|
|
@ -59,7 +59,7 @@ To load this package and work through tutorials (assuming you
|
||||||
have Quicklisp configured):
|
have Quicklisp configured):
|
||||||
|
|
||||||
1. Start emacs then M-x slime
|
1. Start emacs then M-x slime
|
||||||
2. In the REPL, run (tutorials currently 1 - 21):
|
2. In the REPL, run (tutorials currently 1 - 22):
|
||||||
|
|
||||||
```
|
```
|
||||||
CL-USER> (ql:quickload :clog)
|
CL-USER> (ql:quickload :clog)
|
||||||
|
|
@ -182,6 +182,7 @@ Tutorial Summary
|
||||||
- 19-tutorial.lisp - Using JavaScript components
|
- 19-tutorial.lisp - Using JavaScript components
|
||||||
- 20-tutorial.lisp - New CLOG plugin from JavaScript component
|
- 20-tutorial.lisp - New CLOG plugin from JavaScript component
|
||||||
- 21-tutorial.lisp - New CLOG plugin in Common-Lisp
|
- 21-tutorial.lisp - New CLOG plugin in Common-Lisp
|
||||||
|
- 22-tutorial.lisp - CLOG GUI Menus and Desktop Look and Feel
|
||||||
|
|
||||||
Demo Summary
|
Demo Summary
|
||||||
|
|
||||||
|
|
@ -189,14 +190,3 @@ Demo Summary
|
||||||
- 02-demo.lisp - Chat - Private instant messenger
|
- 02-demo.lisp - Chat - Private instant messenger
|
||||||
- 03-demo.lisp - IDE - A very simple common lisp IDE
|
- 03-demo.lisp - IDE - A very simple common lisp IDE
|
||||||
|
|
||||||
Enhancements underway:
|
|
||||||
|
|
||||||
- Database bindings and server-side APIs
|
|
||||||
- Current CL packages
|
|
||||||
- Direct bidings to widgets etc.
|
|
||||||
|
|
||||||
- CLOG Devtools
|
|
||||||
- Generate application scaffolding
|
|
||||||
- GUI Builder
|
|
||||||
- Grid style
|
|
||||||
- Page style
|
|
||||||
|
|
|
||||||
|
|
@ -54,3 +54,4 @@ Tutorial Summary
|
||||||
- 19-tutorial.lisp - Using JavaScript components
|
- 19-tutorial.lisp - Using JavaScript components
|
||||||
- 20-tutorial.lisp - New CLOG plugin from JavaScript component
|
- 20-tutorial.lisp - New CLOG plugin from JavaScript component
|
||||||
- 21-tutorial.lisp - New CLOG plugin in Common-Lisp
|
- 21-tutorial.lisp - New CLOG plugin in Common-Lisp
|
||||||
|
- 22-tutorial.lisp - CLOG GUI Menus and Desktop Look and Feel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue