summaryrefslogtreecommitdiffhomepage
path: root/chapel.html.markdown
Commit message (Collapse)AuthorAgeLines
* [Chapel/en] Update chapel.html.markdown (#3877)Yujia Qiao2024-05-13-166/+226
|
* unify header styleBoris Verkhovskiy2024-04-26-29/+26
|
* Rename OS X to macOS (#4166)Борис Верховский2021-05-25-1/+1
|
* Updated initialiserAdit Mehta2019-04-06-1/+1
|
* Note official chaple build docIan Bertolacci2018-07-23-0/+2
|
* permute intraction linksIan Bertolacci2018-07-23-1/+1
|
* removed parallelism start markerIan Bertolacci2018-07-23-1/+0
|
* Make version agnosticIan Bertolacci2018-07-23-7/+9
|
* [chapel/en] Update linksIan Bertolacci2017-11-02-7/+7
| | | | | | | Chapel changed their home site from chapel.cray.com to chapel-lang.org. All chapel links are changed, have been tested, and currently work. All links were tested as well, and all currently work. Also, I changed my (Ian J. Bertolacci) collaborators link to my new institution.
* [chapel/en] Chapel version update, mixed quotesIan Bertolacci2017-10-08-8/+8
| | | | + Chapel is now version 1.16.0 + The syntax highlighter does *not* like single quotes `'` mixed with double quotes `"`. I have removed what appear to be the worst offenders.
* Fix a bunch of typosHairyFotr2017-08-23-3/+3
|
* [chapel/en] Style and example changes for Chapel (#2696)Ben Harshbarger2017-04-03-562/+650
| | | | | | | | | | | | | | | | * Updates for the Chapel language tour The Chapel repository includes variant of this 'language tour', which was recently modified in various ways: - *lots* of style/formatting changes more in-line with other programs in the Chapel repo - Additional examples of where-clauses and generics - fixes an incorrect example of a reversed range - improvements to comments * Remove backticks left over from rst * Keep text below 80, correct build steps
* Set bf, chapel, d and dart to use the language's highlightingSamantha McVey2016-12-31-1/+1
| | | | | Previously were using other languages with similar syntax, but now we have Pygments.
* Fix capitalization of GitHubZach Latta2016-02-23-1/+1
|
* Fix typosJana Trestikova2015-10-24-2/+2
| | | | | undestanding -> understanding uninterupted -> uninterrupted
* Typo: "thought of" not "though of"Tim Heaney2015-10-08-1/+1
|
* removing whitespace all overGabriel Halley2015-10-07-3/+3
|
* Merge branch 'master' of github.com:adambard/learnxinyminutes-docsIan Bertolacci2015-10-04-4/+4
|\ | | | | | | Fixed down merge-conflict.
| * Fix usage of "it's" in example comment for chapelDavid Stockton2015-10-03-3/+3
| |
* | Updated info for Chapel 1.12.0Ian Bertolacci2015-10-02-98/+98
| |
* | Update to ChapelIan Bertolacci2015-08-17-2/+2
|/ | | A reader/writer sync example was missing a "Reader: " notem
* main(), modules, array/range/domain slicing, loop-expressions, array ↵Ian Bertolacci2015-08-05-12/+103
| | | | | | | | | | | expressions, in depth zippered iterators Quite the addition. Modules required main() because of the begin statement issue. array/range/domain slicing was more intricate than I though. And loop/array expressions had some very very intersting behavior that necessitated a dive into zippered iterators. Some back-of-the-head anxiety about the tutorial being to in depth? Nawww.
* Small changes no.2Ian Bertolacci2015-08-02-5/+4
|
* Small corrections.Ian Bertolacci2015-08-02-10/+3
| | | | | | Removed duplicate countDown. Weird leftover words from parallelism statemet General corrections so spelling capitalization
* Uniform tics, noteable arguments addition.Ian Bertolacci2015-08-02-11/+12
| | | | | | Changed all N-tics for preformatted/code text into single tics if that code was sinle line (i.e. bash commands, compiler arguments) Added --main-module, --module-dir to Notable arguments section. Realized that the text <blah blah> was disappering, so changed it to `<bla bla>`. Need to confirm it success.
* Added modules and main()Ian Bertolacci2015-08-02-204/+258
| | | | | Worth noting that this will change the diff of the parallel section quite a bit, since they became the body of the main procedure. Thus each line in intented.
* Clarified some wording on the zipper iterator. Changed the example to ↵Ian Bertolacci2015-08-02-5/+7
| | | | something more simple and informative.
* added count-down mutex example. Cleaned up some of the reductions and scans ↵Ian Bertolacci2015-08-01-23/+65
| | | | prints
* added scans and reductionsIan Bertolacci2015-07-22-0/+19
|
* config param changeupIan Bertolacci2015-07-20-8/+9
| | | | | | changed some of the wording of the param config example. Namely put the comment immediately below the example. Also added --set to the noteable arguments list. Also changed "compile(?: )?time" to "compile-time"
* Word errorIan Bertolacci2015-07-20-1/+1
| | | that -> than
* Erroneous commentIan Bertolacci2015-07-20-1/+1
| | | removed "define mySecondVar as a real" unnecessary and incorrect.
* Spelling errorIan Bertolacci2015-07-20-1/+1
| | | Tupe -> Tuple
* Explained atomics, moved atomics firstIan Bertolacci2015-07-20-33/+36
| | | | 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?
* Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docsIan Bertolacci2015-07-19-2/+2
|\
| * De-capitalizationIan Bertolacci2015-07-19-2/+2
| | | | | | Changed language name and filename back to lower case 'chapel' in keeping with previous name to avoid possible site breakage.
* | Added sync, single, and atomic vars.Ian Bertolacci2015-07-19-1/+77
|/
* Slight modifications.Ian Bertolacci2015-07-18-4/+4
|
* Merged downIan Bertolacci2015-07-18-11/+21
|\
| * More line breaksAdam Bard2015-07-18-1/+11
| | | | | | Fix formatting in places
* | Capitalization, Chapel Directory.Ian Bertolacci2015-07-17-1/+1
| |
* | SpellcheckIan Bertolacci2015-07-17-8/+6
| |
* | Put lists back inIan Bertolacci2015-07-17-12/+7
| | | | | | Pretty sure what was causing the 'back end' error was my bad markdown skills
* | Changed bash examples from block code Ian Bertolacci2015-07-17-9/+9
| | | | | | Bash examples were in block code form (triple tick), should have been in inline mode (single tic)
* | capitalization and attempt to fix listsIan Bertolacci2015-07-17-12/+17
|/
* Update chapel.html.markdownAdam Bard2015-07-17-2/+1
| | | Make sure nothing breaks (too badly)
* Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docsian.bertolacci2015-07-15-1/+1
|\ | | | | | | Something
| * Codify proc() main lacking noteIan Bertolacci2015-07-14-1/+1
| |
* | epiphany on ref returns. lead to better example of ref returns and then also ↵ian.bertolacci2015-07-15-6/+22
|/ | | | a description of ref vars
* Some rewriting, hopefully the last commit before pull requestian.bertolacci2015-07-14-131/+145
|