Commit Graph

95 Commits

Author SHA1 Message Date
azev77
c1f78eaf8b
Update julia.html.markdown
Assignment vs copy: see https://discourse.julialang.org/t/is-it-worth-introducing-copy-into-learnxiny/55965/2
2021-02-24 23:08:35 -05:00
Lilian Besson
ee6d019872
Small update on julia.html.markdown, typos and comments
Small update on julia.html.markdown, typos and comments
2021-01-28 17:46:32 +01:00
Thibaut Lienart
18c010ecd9
Add note about integer overflow
Something that may trip users coming from a Python background as per https://discourse.julialang.org/t/julia-messes-up-integer-exponents/20773
2019-02-18 12:25:23 +11:00
Lyndon White
acc52c21e1
tweak order of string functions / print functions 2019-01-20 23:21:48 +00:00
Divay Prakash
5286a86efa Add push! explanation, closes #2047 2018-11-18 00:49:39 +05:30
Keith Miyake
9a8e722661 [julia/en] divayprakash has an amazing eagle eye for function naming! 2018-10-06 23:43:50 -07:00
Keith Miyake
7bd6f99b6b [julia/en] snake_case one more function name that slipped past 2018-10-04 15:55:35 -07:00
Keith Miyake
3499b83589 [julia/en] camelCase functions => snake_case 2018-10-04 15:51:04 -07:00
Keith Miyake
f894add86a [julia/en] fix for #1483 2018-10-04 12:34:19 -07:00
0u0
2a7bf762c6 Remove useless lib
In fact, if you donot import InteractiveUtils, you still can use the subtype and supertype function
2018-08-31 11:24:57 +08:00
0u0
b0bbe39b46 remove useless Blank Lines 2018-08-31 09:50:30 +08:00
0u0
e96bfe490e Adjust for alignment 2018-08-31 09:47:30 +08:00
0u0
749e81ace2 Uniform output format 2018-08-31 09:46:52 +08:00
0u0
4fcac31e9c ry to use as few words as possible 2018-08-31 09:45:50 +08:00
0u0
5691fb7a8d Update output for Julia 1.0 2018-08-31 09:43:02 +08:00
0u0
35215e4a2d Use more clearly example 2018-08-29 15:55:04 +08:00
0u0
e1ab28f4fa Keep a line 80 chars 2018-08-29 15:48:40 +08:00
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