Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | | * | | | | | 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 | -6/+7 | |
|/ / / / / / | |||||
* | / / / / | Merge pull request #123 from voila/master | Adam Bard | 2013-07-15 | -0/+456 | |
|\| | | | | | |/ / / / |/| | | | | Racket | ||||
| * | | | | 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 | |
| | | | | | |||||
* | | | | | Merge pull request #120 from equiet/master | Adam Bard | 2013-07-12 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | JavaScript: s/self/this | ||||
| * | | | | | s/self/this in JavaScript | Jakub Jurových | 2013-07-12 | -1/+1 | |
|/ / / / / | |||||
* | | | | | Merge pull request #118 from tt/fix-typo-in-ruby | Adam Bard | 2013-07-10 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix typo in Ruby | ||||
| * | | | | | Remove end-of-line colon | Troels Thomsen | 2013-07-10 | -1/+1 | |
|/ / / / / | |||||
* | | | | | Merge pull request #117 from lubomir/patch-1 | Adam Bard | 2013-07-09 | -2/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add link to Real World Haskell | ||||
| * | | | | | Add link to Real World Haskell | Lubomír Sedlář | 2013-07-09 | -2/+3 | |
|/ / / / / | |||||
* | | | | | Merge pull request #116 from AlbertMoscow/master | Adam Bard | 2013-07-09 | -3/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed typos | ||||
| * | | | | | Fixed typos | AlbertMoscow | 2013-07-08 | -3/+3 | |
|/ / / / / | |||||
* | | | | | Merge pull request #113 from muratyuksel/master | Adam Bard | 2013-07-08 | -9/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Small math bug | ||||
| * | | | | | Update php.html.markdown | Murat Yüksel | 2013-07-09 | -9/+3 | |
|/ / / / / | | | | | | | | | | | octal 019 and few syntax edits | ||||
* | | | | | Merge pull request #112 from Trismegiste/master | Adam Bard | 2013-07-08 | -1/+8 | |
|\ \ \ \ \ | | | | | | | | | | | | | Interface can be extended | ||||
| * | | | | | adding a missing feature in PHP OOP | Florent | 2013-07-08 | -1/+8 | |
|/ / / / / | |||||
* | | | | | Merge pull request #110 from noahlz/master | Adam Bard | 2013-07-07 | -2/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | Minor fixes to ruby.html | ||||
| * | | | | | case statement needs end. Also added else | noahlz | 2013-07-07 | -1/+3 | |
| | | | | | | |||||
| * | | | | | s/$/#/ typo | noahlz | 2013-07-05 | -1/+1 | |
| | | | | | | |||||
* | | | | | | Merge pull request #108 from davefp/patch-3 | Adam Bard | 2013-07-07 | -0/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Get rid of nasty infinite loop in while example | ||||
| * | | | | | | Get rid of nasty infinite loop in while example | David Underwood | 2013-07-05 | -0/+1 | |
| |/ / / / / | |||||
* | | | | | | Edited back java updates a bit | Adam | 2013-07-07 | -42/+25 | |
| | | | | | | |||||
* | | | | | | Merge pull request #111 from P7h/master | Adam Bard | 2013-07-07 | -38/+93 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed Java language docs and added few missing features from the document. | ||||
| * | | | | | | Fixed few mistakes. Added few missing features. | Prashanth Babu | 2013-07-07 | -38/+93 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added JavaDoc comments. 2. Mentioned and used tab character by giving an example on escape character for Tab. 3. Fixed the condition evaluation to true or false instead of 1 or 0. 4. Added switch case statement example for Strings. 5. Added default access level modifier to the Java class. 6. Added Java Tutorial trail to links for further research. 7. Added link for OOP Concepts for Java and have put all the corresponding links as a children to this. 8. Fixed various other statements for consistency. |