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 |
|
Manu
|
4718ea4e0c
|
fix file name
|
2013-07-16 13:41:26 +12:00 |
|
Manu
|
6ff708a040
|
replace unless macro by a while macro
|
2013-07-16 10:51:38 +12:00 |
|
Manu
|
13604e7932
|
corrections and suggestions
|
2013-07-15 14:44:48 +12:00 |
|
Manu
|
150b232b9b
|
added struct, quote
|
2013-07-14 23:59:16 +12:00 |
|
Manu
|
930d12e98f
|
added sets, hashes and objects
|
2013-07-14 00:37:49 +12:00 |
|
Manu
|
fb2c8aa765
|
added macros, conditionals. fixed some errors
|
2013-07-12 23:33:34 +12:00 |
|
Manu
|
80c2a00bc5
|
fix errors
|
2013-07-12 00:01:33 +12:00 |
|
Manu
|
340e552822
|
started on Racket
|
2013-07-11 23:45:38 +12:00 |
|
Adam
|
2838738a58
|
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
|
2013-06-29 14:35:06 -07:00 |
|
Adam
|
4d0576490a
|
Massive edit on PHP
|
2013-06-29 14:34:54 -07:00 |
|
Adam Bard
|
eeab516302
|
Merge pull request #49 from astrieanna/patch-1
tiny typo fix in python
|
2013-06-29 14:32:08 -07:00 |
|
Leah Hanson
|
03461ad0de
|
tiny typo fix in python
we -> be
|
2013-06-29 16:21:55 -04:00 |
|
Adam
|
6e3e273451
|
A few fixes
|
2013-06-29 08:52:41 -07:00 |
|
Adam Bard
|
c3083760f6
|
Merge pull request #39 from e99n09/master
Statistical computing language R
|
2013-06-29 08:45:10 -07:00 |
|
Adam Bard
|
47da17c37f
|
Merge pull request #46 from swlaschin/master
Updated F# examples
|
2013-06-29 08:44:47 -07:00 |
|
Scott Wlaschin
|
142b6b1f18
|
Updated F# code with new list and collection examples, and extra examples for data types.
|
2013-06-29 15:54:14 +01:00 |
|
Adam Bard
|
1d5d89af3d
|
Merge pull request #41 from joushx/patch-1
Fixed typo
|
2013-06-29 07:38:55 -07:00 |
|
Adam Bard
|
91283b4d8d
|
Merge pull request #36 from jbub/fixsets
python set literals should be separated by comma
|
2013-06-29 07:37:43 -07:00 |
|
Adam Bard
|
e1cf0fb958
|
Merge pull request #44 from chrisdowns/patch-1
tiny typo fixed
|
2013-06-29 07:36:56 -07:00 |
|
chrisdowns
|
a793e2a77d
|
tiny typo fixed
|
2013-06-29 08:53:49 -05:00 |
|
Johannes Mittendorfer
|
5d15e5c048
|
Fixed typo
"Use return to return a value" instead "Use return a return a value"
|
2013-06-29 12:22:01 +02:00 |
|
e99n09
|
5a1aad1c41
|
Create pets.csv
A .csv file (with complementary R tutorial)
|
2013-06-29 03:38:34 -04:00 |
|
e99n09
|
9f4c2399d6
|
Create r.html.markdown
An executable R tutorial (with complementary .csv file)
|
2013-06-29 03:37:14 -04:00 |
|
Juraj Bubniak
|
c51d0ec1a7
|
python set literals should be separated by comma
|
2013-06-29 08:22:19 +02:00 |
|
Adam
|
a6bcf5f8d7
|
Fixes #16: Added new-style string formatting
|
2013-06-28 21:20:08 -07:00 |
|
Adam
|
4789dd1097
|
Fixes #26: triple-quoted strings are identified as such, not as comments
|
2013-06-28 21:17:29 -07:00 |
|
Adam
|
04cedf9844
|
Fixes #15: Set literals
|
2013-06-28 21:15:50 -07:00 |
|
Adam
|
e1424579e7
|
Fixes #14: Clarified if-as-expression wording in python tut
|
2013-06-28 21:11:54 -07:00 |
|
Adam
|
879d31e2c6
|
Updated pass-by-reference bit in c tutorial. Fixes #31
|
2013-06-28 21:08:58 -07:00 |
|
Adam Bard
|
561b879c0d
|
Merge pull request #34 from theseoafs/master
Making C tutorial better
|
2013-06-28 21:01:02 -07:00 |
|
Adam
|
ede5c4ea3e
|
Updated author url for dart
|
2013-06-28 21:00:16 -07:00 |
|
Adam
|
bc6992045f
|
Changed highlighting to javascript (no dart yet)
|
2013-06-28 20:58:04 -07:00 |
|
Adam
|
35249e917e
|
Merge branch 'master' of github.com:jpedrosa/learnxinyminutes-docs into jpedrosa-master
|
2013-06-28 20:56:41 -07:00 |
|
Joao Pedrosa
|
7b76a3367e
|
Fix exception string content.
|
2013-06-29 00:56:37 -03:00 |
|
Adam
|
aac147f3e9
|
Use Csharp syntax highlighting for fsharp
|
2013-06-28 20:53:43 -07:00 |
|
Joao Pedrosa
|
bd1c5a1ef1
|
Fix typo.
|
2013-06-29 00:49:30 -03:00 |
|
Ricky Stewart
|
2ad3be3860
|
merging in new pointer section from origin
|
2013-06-28 23:43:00 -04:00 |
|
Joao Pedrosa
|
2e4245b6e4
|
Fix typo.
|
2013-06-29 00:39:14 -03:00 |
|
Joao Pedrosa
|
04ba86b2ed
|
Fix typo.
|
2013-06-29 00:35:20 -03:00 |
|
Joao Pedrosa
|
8881d2571d
|
Add Dart prefix to markdown.
|
2013-06-29 00:26:03 -03:00 |
|
Joao Pedrosa
|
f48ea85cc2
|
Added Dart tutorial.
|
2013-06-29 00:24:17 -03:00 |
|
Adam
|
745760ff18
|
Merge branch 'master' into swlachin-master
|
2013-06-28 20:10:19 -07:00 |
|
Adam Bard
|
2f54e2fe37
|
Merge pull request #29 from egonSchiele/master
Adding Haskell
|
2013-06-28 20:09:55 -07:00 |
|