Get The Gist Of Popular Programming Languages With ‘Learn X In Y Minutes’

Leave it to programmers to create an educational website on languages called “Learn X in Y minutes”. While it’s not the most comprehensive resource, “Learn X” does provide a good overview of a variety of popular programming lexicons and concepts, including C#, C++, Go, HTML, JavaScript and more.

Rather than present itself in wiki form, or as a step-by-step learning tool, each section of “Learn X” provides a brief description of a language, before providing real code examples for common tasks and operations, annotated with extensive comments.

What I like most about the site is that the descriptions are written by coders, so they tend to get straight to the point regarding each language’s points of difference. For example, here’s the lead for Haskell:

Haskell was designed as a practical, purely functional programming language. It’s famous for its monads and its type system, but I keep coming back to it because of its elegance. Haskell makes coding a real joy for me.

And Go:

Go was created out of the need to get work done. It’s not the latest trend in computer science, but it is the newest fastest way to solve real-world problems. It has familiar concepts of imperative languages with static typing. It’s fast to compile and fast to execute, it adds easy-to-understand concurrency to leverage today’s multi-core CPUs, and has features to help with large-scale programming.

I imagine there’s a shade of bias in these blurbs, but for someone after a simple explanation on why they should investigate further, they’re perfectly adequate.

Learn X in Y minutes [Official site]


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments