We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22d5f7 commit c20ffabCopy full SHA for c20ffab
1 file changed
src/mentat_collective/emmy/fdg_prologue.clj
@@ -76,7 +76,7 @@
76
(list 'if (list '= serg 'a)
77
[:tt 'a]
78
[:div
79
- [:tt 'a] ;; comment this in prod
+ [:tt 'a]
80
[:tt serg]])))]))))
81
82
;; ## Programming and Understanding
@@ -279,11 +279,7 @@
279
;; But, suppose we had no idea what the solution looks like. We could propose a
280
;; literal function for the path:
281
282
-;; [note by MAK: the following does not work in the sidebar because I could not get
283
-;; `literal-function` to work.
284
-;; As a remedy, I have an [alternative execution environment](https://kloimhardt.github.io/blog/html/sicmutils-as-js-book-part1.html) ]
285
-
286
-(show-expression :calc-on-server
+(show-expression
287
(((Lagrange-equations (L-harmonic 'm 'k))
288
(literal-function 'x))
289
't))
0 commit comments