Code documentation written as code! How novel and totally my idea!
Go to file
2013-10-27 22:42:13 -07:00
de-de Fixes language identification in elixir-de 2013-10-06 22:40:06 -04:00
es-es Better translation. 2013-10-12 17:56:51 +02:00
fr-fr Merge pull request #383 from C-Duv/python-fr.sliceTypoFix 2013-10-27 22:02:00 -07:00
hu-hu Fixed typo 2013-08-30 07:38:22 +02:00
ko-kr add korean translation of brainfuck 2013-09-21 05:14:20 +09:00
pt-br Updated new contributions 2013-09-08 22:05:15 -07:00
pt-pt Fix header. 2013-09-20 08:59:14 +01:00
ro-ro Fixed up so it builds 2013-09-08 22:52:09 -07:00
ru-ru [ruby/ru-ru] Latest changes from English version && small changes in the translation 2013-09-29 00:19:08 +07:00
tr-tr some updates on brainfuck/tr . i missed out "not capitalized except at the start of a sentence" about brainfuck 2013-09-20 14:19:16 +03:00
vi-vn Updates 2013-10-27 22:17:56 -07:00
zh-cn Updates 2013-10-27 22:17:56 -07:00
bash.html.markdown add another way to define functions to bash (fix #380) 2013-10-13 00:17:27 -03:00
brainfuck.html.markdown make explanation richer 2013-09-21 05:01:47 +09:00
c.html.markdown Merge pull request #316 from aesptux/master 2013-09-13 10:25:58 -07:00
clojure.html.markdown pointless change to test auto-deploy 2013-10-27 22:42:13 -07:00
coffeescript.html.markdown Started on the addition of coffeescript 2013-07-31 19:13:11 -05:00
common-lisp.html.markdown [CommonLisp] fix typo error in comment 2013-10-07 17:48:30 +03:00
csharp.html.markdown Merged with latest from upstream 2013-10-27 22:18:31 -07:00
dart.html.markdown Authors -> Contributors 2013-07-03 22:59:13 -07:00
elisp.html.markdown Merged Bastien's changes 2013-07-29 10:33:45 -07:00
elixir.html.markdown Fixed typos 2013-07-08 23:37:41 -07:00
erlang.html.markdown Spelling error one of the comments in erlang.html.markdown 2013-07-28 10:17:54 -04:00
file.erb Added filename parameter 2013-06-29 20:19:14 -07:00
fsharp.html.markdown Authors -> Contributors 2013-07-03 22:59:13 -07:00
git.html.markdown [git] Fix typo error in guide 2013-10-08 18:48:46 +03:00
go.html.markdown Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2013-09-08 21:52:54 -07:00
groovy.html.markdown Another way of checking List.contains and some headers 2013-09-02 13:02:53 +01:00
haskell.html.markdown Typo 2013-10-23 15:19:55 -04:00
haxe.html.markdown Edits 2013-08-27 21:23:09 -07:00
java.html.markdown [java] Missing semi-colon at code example 2013-10-08 19:09:12 +03:00
javascript.html.markdown [javascript] Added note about ints 2013-10-10 10:52:56 +10:30
julia.html.markdown Fix a couple forgotten references to contains in the comments 2013-10-21 09:39:45 -05:00
livescript.html.markdown Fixed comparisons section 2013-10-01 09:10:27 -03:00
lua.html.markdown Fixed spelling of trig function "sin" 2013-10-07 12:33:10 -06:00
matlab.html.markdown Fix typo - misspelt 'receive' 2013-09-18 18:08:31 +01:00
neat.html.markdown Fixed up so it builds 2013-09-08 22:52:09 -07:00
objective-c.html.markdown corrected issue on floating point literals. 2013-09-09 01:30:43 +01:00
perl.html.markdown [perl] Fix list with links at "Further Reading" 2013-10-04 12:47:21 +03:00
pets.csv Create pets.csv 2013-06-29 03:38:34 -04:00
php.html.markdown Fix typo 2013-09-15 14:15:53 +08:00
pogo.html.markdown added javascript highlighting 2013-09-20 12:43:05 +02:00
python.html.markdown [python] Change to print function, as per #119 2013-09-20 19:49:38 +09:30
r.html.markdown Update r.html.markdown 2013-09-04 19:56:17 +01:00
racket.html.markdown Fix hygienic macro example in racket.html.markdown 2013-07-28 21:43:21 -03:00
README.markdown Update README.markdown 2013-09-05 10:52:17 -07:00
ruby-ecosystem.html.markdown Fix grammar in ruby-ecosystem.html.markdown 2013-09-08 04:24:37 -04:00
ruby.html.markdown ADD: "&" and "*" use cases in function parameters 2013-09-29 18:15:16 +01:00
scala.html.markdown [Scala] Fix typo: forgotten dot 2013-09-28 15:33:32 +02:00
visualbasic.html.markdown An assortment 2013-08-01 11:24:23 -07:00
whip.html.markdown Updated documentation for new language behaivour 2013-08-18 10:10:40 -05:00

Learn X in Y minutes

Whirlwind tours of (several, hopefully many someday) popular and ought-to-be-more-popular programming languages, presented as valid, commented code and explained as they go.

We need YOU!...

... to write more inline code tutorials. Just grab an existing file from this repo and copy the formatting (don't worry, it's all very simple). Make a new file, send a pull request, and if it passes muster I'll get it up pronto. Remember to fill in the "contributors" fields so you get credited properly!

Contributing

All contributions welcome, from the tiniest typo to a brand new article. Translations in all languages are welcome (or, for that matter, original articles in any language). Send a pull request or open an issue any time of day or night.

Please tag your issues pull requests with [language/lang-code] at the beginning (e.g. [python/en] for english python). This will help everyone pick out things they care about.

Style Guidelines

  • Keep lines under 80 chars
  • Prefer example to exposition
  • Eschew surplusage
  • Use utf-8

Long version:

  • Try to keep line length in code blocks to 80 characters or fewer, or they'll overflow and look odd.

  • Try to use as few words as possible. Code examples are preferred over exposition in all cases.

  • We welcome newcomers, but the target audience for this site is programmers with some experience. So, try to avoid explaining basic concepts except for those specific to the language in question, to keep articles succinct and scannable. We all know how to use google here.

  • For translations (or english articles with non-ASCII characters), please make sure your file is utf-8 encoded, and try to leave out the byte-order-mark at the start of the file. (:set nobomb in vim)

Header configuration

The actual site uses Middleman to generate HTML files from these markdown ones. Middleman, or at least the custom scripts underpinning the site, required that some key information be defined in the header.

The following fields are necessary for english articles about programming languages:

  • language The programming language in question
  • contributors A list of [author, url] lists to credit

Other fields:

  • filename: The filename for this article's code. It will be fetched, mashed together, and made downloadable. For non-english articles, filename should have a language-specific suffix.
  • lang: For translations, the human language this article is in. For categorization, mostly.

Here's an example header for an esperanto translation of Ruby:

---
language: ruby
filename: learnruby-epo.ruby
contributors:
    - ["Doktor Esperanto", "http://example.com/"]
    - ["Someone else", "http://someoneelseswebsite.com/"]
lang: ep-ep
---

License

Contributors retain copyright to their work, and can request removal at any time. By uploading a doc here, you agree to publish your work under the default Creative Commons Attribution-ShareAlike 3.0 Unported licensing included on each doc page.

Anything not covered by the above -- basically, this README -- you can use as you wish, I guess.