Commit Graph

556 Commits

Author SHA1 Message Date
George Petrov
38bd9a18fd Added tuples 2013-07-31 20:52:59 +01:00
Adam Bard
1130b06704 Merge pull request #148 from L8D/patch-1
Added Whip LISP dialect
2013-07-31 10:43:05 -07:00
U-lichenbo-PC\lichenbo
b27bf8fa02 add java-cn 2013-07-31 22:27:40 +08:00
Tenor Biel
9aec48beae Added Whip LISP dialect 2013-07-31 02:46:16 -05:00
U-lichenbo-PC\lichenbo
c749281fea add c-cn.html.markdown 2013-07-31 00:57:45 +08:00
U-lichenbo-PC\lichenbo
24c377c2ad add elisp-cn 2013-07-30 20:23:23 +08:00
Luke Holder
df90e49572 Fixed comment style 2013-07-30 15:28:40 +08:00
Luke Holder
99e1c31b19 Updated location, and reduced examples
also added array [] access example.
2013-07-30 15:26:51 +08:00
George Petrov
49ee527a79 Header messages 2013-07-30 00:03:28 +01:00
George Petrov
11edf04311 Tweaking the header 2013-07-29 23:59:58 +01:00
George Petrov
82a5e4c8f0 Fixed header 2013-07-29 23:59:12 +01:00
George Petrov
8235ddc50f Fixing a typo 2013-07-29 22:19:15 +01:00
Adam
f6e87835cf Merged Bastien's changes 2013-07-29 10:33:45 -07:00
George Petrov
a6ec23d414 Added loops, iterators and regex 2013-07-29 18:33:03 +01:00
George Petrov
3f2922d87a Adding some strings and docs links 2013-07-29 16:03:49 +01:00
George Petrov
30c29913bd Merge remote-tracking branch 'origin/master' 2013-07-29 15:19:54 +01:00
George Petrov
99b16c2672 Now really adding some pattern matching 2013-07-29 15:18:24 +01:00
George Petrov
33f3d4d695 Fixing formatting 2013-07-29 15:14:37 +01:00
George Petrov
d346342ad6 Added some pattern matching 2013-07-29 14:09:11 +01:00
George Petrov
3cc4c64fb7 Added header 2013-07-29 13:57:44 +01:00
George Petrov
04e50a75fa Added for comprehensions and conditionals 2013-07-29 13:53:55 +01:00
Bastien Guerry
6bb7de9295 Fix more typos. 2013-07-29 13:29:11 +02:00
Bastien
4da8d6dd7b Merge pull request #2 from lichenbo/master
Fix typos in elisp
2013-07-29 04:27:45 -07:00
Bastien
d9b700da25 Merge pull request #3 from lichenbo/patch-1
another semicolon typo
2013-07-29 04:26:59 -07:00
Luke Holder
8c89f3f608 Explained syntactic sugar is really just method calls.
Objects in ruby receive a message via the . (dot) notation. The arithmetic operators are just syntactic sugar of the . message notation.
2013-07-29 16:30:51 +08:00
George Petrov
7673ae8a6d Added arrays and maps 2013-07-29 09:29:14 +01:00
Adam
09eadbb895 Small edits to elisp 2013-07-29 00:13:47 -07:00
Adam Bard
60d8d603ec Merge pull request #122 from iirelu/master
Added link to Javascript Garden
2013-07-29 00:07:51 -07:00
Adam Bard
106e72b2f8 Merge pull request #136 from bzg/master
New file elisp.html.markdown for Emacs Lisp in 15 minutes.
2013-07-29 00:07:34 -07:00
Adam Bard
d2b5b51b9c Merge pull request #139 from amrnt/master
fix fib function for Lua: fib(0) must eql 0 not 1
2013-07-29 00:06:57 -07:00
Adam Bard
e0f30cc8d2 Merge pull request #138 from mhr/patch-1
Spelling error one of the comments in erlang.html.markdown
2013-07-29 00:05:28 -07:00
Adam Bard
8f058a229a Merge pull request #142 from gustavoschmidt/master
Fix hygienic macro example in racket.html.markdown
2013-07-29 00:05:16 -07:00
Chenbo Li
bbde710a40 typo 2013-07-29 12:33:13 +08:00
Chenbo Li
8eca753f71 another semicolon typo 2013-07-29 12:03:15 +08:00
Chenbo Li
07d909018f Fix typos in elisp
Fix typos
2013-07-29 11:39:18 +08:00
Gustavo Schmidt
3c3fb64820 Fix hygienic macro example in racket.html.markdown 2013-07-28 21:43:21 -03:00
Bastien
210a1313a2 Merge pull request #1 from LinXitoW/patch-1
fix hotkey typo
2013-07-28 14:53:45 -07:00
Bastien Guerry
a55974ba59 Fix more typos. 2013-07-28 23:52:43 +02:00
George Petrov
2e7c3ba085 Starting a Scala one 2013-07-28 20:52:32 +01:00
Amr Tamimi
7938abfe88 fix fib function for Lua: fib(0) must eql 0 not 1 2013-07-28 21:34:27 +03:00
LinXitoW
bfca9d4999 fix hotkey typo
o in c-xo instead of j
2013-07-28 17:33:48 +02:00
mhr
dee4a8933e Spelling error one of the comments in erlang.html.markdown
% Percent sign starts an one-line comment.
should be:
% Percent sign starts a one-line comment.
2013-07-28 10:17:54 -04:00
Bastien Guerry
e06a5d7e0a elisp.html.markdown: Fix typos.
Thanks to Alan Schmitt for reporting them.
2013-07-26 14:54:49 +02:00
Bastien Guerry
a3ba320e17 elisp.html.markdown: Bump to v0.2. 2013-07-26 11:59:51 +02:00
Bastien Guerry
a446da2bd6 Fix typo. 2013-07-25 14:22:56 +02:00
Bastien Guerry
f707db04a0 New file elisp.html.markdown for Emacs Lisp in 15 minutes. 2013-07-25 13:20:35 +02:00
Adam
a7fe2983cc Updates to git 2013-07-23 07:53:54 -07:00
Adam
de1fc9ddbc Fix 2013-07-23 07:52:21 -07:00
Adam Bard
3a4b7a7c83 Merge pull request #133 from tylerneylon/master
Copyedits in git.html.markdown.
2013-07-22 14:22:24 -07:00
Tyler Neylon
7590a83b52 Copyedits in git.html.markdown. 2013-07-22 14:09:33 -07:00