Commit Graph

3207 Commits

Author SHA1 Message Date
Ian Bertolacci
d2d98a3810 Spelling error
Tupe -> Tuple
2015-07-20 08:17:01 -07:00
Ian Bertolacci
bcc84f9c76 Explained atomics, moved atomics first
Felt the need to add in an explanation about atomics, then felt that (because atomics are common in language and in theory) it should go before sync and single vars. 
Should I explain sync and single?
2015-07-20 08:09:28 -07:00
Ian Bertolacci
d31b133e57 Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs 2015-07-19 19:59:42 -07:00
Ian Bertolacci
155bf5d0a2 Added sync, single, and atomic vars. 2015-07-19 19:59:30 -07:00
Levi Bostian
a7f82aa29f Merge pull request #1169 from ian-bertolacci/master
Merged fix from upstream, added slight corrections
2015-07-19 18:07:09 -05:00
Ian Bertolacci
fe0c14b8ad De-capitalization
Changed language name and filename back to lower case 'chapel' in keeping with previous name to avoid possible site breakage.
2015-07-19 16:01:04 -07:00
Ian Bertolacci
bad5266d05 Slight modifications. 2015-07-18 14:16:08 -07:00
Ian Bertolacci
3ca94ec6ac Merged down 2015-07-18 14:10:01 -07:00
Adam Bard
71f87d44fd More line breaks
Fix formatting in places
2015-07-18 09:21:14 +09:00
Ian Bertolacci
6a54bca6ee Capitalization, Chapel Directory. 2015-07-17 10:31:32 -07:00
Ian Bertolacci
e7fe0b267a Spellcheck 2015-07-17 10:24:16 -07:00
Ian Bertolacci
77c4ddb522 Put lists back in
Pretty sure what was causing the 'back end' error was my bad markdown skills
2015-07-17 10:15:29 -07:00
Ian Bertolacci
4ae7b49219 Changed bash examples from block code
Bash examples were in block code form (triple tick), should have been in inline mode (single tic)
2015-07-17 10:13:51 -07:00
Ian Bertolacci
4edb920f51 capitalization and attempt to fix lists 2015-07-17 10:09:21 -07:00
Adam Bard
cad5789e26 Merge pull request #1167 from MrMallIronmaker/patch-1
Changed %s formatting to {n} style.
2015-07-17 23:44:02 +09:00
Adam Bard
c22acdf8bd Update chapel.html.markdown
Make sure nothing breaks (too badly)
2015-07-17 14:45:18 +09:00
Adam Bard
ea1efa2fc5 Merge pull request #1165 from ian-bertolacci/master
Chapel Tutorial
2015-07-17 14:44:15 +09:00
Mark Miller
d995a0ae27 Changed %s formatting to {n} style.
If line 117 is accurate, then {n} style string formatting is the preferred style, and it should be reflected in the examples.
2015-07-16 16:45:25 -05:00
Levi Bostian
d70a0ce1df Merge pull request #1166 from kdamball/patch-1
[matlab/en] Correct profile command
2015-07-16 14:54:20 -05:00
Kado
90c27c72cf Update matlab.html.markdown 2015-07-16 18:43:13 +03:00
Geoff Liu
53f0f98ac4 Merge pull request #1163 from Garnel/master
rust/zh Add chinese translation for rust
2015-07-15 14:01:25 -06:00
ian.bertolacci
29e468266d Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs
Something
2015-07-15 12:08:24 -07:00
ian.bertolacci
37257b5922 epiphany on ref returns. lead to better example of ref returns and then also a description of ref vars 2015-07-15 12:08:15 -07:00
Guangming Mao
cf26b05a23 Refine some sentences and fix some typos 2015-07-15 16:01:37 +08:00
Ian Bertolacci
d6f8b8e629 Codify proc() main lacking note 2015-07-14 19:09:10 -07:00
ian.bertolacci
7640ea4a30 Some rewriting, hopefully the last commit before pull request 2015-07-14 19:07:59 -07:00
ian.bertolacci
2e7ebaa3b9 A number of edits. Some cosmetic. Added iterators, argument/return intents 2015-07-14 18:40:53 -07:00
ian.bertolacci
343ae6ca1b Almost last update. Small changes to wording 2015-07-14 17:49:59 -07:00
ian.bertolacci
e8b259f4c6 Moved majority of header to bottom. Less preachy? 2015-07-14 17:44:55 -07:00
Ian Bertolacci
6a6673b154 Fixed almost pi
22/7ths is closer to pi than 11/7ths. Almost twice as close!
2015-07-14 17:32:00 -07:00
ian.bertolacci
df0cd1395d numerous slight modifications, and additions. Notable: added const, param, config 2015-07-14 17:30:09 -07:00
ian.bertolacci
2a41844229 changed some wording in header. added tuple expansion 2015-07-14 07:40:53 -07:00
ian.bertolacci
7bdcbc834e removed IRC node. That node refers to people developing in the compiler, no developers using the language 2015-07-13 16:42:46 -07:00
Ian Bertolacci
28f2817ac3 removed hyphen
removed hyphen from library-documentation
2015-07-12 16:50:55 -07:00
Ian Bertolacci
70a5440d4c Bad Link fix
fixed a link that was suppose to go to the chapel.cray.com site, but did not.
2015-07-12 16:49:49 -07:00
Ian Bertolacci
7ff3bd31d8 Link and header fix
1. put latest release url under the text [download the latest ....]
2. changed '... important to us!' to '... important to the developers!' so not to confuse the us (chapel dev team) with the tutorial people (learnxinyminutes)
2015-07-12 16:48:34 -07:00
Ian Bertolacci
cbbb833445 List formatting
Lists needed a space before numbers to actually become html list formatted.
2015-07-12 16:45:18 -07:00
Ian Bertolacci
2ba9af4b85 Header modified
Found an unfinished sentence, fixed it.
2015-07-12 16:43:42 -07:00
Ian Bertolacci
3ad75a4fb7 Minor fix
removed .com from my (ian bertolacci) website link
2015-07-12 16:40:32 -07:00
=
56171326c7 added chapel.html.markdown, performed a first pass at the tutorial, and the beginning readme of the tutorial. Currently missing topics [ reduction, scal, non-loop tuple expansion, whole array/partial array assignment] 2015-07-12 16:17:23 -07:00
Guangming Mao
abcb4e25de rust/zh Add chinese translation for rust 2015-07-08 20:51:09 +08:00
Morgan
f63aa01211 [livescript/fr] corrections 2015-07-08 13:43:17 +02:00
Morgan
71cdcb3443 [livescript/fr] corrections 2015-07-08 13:41:15 +02:00
Morgan
93486c8e7a [livescript/fr] add translators, correct intro 2015-07-08 11:16:07 +02:00
Morgan
6066176a9f [livescript/fr] initial commit 2015-07-08 10:54:37 +02:00
Levi Bostian
6e34ebf88f Merge pull request #1159 from mjhea0/patch-1
python/en - added two resources
2015-07-06 10:02:34 -05:00
Levi Bostian
eecdccb829 Merge pull request #1160 from mjhea0/patch-2
python3/en - added two resources
2015-07-06 10:02:17 -05:00
ven
8544847845 change haskell's operator $ description wording
for #1161
2015-07-06 10:40:05 +02:00
Michael Herman
5b66758d76 Update python3.html.markdown 2015-07-05 21:12:58 -06:00
Michael Herman
c6caa7664c Update python.html.markdown 2015-07-05 21:12:12 -06:00