some arrangements to fix quirks of symbols in the executable program

note that (eq 'baz:foo bar:foo) is not true
so some stuff that works in the repl fails in executable
This commit is contained in:
2024-07-29 23:15:38 +03:00
parent 49b58b2d57
commit 004c2b5628
4 changed files with 35 additions and 11 deletions

View File

@@ -4,6 +4,7 @@
:author "Emre Akan"
:licence "MIT"
:depends-on ("iterate")
:serial t
:components ((:file "package")
(:file "util")
(:file "assembly")