Commit Graph

191 Commits

Author SHA1 Message Date
Adam Bard
05d3fa73ae Merge pull request #83 from josericardo/fixing-list-initialization
Fixing list initialization in the R example.
2013-07-01 19:23:53 -07:00
Adam
555a67424d Merged changes for r 2013-07-01 19:22:35 -07:00
e99n09
442652961d Update r.html.markdown
Fixed the mistake about integers that yuhui brought up. Deleted the confusing suggestion about command-enter (doesn't work for all GUIs or on Windows). Added some more information about vectors. Added some information about conditional clauses. Included some information at the very end on where to get R and R GUIs
2013-07-01 22:00:22 -04:00
José Ricardo
b751e00faa Fixing list initialization in the R example. 2013-07-01 22:34:40 -03:00
Adam Bard
1561ad5116 Merge pull request #82 from Jakehp/patch-2
typo
2013-07-01 18:23:38 -07:00
Jake Prather
d22f6fc287 typo 2013-07-01 18:08:48 -05:00
Adam
bd7390d799 Fixes for line length 2013-07-01 15:51:55 -07:00
Adam
b58a7d9d23 Updated java 2013-07-01 15:50:18 -07:00
Adam
87670d3bb6 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2013-07-01 14:51:34 -07:00
Adam
34c86dc958 Updated clojure doc 2013-07-01 14:50:59 -07:00
Louie Dinh
0e0fed1e30 Fix typo 2013-07-01 11:50:41 -07:00
Adam
e5d2150714 Change name of java file to be a camelcase class name 2013-07-01 11:03:36 -07:00
Louie Dinh
83900dc504 Tighten up py doc a bit 2013-07-01 10:32:42 -07:00
Adam
832652a457 Updated java quick 2013-07-01 09:24:57 -07:00
Adam
4642a4884c Updates 2013-07-01 08:53:12 -07:00
Adam Bard
e7146195f4 Merge pull request #78 from elisee/patch-1
Fix various "it's" -> "its" for Haskell doc
2013-07-01 08:52:56 -07:00
Adam Bard
998329756d Merge pull request #77 from lubomir/patch-2
Fix typos in R tutorial
2013-07-01 08:52:43 -07:00
elisee
d553ee4c6b Fix various "it's" -> "its" for Haskell doc 2013-07-01 17:50:25 +02:00
Adam Bard
85ec26c3f8 Merge pull request #75 from potomak/master
Learn Erlang in Y minutes
2013-07-01 08:44:06 -07:00
Adam Bard
75d86ed0dd Merge pull request #76 from lubomir/patch-1
Remove mentions of array
2013-07-01 08:43:40 -07:00
Adam Bard
adaf4908a0 Merge pull request #74 from brunal/patch-1
Make myMap work on empty lists
2013-07-01 08:43:11 -07:00
Adam Bard
cf9273a4fd Merge pull request #60 from Michael0x2a/master
Python: clarified a few lines, added information about modules (issue #21)
2013-07-01 08:42:49 -07:00
Adam Bard
f4df8615b7 Merge pull request #72 from vsthsqrs/patch-1
Fixed typo: typcsating => typecasting
2013-07-01 08:42:13 -07:00
Adam Bard
1611ac506a Merge pull request #70 from Jakehp/patch-1
fixed some issues & added a new array init
2013-07-01 08:41:09 -07:00
Adam Bard
0812f53ddb Merge pull request #66 from e-user/patch-1
Rectified relationship to Lisp
2013-07-01 08:40:15 -07:00
Lubomír Sedlář
71f465ace6 Fix typos in R tutorial 2013-07-01 17:40:06 +02:00
Lubomír Sedlář
9b6c837916 Remove mentions of array
Since all the functions work with lists, calling them arrays is inaccurate. This commit also updates `myMap` function so that it works on an empty list as well as resolves ambiguity about `x` from comment.
2013-07-01 17:33:25 +02:00
Bruno
5d946b13fa Make myMap work on empty lists
Which is cleaner and the correct thing to do.
2013-07-01 17:18:15 +02:00
Giovanni Cappellotto
1ee6d1b17c Learn Erlang in Y minutes 2013-07-01 16:39:39 +02:00
Jake Prather
9da1289d91 Added code conventions link 2013-07-01 09:32:19 -05:00
vsthsqrs
ebf9dd011d Fixed typo: typcsating => typecasting 2013-07-01 16:10:05 +02:00
Michael Lee
1665dde88a Incorporated feedback, and pulled in changes from the master trunk. 2013-07-01 06:31:28 -07:00
Michael Lee
c747807558 Incorporated feedback from lodin/adambard/others
Changes:

- Added a few lines on using "is" to compare object identity.
- Removed example about lists containing arbitrary values.
- Removed example about assigning lambdas to variables.
- Removed example about dictionary comprehensions.
- Removed the additional explanation about 'self'
- Added a clarification on modules.
2013-07-01 06:21:03 -07:00
Michael Lee
cc3dc30518 Added a few lines about truthiness, how lists can contain arbitrary data types, how you can unpack both tuples and lists, using ange, assigning lambdas to variables, dictionary comprehensions, modules, and links to more info about the standard library. 2013-07-01 06:13:34 -07:00
Jake Prather
1863a5de87 Text fix. 2013-07-01 07:59:59 -05:00
Jake Prather
2d6ed6d083 fixed some issues & added a new array init 2013-07-01 07:56:02 -05:00
Alexander Kahl
1193d43e89 Rectified relationship to Lisp
LISP refers to the historic programming language LISt Processing, whereas Lisp is the correct (modern) name of the programming language family. The change reflects this.

Also see Wikipedia.
2013-07-01 13:58:34 +02:00
lodin
2431545594 Merge pull request #22 from NickPresta/patch-1
Python: Removing the bit about commas and exceptions.
2013-06-30 16:22:54 -07:00
lodin
ec6ffed3c9 Add hitchhiker's guide to python. 2013-06-30 16:18:20 -07:00
lodin
4d501a48fc Fix typo. 2013-06-30 16:02:37 -07:00
lodin
8e98b7fdca Merge pull request #64 from lodin/python-dev
Change formatting
2013-06-30 16:01:38 -07:00
ldinh
868b259db1 Change formatting 2013-06-30 15:47:56 -07:00
ldinh
34a9f1aab1 Add line breaks 2013-06-30 15:36:37 -07:00
ldinh
ae5060a4bf Add to Python reference material 2013-06-30 15:35:20 -07:00
ldinh
77672e7891 Fix some inconsistencies so that the doc can be read top to bottom 2013-06-30 15:17:41 -07:00
Adam
329eba20a5 Merge branch 'patch-2' of github.com:Jakehp/learnxinyminutes-docs into jakehp-patch-2 2013-06-30 14:54:21 -07:00
Adam Bard
f7cd75c31b Merge pull request #51 from noahlz/master
Fix issue #50
2013-06-30 14:52:21 -07:00
Adam
bc0f1fca6c Removed filename from haskell tutorial (file is not executable) 2013-06-30 14:50:51 -07:00
Adam Bard
dbc1d70a01 Merge pull request #62 from egonSchiele/master
Fixing gripes about Haskell
2013-06-30 14:50:09 -07:00
Jake Prather
fbe0fb4718 Added file name param and more. See description.
-Fixed some minor issues/details
-Can actually compile now (not just a bunch of random snippets)
-Added more text & explanation to a few parts
2013-06-30 12:17:19 -05:00