Programming

Created: by Pradeep GowdaUpdated:Aug 27, 2024Tagged: 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.

The Myth of the Coder “Considering the historical distinction between coder and programmer” – Communications of the ACM, Aug 2024.

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.

Papers

Books

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.

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. http://arxiv.org/abs/1409.0252.

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

Projects

practical-tutorials/project-based-learning: Curated list of project-based tutorials

Videos

Articles

Concepts

Delimited continuation

Misc

Aphorisms on programming language design

via

See also: literate, pl, programming-aphorisms

References