Category: Programming
(See also: all categories, all articles)
Classic Articles of Computer Science
- A Brief, Incomplete, and Mostly Wrong History of Programming Languages (James Iry) - Always Bet On Text (graydon2) - Cool Uris Don't Change (Tim Berners-Lee) - Dongly Things (Douglas Adams) - Go To Statement Considered Harmful (Edsger W. Dijkstra) - How To Be A Programmer: A Sh…
Course 1 from Code.org
Course 1 from Code.org Some typing at level 16 (Literally you type: "hello world"…
Esoteric Programming Concepts
Nonsense is nonsense. But the study of nonsense? That is a science. —Saul Lieberman | _) _ \ __| _ \ __| _ \ __| | __| _` | __/ \__ \ ( | | __/ | | ( ( | \___| ____/ \___/ \__| \___| _| _| \___| \__,_| From ἐσωτερικός — esōterikós — "belonging to an inner circle".... —(B…
Google Doodle: Kids Coding
Try it Live: Google Doodle: Kids Coding Ages? 4 and up Can you speed it up? No Can you see where it is up to when it's running? Yes Can you pause it? No Can you move it one step at a time? No Can you undo a change you've just made? Yes Can you skip levels if they're …
Hopscotch
Ages? Can you speed it up? Can you see where it is up to when it's running? Can you pause it? Can you move it one step at a time? Can you undo a change you've just made? Can you skip levels if they're boring? Notes: See also - How to become a programmer - Google Doodle: K…
How To Become A Programmer
Being able to understand software, able to read, modify it, create it and share it, is a very powerful skill to have in the age we live in. But where do you get this skill? Does it seem like some people "just get it" and others feel hopeless and incapable of ever "getting it"? …
Kids Coding
There's a wide range of apps and websites to help kids get into coding. The simplest apps all used a block-based approach, where you build a program by dragging and dropping blocks that snap together. Each block is an instruction. Games will start with very instructions available…
Quine
A Quine is a program that produces, as output, its own source code. More formally: A Quine is a non-empty program, that takes no input, and produces, as its only output, a copy of its own source code. The name was coined by Douglas Hoftstader, and named after Willard Van Orman …
Try Programming Languages in Your Browser
To begin programming, you can try this article: How to become a programmer There are online tutorials for just about every language, and you can see many of them in this list: Try .net (C#, F#, VB.net) Try Babylon.js Try C# Try CSS: Flexbox Try CSS: FlexBox Froggy 🔥 Try CSS: Gri…
(See also: all categories, all articles)