Skip to content

Commit 4b701a8

Browse files
authored
Emmy Infix Notation post (#190)
* Emmy Infix Notation post * add picture (c) Emily Short
1 parent 5ff4803 commit 4b701a8

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/mentat_collective/emmy/fdg_ch01_ys.clj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
^{:kindly/hide-code true
22
:clay {:title "Emmy, the Algebra System: Infix Notation"
33
:quarto {:author :kloimhardt
4-
:type :draft
5-
:date "2025-11-15"
4+
:type :post
5+
:description "Emmy can wear a different apparel should the occasion demand it."
6+
:date "2025-11-19"
7+
:image "fdg_ch01_ys.jpg"
68
:category :libs
79
:tags [:emmy :infix :yamlscript]}}}
810

@@ -60,7 +62,10 @@
6062
(kind/scittle
6163
'(def D partial))
6264

63-
;; The Clojure code below is taken from the snippets of [a previous entry](https://clojurecivitas.github.io/mentat_collective/emmy/fdg_ch01.html). Please make pull requests to [the source file of this notebook](https://github.com/kloimhardt/clojurecivitas.github.io/blob/infix/src/mentat_collective/emmy/fdg_ch01_ys.clj). It is not necessary to understand what the Clojure code does. As this semantics does not matter here, it is rather the syntax, the notation, that should be compared and critiqued vis-a-vis the proposed infix notation.
65+
;; The Clojure code below is taken from a [previous Civitas entry](https://clojurecivitas.github.io/mentat_collective/emmy/fdg_ch01.html) (the picture from [Emily's parser game](https://ifdb.org/viewgame?id=urxrv27t7qtu52lb)).
66+
67+
;; It is not necessary to understand what the Clojure code does. As this semantics does not matter here, it is rather the syntax, the notation, that should be compared and given attention to.
68+
6469

6570
;; ## First Example
6671

168 KB
Loading

0 commit comments

Comments
 (0)