diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-06-24 19:49:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-06-24 19:50:42 -0700 |
commit | 7335d44275f9ed1df03be14af5bb550e66602ccc (patch) | |
tree | 4afd68eac8491a8268eaf38fafc10e39a703d5eb /2021/10 | |
parent | 1f335d0e893b65ff96729fb10471b24670209a8c (diff) | |
download | modelthought-master.tar.gz modelthought-master.zip |
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/> |