Programming

Created: by Pradeep Gowda Updated: Apr 21, 2024 Tagged: programming

Notes on Programming as a practice. Collect notes about programming language at the “language” level without getting into specific details of each language. “on”, “about”, “of” programming.

List of Tips | The Pragmatic Bookshelf – Extracted From The Pragmatic Programmer

norvig/pytudes: Python programs to practice or demonstrate skills.

My list of challenging software projects some programmers should try | andreinc; 2024.

Books

Nature of Code by Daniel Shiffman. “an online resource and print book exploring the unpredictable evolutionary and emergent properties of nature in software via the creative coding framework processing.”

2024 version with a new and rebooted version of this book built around javascript and the p5.js library. The book has a few new coding tricks this time, but it’s the same old nature—birds still flap their wings, and apples still fall on our heads.

Elements of Clojure > The discussions on naming and abstraction are particularly illuminating, exposing some fundamental tradeoffs like synthetic vs natural names, or principled vs adaptable systems of abstractions. Were these notions more widespread, a lot of the pointless rants and debates we hear in programming circles would disappear.

I would not recommend this book to beginners - this book is most useful when you are experienced enough that your struggle is to make choices, not to get things to work. – HN

Courses

All CS-CMU courses


Other lists

Journals

Papers

Rosetta Code Analysis Nanz, Sebastian, and Carlo A. Furia. “A Comparative Study of Programming Languages in Rosetta Code,” 2014.

Our statistical analysis reveals, most notably, that: functional and scripting languages are more concise than procedural and object-oriented languages; C is hard to beat when it comes to raw speed on large inputs, but performance differences over inputs of moderate size are less pronounced and allow even interpreted languages to be competitive; compiled strongly-typed languages, where more defects can be caught at compile time, are less prone to runtime failures than interpreted or weakly-typed languages.

Blogs

Tools

Tutorials

Videos

Articles

Concepts

Delimited continuation

Misc

Aphorisms on programming language design

via

See also: literate, pl, programming-aphorisms

References