Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 555 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 555 Bytes

Programming Arcana

The Programming Arcana is an open source programming text book that focuses on teaching introductory programming concepts.

The guiding principles are:

  • Transferable concepts are more important than language specifics
  • Build concepts on top of known concepts as much as possible
  • Focus on procedural programming initially, with a view to transitioning to objects
  • Build programs that make it easy to see what is happening in the code

Contribution

You can contribute to this project following this Guide.