User:Lehalle/Notebook
From LiteratePrograms
Here are some notes about LP.org...
Contents |
[edit]
Todo List
[edit]
Tasks
- generation report using OCAMAWEB tags for LP.org?
- bots? cf en.wikipedia
[edit]
Articles
[edit]
In dev
[edit]
To keep in mind
- MediaWiki:Downloadcodebottom - to modify the download code access button
[edit]
Sandboxes
[edit]
Scheme
I should write some articles about the Scheme programming language, around this
<<scheme_sb.sc>>= (define (f x)(+ 1 x)) (f 4) (define a 2) (set! a '((x 1)(y 2)(z 3))) (cadr (assq 'y a))
[edit]
