Commit Graph

78 Commits

Author SHA1 Message Date
Adam Bard
67637e02eb
Merge branch 'master' into julia1 2018-08-22 19:48:46 -07:00
Brian Cleary
55d4030e97
add comprehension filter example 2018-08-16 16:36:44 -07:00
Martijn Visser
843ba70193 wrap lines longer than 80 2018-08-15 17:00:35 +02:00
Martijn Visser
9fab30a26a one more quick run over the code 2018-08-15 16:54:03 +02:00
Martijn Visser
c8ad0d0809 more comment spacing 2018-08-14 22:30:51 +02:00
Martijn Visser
10f50ca229 no need for credit 2018-08-14 22:20:25 +02:00
Martijn Visser
876e413558 fix julia 0.7 deprecation warnings 2018-08-14 22:19:14 +02:00
Martijn Visser
912a51c8ba remove some trailing spaces 2018-08-14 19:08:01 +02:00
Martijn Visser
e18bab117b replace tabs with 4 spaces 2018-08-14 19:05:54 +02:00
Martijn Visser
031d9d75c4 double space before comments
not part of official style guide, but i think it more clearly separates code and comment
2018-08-14 19:01:13 +02:00
Martijn Visser
cf5cc6b76c autoformat with VS code
mostly just spaces between arguments
2018-08-14 18:00:00 +02:00
Martijn Visser
e9dd72024c julia update version number 2018-08-14 17:55:26 +02:00
Daniel YC Lin
43664fa0e7 porting to julia 0.6.4 2018-07-28 21:53:14 +08:00
Pratik Karki
7a90605db0
Fix #3060 2018-02-28 16:56:32 +05:45
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