summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #1 from elibarzilay/mastervoila2013-07-16-171/+301
|\ | | | | Lots of improvements
| * Quick bad-macro example.Eli Barzilay2013-07-16-1/+9
| |
| * Some list function examples.Eli Barzilay2013-07-16-0/+9
| |
| * Much more on iteration in all forms.Eli Barzilay2013-07-16-27/+63
| |
| * Improve class section.Eli Barzilay2013-07-16-1/+15
| |
| * `require' gets all bindings, not just functions.Eli Barzilay2013-07-16-2/+2
| | | | | | | | Also, explain the ' use.
| * Improve `with-handlers' an exceptions description.Eli Barzilay2013-07-16-6/+11
| |
| * Improve functions intro.Eli Barzilay2013-07-16-9/+36
| | | | | | | | Add `λ', sugared/unsugared examples, optionals, keywords.
| * Improve list section.Eli Barzilay2013-07-16-4/+9
| |
| * Improve mutable/immutable comment, add `make-vector' example.Eli Barzilay2013-07-16-3/+6
| |
| * Add boxes example.Eli Barzilay2013-07-16-2/+8
| |
| * `swap' -> `swap!'Eli Barzilay2013-07-16-2/+2
| |
| * Better link for more reading.Eli Barzilay2013-07-16-1/+1
| |
| * Width.Eli Barzilay2013-07-16-12/+18
| | | | | | | | Make the whole text fit in 70 characters.
| * Clarify functional data structures.Eli Barzilay2013-07-16-7/+18
| | | | | | | | | | Note that `set-add' is functional, clarify immutable hashes, add mutable hash examples to contrast.
| * Improve #; example.Eli Barzilay2013-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 Barzilay2013-07-16-22/+22
| |
| * C-escapes example.Eli Barzilay2013-07-16-5/+6
| | | | | | | | Also, remove old-style "~n"s.
| * Improve macro definition.Eli Barzilay2013-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 Barzilay2013-07-16-4/+4
| |
| * Indentation fixes.Eli Barzilay2013-07-16-14/+14
| |
| * Remove spaces at end-of-lines.Eli Barzilay2013-07-16-42/+42
| |
| * Normalize top comments to start with ";;".Eli Barzilay2013-07-16-78/+77
| | | | | | | | Leave a single ";" for commented expressions and output indications.
* | binary, octal, hexadecimal integersManu2013-07-16-0/+4
|/
* fix file nameManu2013-07-16-1/+5
|
* replace unless macro by a while macroManu2013-07-16-3/+11
|
* corrections and suggestionsManu2013-07-15-43/+116
|
* added struct, quoteManu2013-07-14-28/+83
|
* added sets, hashes and objectsManu2013-07-14-22/+86
|
* added macros, conditionals. fixed some errorsManu2013-07-12-31/+99
|
* fix errorsManu2013-07-12-7/+4
|
* started on RacketManu2013-07-11-0/+199
|
* Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsAdam2013-06-29-1/+1
|\
| * Merge pull request #49 from astrieanna/patch-1Adam Bard2013-06-29-1/+1
| |\ | | | | | | tiny typo fix in python
| | * tiny typo fix in pythonLeah Hanson2013-06-29-1/+1
| |/ | | | | we -> be
* | Massive edit on PHPAdam2013-06-29-292/+284
| |
* | A few fixesAdam2013-06-29-14/+14
|/
* Merge pull request #39 from e99n09/masterAdam Bard2013-06-29-0/+332
|\ | | | | Statistical computing language R
| * Create pets.csve99n092013-06-29-0/+4
| | | | | | A .csv file (with complementary R tutorial)
| * Create r.html.markdowne99n092013-06-29-0/+328
| | | | | | An executable R tutorial (with complementary .csv file)
* | Merge pull request #46 from swlaschin/masterAdam Bard2013-06-29-25/+226
|\ \ | | | | | | Updated F# examples
| * | Updated F# code with new list and collection examples, and extra examples ↵Scott Wlaschin2013-06-29-25/+226
| |/ | | | | | | for data types.
* | Merge pull request #41 from joushx/patch-1Adam Bard2013-06-29-1/+1
|\ \ | | | | | | Fixed typo
| * | Fixed typoJohannes Mittendorfer2013-06-29-1/+1
| |/ | | | | "Use return to return a value" instead "Use return a return a value"
* | Merge pull request #36 from jbub/fixsetsAdam Bard2013-06-29-1/+1
|\ \ | | | | | | python set literals should be separated by comma
| * | python set literals should be separated by commaJuraj Bubniak2013-06-29-1/+1
| |/
* | Merge pull request #44 from chrisdowns/patch-1Adam Bard2013-06-29-1/+1
|\ \ | |/ |/| tiny typo fixed
| * tiny typo fixedchrisdowns2013-06-29-1/+1
|/
* Fixes #16: Added new-style string formattingAdam2013-06-28-0/+7
|
* Fixes #26: triple-quoted strings are identified as such, not as commentsAdam2013-06-28-2/+3
|