Jim Garrison
|
88dd3f24da
|
[julia/en] Update for Julia 0.3 and fix a few typos
|
2015-05-02 22:26:12 -07:00 |
|
Geoffrey Liu
|
6933d24227
|
Capitalize language names. See #137
|
2014-10-12 12:24:52 -07:00 |
|
Geoffrey Liu
|
54fad387b5
|
Naming conventions in Julia
As suggested in #768 by @ChristianPeel
|
2014-09-21 17:16:05 -07:00 |
|
Geoffrey Liu
|
92a2dbf34e
|
Fixes issue #747
|
2014-09-21 00:07:34 -07:00 |
|
ysagal
|
e0e17156ee
|
Tiny typo fix
|
2014-06-05 12:20:54 -04:00 |
|
Sam Dodrill
|
777c333ff0
|
Remove references to hash and hashtag in favor of number symbol
|
2014-04-14 11:15:08 -07:00 |
|
Trevor Wennblom
|
464930ecf8
|
WARNING: deprecated syntax "x[i:]".
0.3.0-prerelease+2077
|
2014-03-19 20:09:48 -05:00 |
|
Guillermo Garza
|
23a5fc837d
|
Add comment about nesting julia multiline comments
|
2014-03-18 14:27:49 -05:00 |
|
Guillermo Garza
|
0ac421577b
|
Add paragraph about multiline commments in julia
|
2014-03-18 14:20:14 -05:00 |
|
Guillermo Garza
|
9395900afd
|
Remove multiline comments
Julia introduced "#=" and "=#" as the delimiters
for multiline comments.
|
2014-03-18 14:01:25 -05:00 |
|
brk0_0
|
0f4760f9ea
|
Moved println() from 'Variables and Collections' section
|
2014-02-08 13:03:50 -02:00 |
|
Laban Kimotho
|
c705d16a3e
|
style fixes
|
2014-01-24 11:06:41 +02:00 |
|
Laban Kimotho
|
400b00aa87
|
typo fixes + view generated low level code
|
2014-01-24 10:59:53 +02:00 |
|
Alex Altair
|
e7dcbed40d
|
Fix typos and indentation
|
2013-12-28 02:22:25 -08:00 |
|
Adam Bard
|
0aa7e32f05
|
Merge pull request #454 from adrianlzt/feature/improve_defined_types_functions
[julia/en] Functions with defined types parameters a little bit confusing
|
2013-12-20 10:34:48 -08:00 |
|
chappers
|
e7b43c1ba3
|
[julia/en] Fixed Spelling Mistake
|
2013-12-19 16:23:25 +11:00 |
|
Adrian Lopez
|
d297853c06
|
Is a little confusing naming the variable as the abstract. At first I was thinking that cat::Lion means that you are waiting for a Lion type of super type Cat
|
2013-12-16 23:33:41 +01:00 |
|
Adrian Lopez
|
b32d26240c
|
Trying to set a value in index 0. Is confusing
|
2013-12-16 18:41:44 +01:00 |
|
Nami-Doc
|
3bc960034c
|
typos
|
2013-12-03 14:40:05 +01:00 |
|
Nami-Doc
|
a36cee194b
|
fix #425
|
2013-11-26 09:32:11 +01:00 |
|
supernullset
|
2a60ecbb8d
|
Update syntax for in calls
The call was flipped from how it is in the current documentation: http://docs.julialang.org/en/latest/stdlib/base/#Base.in
|
2013-11-04 19:21:17 -08:00 |
|
Leah Hanson
|
34aedd3fbb
|
Fix a couple forgotten references to contains in the comments
|
2013-10-21 09:39:45 -05:00 |
|
Leah Hanson
|
5e362f5f4f
|
updated date
|
2013-10-18 23:59:21 -05:00 |
|
Leah Hanson
|
67472bb391
|
updated method names (add! -> push!, contains -> in)
|
2013-10-18 23:58:33 -05:00 |
|
Leah Hanson
|
d0e5042608
|
remove extraneous end
|
2013-10-18 23:51:07 -05:00 |
|
Leah Hanson
|
364c367ff3
|
Expanded Type and Multiple Dispatch sections, and added more dispatch examples. Also added link to mailing list.
|
2013-10-18 23:48:02 -05:00 |
|
Leah Hanson
|
7ec6479a3c
|
Revised Julia in Y Minutes, until Types section.
|
2013-10-18 18:33:42 -05:00 |
|
Leah Hanson
|
86c2bafaa5
|
improved first half of Julia tutorial: reworded comments, added a few new tips, fixed a bug or two.
|
2013-09-26 15:38:48 -04:00 |
|
Martin Büttner
|
f88b0ba326
|
Fixed typo in Julia document
Element was popped from wrong array.
|
2013-08-24 12:23:41 +01:00 |
|
Adam
|
9ad61b5586
|
Authors -> Contributors
|
2013-07-03 22:59:13 -07:00 |
|
Adam
|
0df65c8761
|
Edited julia code for line length and runnability
|
2013-07-02 22:13:30 -07:00 |
|
Stefan Karpinski
|
9adefc58b1
|
don't be lazy and actually make the first change I suggested.
|
2013-07-02 23:27:19 -04:00 |
|
Stefan Karpinski
|
bbfe94770f
|
suggested edits to the learn Julia in Y minutes document.
|
2013-07-02 23:15:34 -04:00 |
|
Leah Hanson
|
0cf568d278
|
finished first draft :)
|
2013-07-02 18:55:23 -04:00 |
|
Leah Hanson
|
587e35062c
|
added types section
|
2013-07-02 18:00:32 -04:00 |
|
Leah Hanson
|
b1e305626e
|
finished function section
|
2013-07-02 17:23:10 -04:00 |
|
Leah Hanson
|
b642fcb309
|
added section on splatting and translated default-and-keyword args function.
|
2013-07-02 11:49:19 -04:00 |
|
Leah Hanson
|
7b21a8ae1b
|
added another dictionary-for-loop example
|
2013-07-01 18:00:13 -04:00 |
|
Leah Hanson
|
3ebd8c55fd
|
edited functions through keyword args
|
2013-07-01 17:58:25 -04:00 |
|
Leah Hanson
|
43129d86e1
|
small changes based on Stefan's feedback.
|
2013-07-01 17:39:42 -04:00 |
|
Leah Hanson
|
0f641aed5e
|
fixed try/catch section
|
2013-07-01 17:03:05 -04:00 |
|
Leah Hanson
|
2627624bb4
|
edited control flow section
|
2013-07-01 16:59:53 -04:00 |
|
Leah Hanson
|
2a2dae61ce
|
edited Set section
|
2013-07-01 16:44:47 -04:00 |
|
Leah Hanson
|
a333018593
|
edited Dict section
|
2013-07-01 16:34:39 -04:00 |
|
Leah Hanson
|
18c413f6f5
|
edited tuples section
|
2013-07-01 16:21:56 -04:00 |
|
Leah Hanson
|
2995cd1005
|
draft of Julia entry based on Python entry; finish up to Tuples section.
|
2013-07-01 14:45:59 -04:00 |
|