Commit Graph

353 Commits

Author SHA1 Message Date
Adam
a7fe2983cc Updates to git 2013-07-23 07:53:54 -07:00
Adam
de1fc9ddbc Fix 2013-07-23 07:52:21 -07:00
Adam Bard
3a4b7a7c83 Merge pull request #133 from tylerneylon/master
Copyedits in git.html.markdown.
2013-07-22 14:22:24 -07:00
Tyler Neylon
7590a83b52 Copyedits in git.html.markdown. 2013-07-22 14:09:33 -07:00
Adam Bard
801f684a54 Merge pull request #131 from Jakehp/patch-1
Added diff & cleanup.
2013-07-21 17:29:20 -07:00
Jake Prather
48bb3b0178 Added diff & cleanup. 2013-07-21 19:12:40 -05:00
Adam Bard
4e848cbfd0 Merge pull request #130 from kurisuwhyte/learn-livescript
Adds a LiveScript doc
2013-07-21 16:53:15 -07:00
Adam
1466127aa3 Fixed stuff 2013-07-21 16:47:55 -07:00
Christina Whyte
0e2e54c4f7 Review with some fixes & stuff. 2013-07-21 17:58:18 -03:00
Adam
c914885188 Merge branch 'master' of https://github.com/Jakehp/learnxinyminutes-docs into Jakehp-master 2013-07-20 00:33:10 -07:00
Jake Prather
033c3bd770 updates 2013-07-18 16:48:58 -05:00
Jake Prather
eef26a0841 some organization & clarification 2013-07-18 11:49:27 -05:00
Christina Whyte
44971abcf7 Initial draft.
--HG--
extra : amend_source : 8c31bc708b9c2b04e9fc3a3b3bd446c871000a5e
2013-07-18 00:30:54 -03:00
Adam
f9dc1781e9 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2013-07-17 10:24:29 -07:00
Adam Bard
9dabe51ad7 Merge pull request #127 from zaa/patch-1
An an example of an instance variable assignment
2013-07-17 10:23:48 -07:00
Adam
b1fe88fe17 Merged racket changes 2013-07-17 10:06:29 -07:00
Adam Bard
5a3a63c392 Merge pull request #128 from zaa/patch-2
Fixed typos, added clarifications, updated references
2013-07-17 10:04:20 -07:00
Alexander Zhuravlev
32ecbdbf4f Update references 2013-07-17 06:03:43 +04:00
Alexander Zhuravlev
bc74819760 oops, forgot end 2013-07-17 05:58:05 +04:00
Alexander Zhuravlev
d4f1b64063 Fixed typos, added clarifications. 2013-07-17 05:53:20 +04:00
Alexander Zhuravlev
5267bff2cf An an example of an instance variable assignment 2013-07-17 05:22:32 +04:00
Jake Prather
62b9306f6c Added concept links & some minor text fixes. 2013-07-16 12:53:24 -05:00
Adam Bard
9e44649842 Merge pull request #126 from voila/master
many edits and corrections
2013-07-16 09:45:18 -07:00
Manu
752a6a9893 typos 2013-07-16 21:42:38 +12:00
voila
11add1c50d Update racket.html.markdown 2013-07-16 21:18:07 +12:00
voila
c73fbf9d54 added contributor 2013-07-16 21:17:24 +12:00
voila
f6a72e179d Merge pull request #1 from elibarzilay/master
Lots of improvements
2013-07-16 02:13:05 -07:00
Manu
1ee3db9965 binary, octal, hexadecimal integers 2013-07-16 20:40:09 +12:00
Eli Barzilay
d97565efa1 Quick bad-macro example. 2013-07-16 04:17:43 -04:00
Eli Barzilay
0063574a4d Some list function examples. 2013-07-16 04:13:06 -04:00
Eli Barzilay
b55ce4f045 Much more on iteration in all forms. 2013-07-16 04:07:40 -04:00
Eli Barzilay
c99ac1be7e Improve class section. 2013-07-16 03:44:26 -04:00
Eli Barzilay
8f295f4e68 `require' gets all bindings, not just functions.
Also, explain the ' use.
2013-07-16 03:36:54 -04:00
Eli Barzilay
c11ec1f137 Improve `with-handlers' an exceptions description. 2013-07-16 03:35:12 -04:00
Eli Barzilay
8a065aa256 Improve functions intro.
Add `λ', sugared/unsugared examples, optionals, keywords.
2013-07-16 03:31:21 -04:00
Eli Barzilay
d8e722d619 Improve list section. 2013-07-16 03:12:27 -04:00
Eli Barzilay
547a8a6db1 Improve mutable/immutable comment, add `make-vector' example. 2013-07-16 03:06:11 -04:00
Eli Barzilay
159b7e4e1e Add boxes example. 2013-07-16 02:08:28 -04:00
Eli Barzilay
7a92ee7ab8 swap' -> swap!' 2013-07-16 02:06:16 -04:00
Eli Barzilay
fbd215521f Better link for more reading. 2013-07-16 02:04:56 -04:00
Eli Barzilay
e39faf7019 Width.
Make the whole text fit in 70 characters.
2013-07-16 02:03:51 -04:00
Eli Barzilay
6af5c957d0 Clarify functional data structures.
Note that `set-add' is functional, clarify immutable hashes, add mutable
hash examples to contrast.
2013-07-16 01:55:29 -04:00
Eli Barzilay
5d952fb6da Improve #; example.
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.
2013-07-16 01:46:06 -04:00
Eli Barzilay
cfc136dea8 Use idiomatic quoting for identifiers. 2013-07-16 01:43:42 -04:00
Eli Barzilay
3715c5c2b7 C-escapes example.
Also, remove old-style "~n"s.
2013-07-16 01:36:52 -04:00
Eli Barzilay
d8989c2ae3 Improve macro definition.
It's more robust to use `let' to have the macro result in its own new
scope.  (Unrelated to the hygiene point, of course.)
2013-07-16 01:30:51 -04:00
Eli Barzilay
e8f8e2331b More comment fixes. 2013-07-16 01:29:37 -04:00
Eli Barzilay
6b282360b0 Indentation fixes. 2013-07-16 01:28:20 -04:00
Eli Barzilay
fa1ef10edd Remove spaces at end-of-lines. 2013-07-16 01:22:48 -04:00
Eli Barzilay
4ad1441e83 Normalize top comments to start with ";;".
Leave a single ";" for commented expressions and output indications.
2013-07-16 01:22:11 -04:00