Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Improve mutable/immutable comment, add `make-vector' example. | Eli Barzilay | 2013-07-16 | -3/+6 |
| | ||||
* | Add boxes example. | Eli Barzilay | 2013-07-16 | -2/+8 |
| | ||||
* | `swap' -> `swap!' | Eli Barzilay | 2013-07-16 | -2/+2 |
| | ||||
* | Better link for more reading. | Eli Barzilay | 2013-07-16 | -1/+1 |
| | ||||
* | Width. | Eli Barzilay | 2013-07-16 | -12/+18 |
| | | | | Make the whole text fit in 70 characters. | |||
* | Clarify functional data structures. | Eli Barzilay | 2013-07-16 | -7/+18 |
| | | | | | Note that `set-add' is functional, clarify immutable hashes, add mutable hash examples to contrast. | |||
* | Improve #; example. | Eli Barzilay | 2013-07-16 | -2/+3 |
| | | | | | | Also, I removed the following expression since this is the beginning when interaction is not shown. Instead, I added a comment to explain what #;s are useful for. | |||
* | Use idiomatic quoting for identifiers. | Eli Barzilay | 2013-07-16 | -22/+22 |
| | ||||
* | C-escapes example. | Eli Barzilay | 2013-07-16 | -5/+6 |
| | | | | Also, remove old-style "~n"s. | |||
* | Improve macro definition. | Eli Barzilay | 2013-07-16 | -2/+1 |
| | | | | | It's more robust to use `let' to have the macro result in its own new scope. (Unrelated to the hygiene point, of course.) | |||
* | More comment fixes. | Eli Barzilay | 2013-07-16 | -4/+4 |
| | ||||
* | Indentation fixes. | Eli Barzilay | 2013-07-16 | -14/+14 |
| | ||||
* | Remove spaces at end-of-lines. | Eli Barzilay | 2013-07-16 | -42/+42 |
| | ||||
* | Normalize top comments to start with ";;". | Eli Barzilay | 2013-07-16 | -78/+77 |
| | | | | Leave a single ";" for commented expressions and output indications. | |||
* | fix file name | Manu | 2013-07-16 | -1/+5 |
| | ||||
* | replace unless macro by a while macro | Manu | 2013-07-16 | -3/+11 |
| | ||||
* | corrections and suggestions | Manu | 2013-07-15 | -43/+116 |
| | ||||
* | added struct, quote | Manu | 2013-07-14 | -28/+83 |
| | ||||
* | added sets, hashes and objects | Manu | 2013-07-14 | -22/+86 |
| | ||||
* | added macros, conditionals. fixed some errors | Manu | 2013-07-12 | -31/+99 |
| | ||||
* | fix errors | Manu | 2013-07-12 | -7/+4 |
| | ||||
* | started on Racket | Manu | 2013-07-11 | -0/+199 |