Commit Graph

64 Commits

Author SHA1 Message Date
Jesse Johnson
19e5398cf1 [julia/en] Julia mailing list converted to forums (#2666) 2017-02-17 12:28:20 +01:00
Siddharth Gupta
01a84007d6 edit broken link in julia.html.markdown 2017-01-13 22:53:13 +05:30
Edmilson Lima
5dee671bfe Update Dict and Set Syntax (#2296) 2016-07-02 16:02:38 +02:00
ven
149eaef1c3 Merge pull request #1814 from lazybensch/patch-1
update julia docs to 0.4
2016-03-11 09:26:51 +01:00
Jacob Ward
9de59a8396 [julia/en] fix typos
dimentional -> dimensional
fuction -> function
2016-02-25 21:45:55 -07:00
Pranit Bauva
4a3538d60c Add different array declaration syntax 2015-12-28 21:43:09 +05:30
ven
9bd6e3d10d Merge pull request #2007 from pranitbauva1997/new
Strings can be lexicographically compared with comparison operators
2015-11-09 09:28:31 +01:00
Pranit Bauva
eee0aba489 Remove the extra 'compared' in julia.html.markdown 2015-11-09 10:33:22 +05:30
Pranit Bauva
a00cc71271 Add description about multiple return values 2015-11-04 23:05:47 +05:30
Pranit Bauva
a6927f543c Add description about compact assignment of functions 2015-11-04 23:04:42 +05:30
Pranit Bauva
20f8f41ad5 Add description that strings can be lexicographically compared with comparison operators 2015-11-04 22:15:59 +05:30
Pranit Bauva
b8999e88ed Add Pranit Bauva to the contributors list of julia.html.markdown 2015-11-01 03:06:03 +05:30
Pranit Bauva
b42f739fa4 Fix a typo is julia.html.markdown 2015-11-01 02:54:52 +05:30
Benjamin Schönburg
6f5efb6883 update julia docs to 0.4 2015-10-27 15:25:24 +01:00
Ben Harris
56e8508a30 Update Julia variable names
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
2015-10-16 12:25:19 +11:00
Ratan
d673dd62af try to make string change clearer 2015-10-10 14:34:55 -04:00
Ratan
77f0219cc6 change String to AbstractString as per 0.4 spec 2015-10-10 12:10:27 -04:00
Gabriel Halley
960ee4a185 removing whitespace all over 2015-10-07 23:11:24 -04:00
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