Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [racket/en] Expand list section (#2588) | Derek | 2016-11-30 | -2/+9 |
| | | | | | * Expand list section * Update backtick | |||
* | [racket/en] Add more details about Racket (#2278) | Geoffrey Liu | 2016-06-26 | -0/+34 |
| | | | | | | | | | | * Add let* and letrec reference * More elaboration on structs * Add code about predefined car, cdr functions * Mention explicit typing, int to real conversion | |||
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -2/+2 |
| | ||||
* | detailed explanation of eq?, eqv?, and equal? | Keyan Zhang | 2015-03-13 | -7/+41 |
| | | | | | | | | | References: 1. http://docs.racket-lang.org/reference/booleans.html 2. http://docs.racket-lang.org/reference/eval-model.html 3. https://groups.google.com/forum/#!topic/plt-scheme/T1k49HMl450 4. http://stackoverflow.com/questions/16299246/what-is-the-difference-between-eq-eqv-equal-and-in-scheme 5. http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html | |||
* | Fix typos from issue 447. | Levi Bostian | 2014-03-20 | -4/+4 |
| | ||||
* | Improve language usage in Racket guide | Duong H. Nguyen | 2014-01-05 | -2/+2 |
| | ||||
* | Fix Racket style | Duong H. Nguyen | 2014-01-05 | -1/+1 |
| | ||||
* | Add input/output section for Racket | Duong H. Nguyen | 2014-01-05 | -0/+40 |
| | ||||
* | Fix hygienic macro example in racket.html.markdown | Gustavo Schmidt | 2013-07-28 | -5/+10 |
| | ||||
* | Fixed stuff | Adam | 2013-07-21 | -1/+1 |
| | ||||
* | Merged racket changes | Adam | 2013-07-17 | -174/+319 |
|\ | ||||
| * | typos | Manu | 2013-07-16 | -11/+11 |
| | | ||||
| * | Update racket.html.markdown | voila | 2013-07-16 | -1/+1 |
| | | ||||
| * | added contributor | voila | 2013-07-16 | -0/+1 |
| | | ||||
| * | Merge pull request #1 from elibarzilay/master | voila | 2013-07-16 | -171/+301 |
| |\ | | | | | | | Lots of improvements | |||
| | * | Quick bad-macro example. | Eli Barzilay | 2013-07-16 | -1/+9 |
| | | | ||||
| | * | Some list function examples. | Eli Barzilay | 2013-07-16 | -0/+9 |
| | | | ||||
| | * | Much more on iteration in all forms. | Eli Barzilay | 2013-07-16 | -27/+63 |
| | | | ||||
| | * | Improve class section. | Eli Barzilay | 2013-07-16 | -1/+15 |
| | | | ||||
| | * | `require' gets all bindings, not just functions. | Eli Barzilay | 2013-07-16 | -2/+2 |
| | | | | | | | | | | | | Also, explain the ' use. | |||
| | * | Improve `with-handlers' an exceptions description. | Eli Barzilay | 2013-07-16 | -6/+11 |
| | | | ||||
| | * | Improve functions intro. | Eli Barzilay | 2013-07-16 | -9/+36 |
| | | | | | | | | | | | | Add `λ', sugared/unsugared examples, optionals, keywords. | |||
| | * | Improve list section. | Eli Barzilay | 2013-07-16 | -4/+9 |
| | | | ||||
| | * | 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. | |||
| * | | binary, octal, hexadecimal integers | Manu | 2013-07-16 | -0/+4 |
| |/ | ||||
| * | fix file name | Manu | 2013-07-16 | -1/+5 |
| | | ||||
| * | replace unless macro by a while macro | Manu | 2013-07-16 | -3/+11 |
| | | ||||
* | | Cleaned up php metadata, added racker | Adam | 2013-07-15 | -3/+4 |
|/ | ||||
* | 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 |