Remove SMA macro

The `sma.myc` file, which defined the Simple Moving Average macro, has
been removed. This functionality is no longer needed.
This commit is contained in:
2026-03-31 10:07:31 +02:00
parent dd81482acb
commit 2cf48566f7
2 changed files with 2 additions and 20 deletions
+2
View File
@@ -2,6 +2,8 @@
;; Standard macros and core utilities.
(do
(def func1 (print "Hello World"))
(macro while [cond body]
`((fn [] (if ~cond
(do ~body (again))