Code documentation written as code! How novel and totally my idea!
Go to file
2015-10-15 15:30:59 -05:00
cs-cz
de-de
el-gr
es-es
fa-ir
fr-fr
hu-hu
id-id
it-it
ja-jp
ko-kr
nl-nl
no-nb
pl-pl
pt-br
pt-pt
ro-ro
ru-ru
tr-tr
vi-vn
zh-cn
amd.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
asymptotic-notation.html.markdown
bash.html.markdown
brainfuck.html.markdown Change link format 2015-03-24 22:24:49 +02:00
c.html.markdown Cleaned up c file 2015-10-15 14:50:20 -04:00
c++.html.markdown [C++/en] Small inheritance clarification 2015-10-11 03:41:20 -04:00
chapel.html.markdown Typo: "thought of" not "though of" 2015-10-08 07:14:24 -04:00
clojure-macros.html.markdown
clojure.html.markdown
coffeescript.html.markdown
coldfusion.html.markdown
common-lisp.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
compojure.html.markdown
csharp.html.markdown
css.html.markdown
d.html.markdown
dart.html.markdown
elisp.html.markdown
elixir.html.markdown Fix typo in elixer 2015-06-24 10:50:39 -07:00
erlang.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
file.erb
forth.html.markdown
fsharp.html.markdown
git.html.markdown
go.html.markdown
groovy.html.markdown
hack.html.markdown
haml.html.markdown
haskell.html.markdown change haskell's operator $ description wording 2015-07-06 10:40:05 +02:00
haxe.html.markdown [haxe/en] Adding colon after comments 2015-05-20 14:29:05 +02:00
hy.html.markdown
java.html.markdown Merge pull request #1484 from RobRoseKnows/master 2015-10-12 23:29:27 -05:00
javascript.html.markdown Merge pull request #1372 from raphaelbn/patch-1 2015-10-09 10:02:12 -05:00
json.html.markdown
julia.html.markdown
latex.html.markdown
livescript.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
lua.html.markdown Capitalize language names. See #137 2014-10-12 12:24:52 -07:00
make.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
markdown.html.markdown
matlab.html.markdown [matlab/en] Added simple class example to Matlab 2015-10-08 21:20:37 +02:00
neat.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
nim.html.markdown
objective-c.html.markdown [objective-c/en-fr-ru-tr-vn] Enable syntax highlighting 2015-10-09 15:34:27 +01:00
ocaml.html.markdown
paren.html.markdown
perl6.html.markdown Many fixes mentioned in #1390 2015-10-10 13:58:25 -04:00
perl.html.markdown
pets.csv
php.html.markdown Merge pull request #1385 from gayanhewa/master 2015-10-09 10:05:11 -05:00
pogo.html.markdown
purescript.html.markdown
python3.html.markdown Added instructions for input operations in Python3 2015-10-14 21:16:18 +05:30
python.html.markdown
r.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
racket.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
README.markdown
red.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
ruby-ecosystem.html.markdown
ruby.html.markdown
rust.html.markdown
sass.html.markdown
scala.html.markdown
self.html.markdown
smalltalk.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
standard-ml.html.markdown
swift.html.markdown Merge pull request #1381 from cwalk/swift-2 2015-10-09 10:08:24 -05:00
tcl.html.markdown removing whitespace all over 2015-10-07 23:11:24 -04:00
tmux.html.markdown
typescript.html.markdown
visualbasic.html.markdown
whip.html.markdown
xml.html.markdown
yaml.html.markdown

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 master I'll get it up pronto. Remember to fill in the "contributors" fields so you get credited properly!

Contributing

All contributions are 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.

We're happy for any contribution in any form, but if you're making more than one major change (i.e. translations for two different languages) it would be super cool of you to make a separate pull request for each one so that someone can review them more effectively and/or individually.

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.