Skip to content

Latest commit

 

History

History
91 lines (80 loc) · 4.35 KB

index.org

File metadata and controls

91 lines (80 loc) · 4.35 KB

Computer Science

Overview

Computer science has emerged into a sprawling field. Although I am trying to focus on numerical analysis (to think further about solving math and physics problems), the entire domain of programming and computer science are rather fascinating.

Right now, I am working my way through the scmutils library used in {{{book-title(The Structure and Interpretation of Classical Mechanics)}}}. As I read through it, I’m thinking about how to implement the algorithms in Common Lisp.

Adjuncts to “Making a Lisp”

Theorem Provers

Theorem provers are a fascinating topic, which I love, so here’s random notes.

Web Programming