User:Lehalle/Notebook

From LiteratePrograms

Jump to: navigation, search

Here are some notes about LP.org...

Contents

Todo List

Tasks

  • generation report using OCAMAWEB tags for LP.org?
  • bots? cf en.wikipedia

Articles

In dev

To keep in mind

Sandboxes

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))

External links

Personal tools