summaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeLines
...
| * | | | Merge pull request #133 from tylerneylon/masterAdam Bard2013-07-22-34/+36
| |\ \ \ \
| | * | | | Copyedits in git.html.markdown.Tyler Neylon2013-07-22-34/+36
| |/ / / /
| * | | | Merge pull request #131 from Jakehp/patch-1Adam Bard2013-07-21-4/+18
| |\ \ \ \
| | * | | | Added diff & cleanup.Jake Prather2013-07-21-4/+18
| |/ / / /
* / / / / FixAdam2013-07-23-3/+4
|/ / / /
* | | | Merge pull request #130 from kurisuwhyte/learn-livescriptAdam Bard2013-07-21-0/+344
|\ \ \ \
| * | | | Review with some fixes & stuff.Christina Whyte2013-07-21-17/+24
| * | | | Initial draft.Christina Whyte2013-07-18-0/+337
* | | | | Fixed stuffAdam2013-07-21-409/+347
* | | | | Merge branch 'master' of https://github.com/Jakehp/learnxinyminutes-docs into...Adam2013-07-20-0/+434
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | updatesJake Prather2013-07-18-1/+5
| * | | | some organization & clarificationJake Prather2013-07-18-2/+7
| * | | | Added concept links & some minor text fixes.Jake Prather2013-07-16-6/+15
| * | | | Update git.html.markdownJake Prather2013-07-15-75/+75
| * | | | rough draftJake Prather2013-07-15-0/+416
| |/ / /
* | | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsAdam2013-07-17-0/+2
|\ \ \ \
| * \ \ \ Merge pull request #127 from zaa/patch-1Adam Bard2013-07-17-0/+2
| |\ \ \ \
| | * | | | An an example of an instance variable assignmentAlexander Zhuravlev2013-07-17-0/+2
* | | | | | Merged racket changesAdam2013-07-17-191/+348
|\| | | | |
| * | | | | Merge pull request #128 from zaa/patch-2Adam Bard2013-07-17-17/+29
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Update referencesAlexander Zhuravlev2013-07-17-2/+3
| | * | | | oops, forgot `end`Alexander Zhuravlev2013-07-17-1/+1
| | * | | | Fixed typos, added clarifications.Alexander Zhuravlev2013-07-17-15/+26
| |/ / / /
| * | | | Merge pull request #126 from voila/masterAdam Bard2013-07-16-174/+321
| |\ \ \ \
| | * | | | typosManu2013-07-16-11/+11
| | * | | | Update racket.html.markdownvoila2013-07-16-1/+1
| | * | | | added contributorvoila2013-07-16-0/+1
| | * | | | Merge pull request #1 from elibarzilay/mastervoila2013-07-16-171/+301
| | |\ \ \ \
| | | * | | | 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
| | | * | | | Improve `with-handlers' an exceptions description.Eli Barzilay2013-07-16-6/+11
| | | * | | | Improve functions intro.Eli Barzilay2013-07-16-9/+36
| | | * | | | 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
| | | * | | | Clarify functional data structures.Eli Barzilay2013-07-16-7/+18
| | | * | | | Improve #; example.Eli Barzilay2013-07-16-2/+3
| | | * | | | Use idiomatic quoting for identifiers.Eli Barzilay2013-07-16-22/+22
| | | * | | | C-escapes example.Eli Barzilay2013-07-16-5/+6
| | | * | | | Improve macro definition.Eli Barzilay2013-07-16-2/+1
| | | * | | | 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