Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |
| | ||||
* | finished first draft :) | Leah Hanson | 2013-07-02 | -6/+29 |
| | ||||
* | added types section | Leah Hanson | 2013-07-02 | -43/+28 |
| | ||||
* | finished function section | Leah Hanson | 2013-07-02 | -12/+26 |
| | ||||
* | added section on splatting and translated default-and-keyword args function. | Leah Hanson | 2013-07-02 | -17/+25 |
| | ||||
* | added another dictionary-for-loop example | Leah Hanson | 2013-07-01 | -0/+4 |
| | ||||
* | edited functions through keyword args | Leah Hanson | 2013-07-01 | -14/+28 |
| | ||||
* | small changes based on Stefan's feedback. | Leah Hanson | 2013-07-01 | -3/+4 |
| | ||||
* | fixed try/catch section | Leah Hanson | 2013-07-01 | -4/+5 |
| | ||||
* | edited control flow section | Leah Hanson | 2013-07-01 | -43/+49 |
| | ||||
* | edited Set section | Leah Hanson | 2013-07-01 | -18/+11 |
| | ||||
* | edited Dict section | Leah Hanson | 2013-07-01 | -24/+18 |
| | ||||
* | edited tuples section | Leah Hanson | 2013-07-01 | -18/+13 |
| | ||||
* | draft of Julia entry based on Python entry; finish up to Tuples section. | Leah Hanson | 2013-07-01 | -0/+427 |