Skip to content

Bryforge/latticra-computer-science-foundations

Repository files navigation

Latticra — Foundations of Computer Science

A systems-minded computer science course from first principles to operating systems, programming languages, security, and computational design.

Start here

Begin with START_HERE.md.

The main course text is COURSEBOOK.md.

Mission

This course is built for learners who want to understand computing deeply: not only how to write programs, but how programs become systems.

Latticra — Foundations of Computer Science begins with logic, computation, and programming fundamentals, then moves toward C, data structures, computer architecture, operating systems, programming language design, security, and the design philosophy behind Latticra.

Course arc

logic → code → memory → machines → operating systems → languages → security → Latticra

What is included

This repository now contains a complete v1 course foundation:

  • Full coursebook
  • Formal syllabus
  • 10-module course map
  • Glossary
  • Assignments
  • Labs
  • C examples
  • Tiny language examples
  • Capstone project guide
  • Assessment checklist
  • Review guide
  • Contribution guide
  • Roadmap

Learning path

  1. Orientation — how to think like a computer scientist
  2. Computation — logic, binary, representation, and algorithms
  3. Programming — control flow, functions, memory, and problem solving
  4. C — the language of systems foundations
  5. Data structures — arrays, lists, stacks, queues, trees, and maps
  6. Computer architecture — how machines execute programs
  7. Operating systems — processes, files, memory, terminals, and kernels
  8. Programming languages — syntax, semantics, interpreters, and compilers
  9. Security — threat modeling, defensive design, and trustworthy systems
  10. Latticra design — connecting the foundations to a real systems project

Repository layout

START_HERE.md    Recommended course entry point
README.md        Public overview
COURSEBOOK.md    Main course text
COURSE.md        Module-by-module course map
SYLLABUS.md      Formal syllabus and pacing
GLOSSARY.md      Core vocabulary
CAPSTONE.md      Final project guide
ASSESSMENT.md    Completion checklist and review questions
REVIEW_GUIDE.md  Final review prompts
ROADMAP.md       Future development plan
CONTRIBUTING.md  Contribution guidelines
docs/            Individual module guides
assignments/     Written and programming assignments
labs/            Hands-on lab exercises
examples/        Small supporting examples

Suggested use

For a 10-week path, complete one module per week.

For a slower path, spend two weeks per module and treat this as a 20-week self-study course.

Completion standard

The course is complete when a learner can explain and demonstrate the full arc:

logic → code → memory → machines → operating systems → languages → security → Latticra

using examples from the labs, assignments, and capstone.

Status

This repository is now a complete v1 course foundation. Future work should expand examples, deepen module lessons, add diagrams, and improve exercises while keeping claims technically honest and evidence-bound.

About

A systems-minded computer science course from first principles to operating systems, programming languages, security, and computational design.

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors