Skip to content

Commit 8b29d69

Browse files
committed
fdg_prologue
1 parent 20129f1 commit 8b29d69

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

src/mentat_collective/emmy/fdg_prologue.clj

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
;; [Functional Differential Geometry (FDG)](https://mitpress.mit.edu/9780262019347/functional-differential-geometry/).
1818
;; The code snippets are executable, copy-paste them to the sidebar of the page.
1919

20-
;; The [Emmy]((https://emmy.mentat.org)) maintainer, [Sam Ritchie](https://roadtoreality.substack.com/), wrote the source for this page, namely the
20+
;; The [Emmy](https://emmy.mentat.org) maintainer, [Sam Ritchie](https://roadtoreality.substack.com/), wrote the source for this page, namely the
2121
;; [LaTex version of FDG](https://github.com/mentat-collective/fdg-book/blob/main/scheme/org/prologue.org).
2222

2323
;; In adopting MIT-Scheme's `(define ...)`, I trust that Clojure people will bridge that gap quickly
24-
;; and am sure of the eventual gratitude of all readers of that immutable, dense book. So without further ado ...
24+
;; while being sure of the gratitude of all readers of the immutable, dense book. So without further ado ...
2525

2626
^:kindly/hide-code
2727
(kind/hiccup
@@ -42,22 +42,6 @@
4242
(kind/scittle
4343
'(def show-expression (comp ->infix simplify)))
4444

45-
^:kindly/hide-code
46-
(kind/scittle
47-
'(def velocities velocity))
48-
49-
^:kindly/hide-code
50-
(kind/scittle
51-
'(def coordinates coordinate))
52-
53-
^:kindly/hide-code
54-
(kind/scittle
55-
'(def vector-length count))
56-
57-
^:kindly/hide-code
58-
(kind/scittle
59-
'(defn time [state] (first state)))
60-
6145
^:kindly/hide-code
6246
(defmacro define [& b]
6347
(list 'kind/scittle (list 'quote (cons 'define b))))
@@ -70,7 +54,6 @@
7054
(def md
7155
(comp kindly/hide-code kind/md))
7256

73-
;;
7457
;; ## Programming and Understanding
7558

7659
;; One way to become aware of the precision required to unambiguously communicate a

0 commit comments

Comments
 (0)