Commit Graph

805 Commits

Author SHA1 Message Date
Adam Bard
bf15cd5aa4 Merge pull request #300 from JensRantil/parentheses-fix
parens => parentheses
2013-09-04 09:27:11 -07:00
Adam Bard
d3ee747153 Merge pull request #303 from mathiasbynens/patch-1
brainfuck: A few corrections
2013-09-04 09:13:26 -07:00
Adam Bard
7694dddf06 Merge pull request #305 from mrshu/master
chan chan string -> channel of string channels
2013-09-04 09:07:42 -07:00
Adam Bard
bc12c626c8 Merge pull request #306 from hoelzro/master
A few clarifications for the Lua documentation
2013-09-04 09:07:18 -07:00
Adam Bard
a9880277b2 Merge pull request #307 from NKCSS/master
Changed Print function to show the variable type
2013-09-04 09:06:37 -07:00
Adam Bard
a8468cc624 Merge pull request #308 from dcaunt/master
Fixed typos and naming inconsistencies.
2013-09-04 09:06:01 -07:00
Adam Bard
d8ebe6f3c8 Merge pull request #311 from eXeC64/patch-1
Corrected comment: utf-8 → unicode
2013-09-04 09:05:21 -07:00
Harry Jeffery
078f6bbc9d Corrected comment: utf-8 → unicode
Runes hold the raw unicode code point, not utf-8. Storing utf-8 inside of a uint32 would be highly inefficient. Runes are essentially utf-32.
2013-09-04 13:39:02 +01:00
Dave Caunt
1e6aff4a7b Fixed inconsistencies in class implementation and protocol naming 2013-09-04 12:58:06 +01:00
Dave Caunt
147cc58761 Fixed typo in Parameter 2013-09-04 12:56:58 +01:00
Dave Caunt
01150e5309 Fixed For loop example so that jj is not incremented twice in each iteration of the loop 2013-09-04 12:38:47 +01:00
NKCSS
284f1ea407 Changed Print function to show the variable type
This is to follow the way the string value is presented, and the format
string is written (... is a ... infers a stype specification)
2013-09-04 11:52:57 +02:00
Rob Hoelz
edea434d89 Use local variables for function examples
Currently, the example functions create variables in global
scope.
2013-09-04 11:43:09 +02:00
Rob Hoelz
57e0ac7e95 Add another example of function call without parens
Function calls using a table literal as its sole parameter
may also omit parentheses
2013-09-04 11:41:42 +02:00
Rob Hoelz
6c53c05dcc Clarify self-referential local functions
The current language used implies that `local function f() ... end`
does not allow f to invoke itself.  This has been clarified via the
addition of an example of a local function that may *not* invoke
itself.
2013-09-04 11:39:15 +02:00
Marek Šuppa
abb903caba chan chan string -> channel of string channels 2013-09-04 11:30:50 +02:00
Mathias Bynens
d3ccd75c99 brainfuck: A few corrections 2013-09-04 10:24:15 +02:00
Jens Rantil
dde956286a parens => parentheses 2013-09-04 09:37:26 +02:00
Adam Bard
412b312c45 Merge pull request #296 from agumonkey/patch-1
minor typo fix for common-lisp : s/Paul Khoung/Paul Khuong/g
2013-09-02 21:32:02 -07:00
Adam Bard
d65754995a Merge pull request #295 from Willyfrog/mejora-clojure
From robot to human (spanish)
2013-09-02 21:31:54 -07:00
Adam Bard
7035c04b2d Merge pull request #294 from timyates/master
A few Groovy improvements
2013-09-02 21:31:43 -07:00
agum onkey
727927f68d [minor] s/Paul Khoung/Paul Khuong/g 2013-09-03 02:05:43 +02:00
Guillermo Vaya
3a09a727ac From robot to human, corrected gender, some clojure idioms reverted to
unsranslated (no one uses the spanish translation for some), general review
2013-09-03 00:25:40 +02:00
Tim Yates
95058aea96 Another way of checking List.contains and some headers 2013-09-02 13:02:53 +01:00
Tim Yates
6f444bece4 Mention mutating with List.sort 2013-09-02 12:59:18 +01:00
Tim Yates
68f26804c5 Added a few more examples for List manipulation 2013-09-02 12:57:29 +01:00
Tim Yates
39b96dd2db Highlight code as Groovy, not cpp 2013-09-02 12:53:05 +01:00
Adam Bard
35579ca7d9 Merge pull request #282 from wikibook/master
fixed merge errors
2013-08-31 23:11:31 -07:00
Adam Bard
d916c9310b Merge pull request #287 from ggb/javascript-de
JavaScript: german translation
2013-08-31 23:11:21 -07:00
Adam Bard
4d439093da Merge pull request #284 from ipscott/master
Update php.html.markdown
2013-08-31 23:11:05 -07:00
Adam Bard
13566b6ef6 Merge pull request #288 from MarcosX/adding_variables_scope_info
Adding explanation about variables scope and naming convention in Ruby
2013-08-31 23:10:49 -07:00
Adam Bard
63c62eff87 Merge pull request #290 from avjinder/patch-1
The case statement in Bash is incorrect
2013-08-31 23:09:25 -07:00
Adam Bard
9e30906bf9 Merge pull request #289 from nihilismus/clojure-es
Spanish translation for Clojure.
2013-08-31 23:08:48 -07:00
Adam Bard
7be6a0fe5c Merge pull request #292 from PrajitR/brainfuck
Tutorial for the Brainfuck programming language.
2013-08-31 23:08:35 -07:00
Adam Bard
0c09f75127 Merge pull request #293 from afaqurk/phpDocumentationUpdate
PHP documentation update
2013-08-31 23:08:28 -07:00
afaqurk
ba17d5b987 Added unset function to arrays and variables.
Added the unset function to show the varying effects of deleting/removing variables and elements of an array.
2013-08-31 23:44:15 -04:00
afaqurk
6071e57cd9 spelling error on php function: var_dumb() = var_dump() 2013-08-31 23:29:51 -04:00
Prajit Ramachandran
ab4633f6a4 Tutorial for the Brainfuck programming language.
Brainfuck is a minimal programming language that is rather difficult
to wrap one's head around. It only uses the characters +-[],.><
2013-08-31 18:38:33 -07:00
Avjinder
e2cd18ba46 Update bash.html.markdown
In the case statement, the "in" keyword should be on the same line as case $VARIABLE. Also, ;; should be present at the end of each command. Shell executes all statements up to the two semicolons that are next to each other.
2013-08-31 17:05:04 +05:30
Antonio Hernández Blas
4d522544f2 Spanish translation for Clojure. 2013-08-31 04:09:41 -05:00
Marcos Brizeno
e13b5111d5 Adding explanation about variables scope and naming 2013-08-30 21:58:23 -03:00
Gregor Große-Bölting
43beddb4f6 translated javascript-tutorial 2013-08-30 17:37:33 +02:00
Adam Bard
4dd948ccd2 Merge pull request #285 from thenonameguy/patch-1
Fixed typo
2013-08-29 22:50:26 -07:00
Szabó Krisztián
c03de38c77 Fixed typo 2013-08-30 07:38:22 +02:00
ipscott
92e921e8f3 Update php.html.markdown
added a better description for static functions and properties
2013-08-29 23:50:11 -05:00
wikibook
5858b8d861 fixed merge errors 2013-08-29 13:15:38 +09:00
Adam
c7a1136772 Edits 2013-08-27 21:23:09 -07:00
Adam Bard
42bd97850f Merge pull request #272 from kultprok/master
added introduction to bash in german.
2013-08-27 20:59:39 -07:00
Adam Bard
2a9c46897f Merge pull request #258 from wikibook/master
fix errata of Java tutorial
2013-08-27 20:59:05 -07:00
Adam Bard
d70526b1ad Merge pull request #267 from Goheeca/patch-1
Typos and adjustable vectors
2013-08-27 20:58:46 -07:00