Scheme sample

Python code posted by agaida
created at 09 May 16:02, updated at 09 May 16:04

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(case (what-would-you-like-to-do?)
  ((learn)
   (choose-from FAQ
                textbooks
                videos
                blogs
                standards
                tutorials
                bibliography
                other documents
                education))
  ((program)
   (choose-from implementations
                libraries
                environments
                SRFIs))
416 Bytes in 2 ms with coderay