Code documentation written as code! How novel and totally my idea!
Go to file
ven 22aae18226 Merge pull request #1107 from sm4rk0/patch-1
[haxe/en] Few cosmetic fixes
2015-05-20 14:36:23 +02:00
de-de
es-es
fa-ir
fr-fr Merge pull request #1085 from aloisdg/typescript-fr 2015-05-03 21:28:01 +02:00
hu-hu
id-id
it-it fixed C++/it typos 2015-05-09 19:18:04 -07:00
ja-jp
ko-kr
nl-nl
pl-pl
pt-br
pt-pt
ro-ro
ru-ru
tr-tr
vi-vn
zh-cn Fix issue #959 2015-04-24 11:34:48 -06:00
amd.html.markdown
asymptotic-notation.html.markdown
bash.html.markdown Fix issue with referring to "output.txt" but examples use "output.out" 2015-05-11 21:20:02 -05:00
brainfuck.html.markdown
c.html.markdown
c++.html.markdown comment changes 2015-05-06 15:25:28 -06:00
clojure-macros.html.markdown Fixed spelling of 'arithmetic' in Clojure Macros tutorial. 2015-04-19 14:03:21 -07:00
clojure.html.markdown Update clojure.html.markdown 2015-05-13 11:00:57 +02:00
coffeescript.html.markdown
common-lisp.html.markdown fix the while macro for Common Lisp 2015-04-21 15:08:39 -04:00
compojure.html.markdown
csharp.html.markdown
css.html.markdown
dart.html.markdown
elisp.html.markdown
elixir.html.markdown
erlang.html.markdown [erlang/en] Various (mostly cosmetic) improvements 2015-05-18 12:02:46 +01:00
file.erb
forth.html.markdown
fsharp.html.markdown
git.html.markdown
go.html.markdown Fallthrough 2015-04-23 00:02:33 +10:00
groovy.html.markdown
hack.html.markdown
haml.html.markdown
haskell.html.markdown Fixed haskell foldr example 2015-04-27 10:16:16 +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
javascript.html.markdown
json.html.markdown Fix Markdown 2015-05-03 20:55:14 +02:00
julia.html.markdown [julia/en] Update for Julia 0.3 and fix a few typos 2015-05-02 22:26:12 -07:00
livescript.html.markdown
lua.html.markdown
markdown.html.markdown
matlab.html.markdown
neat.html.markdown
nim.html.markdown Fix copy-paste typo. 2015-05-18 14:19:46 +05:00
objective-c.html.markdown
ocaml.html.markdown
paren.html.markdown
perl6.html.markdown Parrot is no longer supported. 2015-05-13 12:20:54 +12:00
perl.html.markdown
pets.csv
php.html.markdown add ; to php/en 2015-05-14 21:30:15 +00:00
pogo.html.markdown
purescript.html.markdown
python3.html.markdown Python3 doc cleanup 2015-04-30 23:44:09 -06:00
python.html.markdown Clarify wording for list reversal. 2015-04-30 19:31:38 -04:00
r.html.markdown
racket.html.markdown
README.markdown
red.html.markdown
ruby-ecosystem.html.markdown
ruby.html.markdown
rust.html.markdown Updating rust.html.markdown for Rust 1.0 2015-05-15 17:12:45 -05:00
scala.html.markdown make corrections 2015-04-16 17:53:40 +08:00
self.html.markdown
standard-ml.html.markdown Add myself as a contributor 2015-04-26 10:08:17 +01:00
swift.html.markdown
tcl.html.markdown
tmux.html.markdown Update tmux.html.markdown 2015-04-19 10:59:11 +08:00
typescript.html.markdown [typescript/en] Fix typo 2015-04-21 23:01:08 +03:00
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 muster 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.