Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | edit broken link in julia.html.markdown | Siddharth Gupta | 2017-01-13 | -1/+1 |
| | ||||
* | Update Dict and Set Syntax (#2296) | Edmilson Lima | 2016-07-02 | -5/+5 |
| | ||||
* | Merge pull request #1814 from lazybensch/patch-1 | ven | 2016-03-11 | -18/+13 |
|\ | | | | | update julia docs to 0.4 | |||
| * | update julia docs to 0.4 | Benjamin Schönburg | 2015-10-27 | -18/+13 |
| | | ||||
* | | [julia/en] fix typos | Jacob Ward | 2016-02-25 | -2/+2 |
| | | | | | | | | | | dimentional -> dimensional fuction -> function | |||
* | | Add different array declaration syntax | Pranit Bauva | 2015-12-28 | -0/+4 |
| | | ||||
* | | Merge pull request #2007 from pranitbauva1997/new | ven | 2015-11-09 | -0/+13 |
|\ \ | | | | | | | Strings can be lexicographically compared with comparison operators | |||
| * | | Remove the extra 'compared' in julia.html.markdown | Pranit Bauva | 2015-11-09 | -1/+1 |
| | | | ||||
| * | | Add description about multiple return values | Pranit Bauva | 2015-11-04 | -0/+4 |
| | | | ||||
| * | | Add description about compact assignment of functions | Pranit Bauva | 2015-11-04 | -0/+4 |
| | | | ||||
| * | | Add description that strings can be lexicographically compared with ↵ | Pranit Bauva | 2015-11-04 | -0/+5 |
| |/ | | | | | | | comparison operators | |||
* | | Add Pranit Bauva to the contributors list of julia.html.markdown | Pranit Bauva | 2015-11-01 | -0/+1 |
| | | ||||
* | | Fix a typo is julia.html.markdown | Pranit Bauva | 2015-11-01 | -1/+1 |
|/ | ||||
* | Update Julia variable names | Ben Harris | 2015-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 clearer | Ratan | 2015-10-10 | -2/+20 |
| | ||||
* | change String to AbstractString as per 0.4 spec | Ratan | 2015-10-10 | -4/+4 |
| | ||||
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -5/+5 |
| | ||||
* | [julia/en] Update for Julia 0.3 and fix a few typos | Jim Garrison | 2015-05-02 | -4/+4 |
| | ||||
* | Capitalize language names. See #137 | Geoffrey Liu | 2014-10-12 | -1/+1 |
| | ||||
* | Naming conventions in Julia | Geoffrey Liu | 2014-09-21 | -2/+3 |
| | | | | As suggested in #768 by @ChristianPeel | |||
* | Fixes issue #747 | Geoffrey Liu | 2014-09-21 | -1/+1 |
| | ||||
* | Tiny typo fix | ysagal | 2014-06-05 | -1/+1 |
| | ||||
* | Remove references to hash and hashtag in favor of number symbol | Sam Dodrill | 2014-04-14 | -1/+1 |
| | ||||
* | WARNING: deprecated syntax "x[i:]". | Trevor Wennblom | 2014-03-19 | -1/+0 |
| | | | 0.3.0-prerelease+2077 | |||
* | Add comment about nesting julia multiline comments | Guillermo Garza | 2014-03-18 | -1/+1 |
| | ||||
* | Add paragraph about multiline commments in julia | Guillermo Garza | 2014-03-18 | -0/+4 |
| | ||||
* | Remove multiline comments | Guillermo Garza | 2014-03-18 | -159/+159 |
| | | | | | Julia introduced "#=" and "=#" as the delimiters for multiline comments. | |||
* | Moved println() from 'Variables and Collections' section | brk0_0 | 2014-02-08 | -3/+3 |
| | ||||
* | style fixes | Laban Kimotho | 2014-01-24 | -14/+16 |
| | ||||
* | typo fixes + view generated low level code | Laban Kimotho | 2014-01-24 | -2/+77 |
| | ||||
* | Fix typos and indentation | Alex Altair | 2013-12-28 | -3/+3 |
| | ||||
* | Merge pull request #454 from adrianlzt/feature/improve_defined_types_functions | Adam Bard | 2013-12-20 | -4/+4 |
|\ | | | | | [julia/en] Functions with defined types parameters a little bit confusing | |||
| * | Is a little confusing naming the variable as the abstract. At first I was ↵ | Adrian Lopez | 2013-12-16 | -4/+4 |
| | | | | | | | | thinking that cat::Lion means that you are waiting for a Lion type of super type Cat | |||
* | | [julia/en] Fixed Spelling Mistake | chappers | 2013-12-19 | -1/+1 |
| | | ||||
* | | Trying to set a value in index 0. Is confusing | Adrian Lopez | 2013-12-16 | -1/+1 |
|/ | ||||
* | typos | Nami-Doc | 2013-12-03 | -2/+2 |
| | ||||
* | fix #425 | Nami-Doc | 2013-11-26 | -1/+1 |
| | ||||
* | Update syntax for `in` calls | supernullset | 2013-11-04 | -17/+17 |
| | | | | The call was flipped from how it is in the current documentation: http://docs.julialang.org/en/latest/stdlib/base/#Base.in | |||
* | Fix a couple forgotten references to `contains` in the comments | Leah Hanson | 2013-10-21 | -2/+2 |
| | ||||
* | updated date | Leah Hanson | 2013-10-18 | -1/+1 |
| | ||||
* | updated method names (add! -> push!, contains -> in) | Leah Hanson | 2013-10-18 | -7/+7 |
| | ||||
* | remove extraneous end | Leah Hanson | 2013-10-18 | -1/+0 |
| | ||||
* | Expanded Type and Multiple Dispatch sections, and added more dispatch ↵ | Leah Hanson | 2013-10-18 | -20/+131 |
| | | | | examples. Also added link to mailing list. | |||
* | Revised Julia in Y Minutes, until Types section. | Leah Hanson | 2013-10-18 | -31/+49 |
| | ||||
* | improved first half of Julia tutorial: reworded comments, added a few new ↵ | Leah Hanson | 2013-09-26 | -20/+33 |
| | | | | tips, fixed a bug or two. | |||
* | Fixed typo in Julia document | Martin Büttner | 2013-08-24 | -1/+1 |
| | | | Element was popped from wrong array. | |||
* | Authors -> Contributors | Adam | 2013-07-03 | -2/+2 |
| | ||||
* | Edited julia code for line length and runnability | Adam | 2013-07-02 | -46/+106 |
| | ||||
* | don't be lazy and actually make the first change I suggested. | Stefan Karpinski | 2013-07-02 | -11/+2 |
| | ||||
* | suggested edits to the learn Julia in Y minutes document. | Stefan Karpinski | 2013-07-02 | -43/+52 |
| |