Learn X in Y minutes (online code learning resource)

Share interesting information or links related to portable apps here.
Post Reply
Message
Author
User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Learn X in Y minutes (online code learning resource)

#1 Post by Midas »

Learn X in Y minutes (http://learnxinyminutes.com/) provides a score of no-nonsense, rapid reading, get-the-gist-of-it summaries about the most popular coding standards out there -- and most are multilanguage, too:
  • bash, brainfuck, c, c#, c++, clojure, coffeescript, Common Lisp, css, dart, elisp, elixir, erlang, F# , forth, git, Go, Groovy, haml, Haskell, haxe, hy, java, javascript, json, Julia, LiveScript, Lua, markdown, Matlab, neat, Nim, Objective-C, OCaml, Paren, perl, perl6, PHP, pogoscript, purescript, python, python3, R, racket, Red, ruby, rust, Scala, self, Standard ML, swift, TypeScript, Visual Basic, whip, xml, yaml
E.g., English Javascript: http://learnxinyminutes.com/docs/javascript/.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: Learn X in Y minutes (online code learning resource)

#2 Post by guinness »

Very useful link. Thanks.

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Learn X in Y minutes (online code learning resource)

#3 Post by Midas »

:)

freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

Re: Learn X in Y minutes (online code learning resource)

#4 Post by freakazoid »

Nice. Simple to read and only one page for each language!

Bookmarked.
is it stealth? ;)

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Learn X in Y minutes (online code learning resource)

#5 Post by webfork »

I found the markdown explanation to be exceedingly cool.
http://learnxinyminutes.com/docs/markdown/

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Learn X in Y minutes (Markdown)

#6 Post by Midas »

webfork wrote:I found the markdown explanation to be exceedingly cool.
  • It's a great starting point and cheatsheet, that's for sure. :)

    However, and contrary to what is implied there, a Markdown standard is established (and being actively revised) at CommonMark.org (check the "spec" page, where even minor changes are nicely documented).

    BTW, another comprehensive Markdown resource is "What is Markdown?" (http://whatismarkdown.com/)

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Learn X in Y minutes (Markdown)

#7 Post by webfork »

Midas wrote:a Markdown standard is established (and being actively revised)
Very cool, thanks.  I hope someday to switch over all my documentation work to markdown format.

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: CommonMark Markdown tutorial

#8 Post by Midas »

In case you haven't started, the CommonMark people have put together a great beginners interactive tutorial: ;)

Post Reply