summaryrefslogtreecommitdiffhomepage
path: root/julia.html.markdown
Commit message (Collapse)AuthorAgeLines
* Update julia.html.markdownazev772021-02-24-0/+14
| | | Assignment vs copy: see https://discourse.julialang.org/t/is-it-worth-introducing-copy-into-learnxiny/55965/2
* Small update on julia.html.markdown, typos and commentsLilian Besson2021-01-28-31/+34
| | | Small update on julia.html.markdown, typos and comments
* Add note about integer overflowThibaut Lienart2019-02-18-0/+7
| | | Something that may trip users coming from a Python background as per https://discourse.julialang.org/t/julia-messes-up-integer-exponents/20773
* tweak order of string functions / print functionsLyndon White2019-01-20-7/+8
|
* Add push! explanation, closes #2047Divay Prakash2018-11-18-0/+2
|
* [julia/en] divayprakash has an amazing eagle eye for function naming!Keith Miyake2018-10-06-5/+5
|
* [julia/en] snake_case one more function name that slipped pastKeith Miyake2018-10-04-5/+5
|
* [julia/en] camelCase functions => snake_caseKeith Miyake2018-10-04-37/+37
|
* [julia/en] fix for #1483Keith Miyake2018-10-04-77/+77
|
* Remove useless lib0u02018-08-31-1/+0
| | | | In fact, if you donot import InteractiveUtils, you still can use the subtype and supertype function
* remove useless Blank Lines0u02018-08-31-2/+0
|
* Adjust for alignment0u02018-08-31-26/+25
|
* Uniform output format0u02018-08-31-17/+13
|
* ry to use as few words as possible0u02018-08-31-15/+33
|
* Update output for Julia 1.00u02018-08-31-123/+194
|
* Use more clearly example0u02018-08-29-5/+5
|
* Keep a line 80 chars0u02018-08-29-1/+2
|
* Merge branch 'master' into julia1Adam Bard2018-08-22-3/+4
|\
| * add comprehension filter exampleBrian Cleary2018-08-16-1/+2
| |
* | wrap lines longer than 80Martijn Visser2018-08-15-4/+7
| |
* | one more quick run over the codeMartijn Visser2018-08-15-58/+51
| |
* | more comment spacingMartijn Visser2018-08-14-106/+106
| |
* | no need for creditMartijn Visser2018-08-14-1/+0
| |
* | fix julia 0.7 deprecation warningsMartijn Visser2018-08-14-31/+32
| |
* | remove some trailing spacesMartijn Visser2018-08-14-4/+4
| |
* | replace tabs with 4 spacesMartijn Visser2018-08-14-60/+60
| |
* | double space before commentsMartijn Visser2018-08-14-51/+51
| | | | | | | | not part of official style guide, but i think it more clearly separates code and comment
* | autoformat with VS codeMartijn Visser2018-08-14-70/+70
| | | | | | | | mostly just spaces between arguments
* | julia update version numberMartijn Visser2018-08-14-5/+6
|/
* porting to julia 0.6.4Daniel YC Lin2018-07-28-39/+45
|
* Fix #3060Pratik Karki2018-02-28-1/+1
|
* [julia/en] Julia mailing list converted to forums (#2666)Jesse Johnson2017-02-17-1/+1
|
* edit broken link in julia.html.markdownSiddharth Gupta2017-01-13-1/+1
|
* Update Dict and Set Syntax (#2296)Edmilson Lima2016-07-02-5/+5
|
* Merge pull request #1814 from lazybensch/patch-1ven2016-03-11-18/+13
|\ | | | | update julia docs to 0.4
| * update julia docs to 0.4Benjamin Schönburg2015-10-27-18/+13
| |
* | [julia/en] fix typosJacob Ward2016-02-25-2/+2
| | | | | | | | | | dimentional -> dimensional fuction -> function
* | Add different array declaration syntaxPranit Bauva2015-12-28-0/+4
| |
* | Merge pull request #2007 from pranitbauva1997/newven2015-11-09-0/+13
|\ \ | | | | | | Strings can be lexicographically compared with comparison operators
| * | Remove the extra 'compared' in julia.html.markdownPranit Bauva2015-11-09-1/+1
| | |
| * | Add description about multiple return valuesPranit Bauva2015-11-04-0/+4
| | |
| * | Add description about compact assignment of functionsPranit Bauva2015-11-04-0/+4
| | |
| * | Add description that strings can be lexicographically compared with ↵Pranit Bauva2015-11-04-0/+5
| |/ | | | | | | comparison operators
* | Add Pranit Bauva to the contributors list of julia.html.markdownPranit Bauva2015-11-01-0/+1
| |
* | Fix a typo is julia.html.markdownPranit Bauva2015-11-01-1/+1
|/
* Update Julia variable namesBen Harris2015-10-16-2/+2
| | | | | | | Julia supports underscores at the beginning of a variable name now. It also supports a subset of Unicode code points for the first character, and additional code points for subsequent characters. A full explanation of all available code points was excluded as it is quite complicated and doesn't add much value in the X in Y context. closes #516
* try to make string change clearerRatan2015-10-10-2/+20
|
* change String to AbstractString as per 0.4 specRatan2015-10-10-4/+4
|
* removing whitespace all overGabriel Halley2015-10-07-5/+5
|
* [julia/en] Update for Julia 0.3 and fix a few typosJim Garrison2015-05-02-4/+4
|