diff options
Diffstat (limited to '2021/10')
-rw-r--r-- | 2021/10/casual.md | 10 | ||||
-rw-r--r-- | 2021/10/links.md | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/2021/10/casual.md b/2021/10/casual.md new file mode 100644 index 0000000..02b93de --- /dev/null +++ b/2021/10/casual.md @@ -0,0 +1,10 @@ + +Started building a toy CAS system called `casual`, in Rust, with S-Expr +input/output syntaxt. Following + +* Cohen CAS books +* `expreduce` (golang) documentation +* Norvig LISP book term re-writing chapter +* Hanson and Sussman "Software Design for Flexibility" pattern matching sections and syntax + +Another classic integral tool: [`SAINT`](http://logical.ai/auai/doc/doc-calculus.html) diff --git a/2021/10/links.md b/2021/10/links.md new file mode 100644 index 0000000..9f95ac8 --- /dev/null +++ b/2021/10/links.md @@ -0,0 +1,2 @@ + +`scm` author has a rooftop thermal emission simulator: <http://people.csail.mit.edu/jaffer/SimRoof/> |