Last active
March 9, 2026 05:04
-
-
Save sogaiu/45f2221fdc2cc9e394081f0b4b315b72 to your computer and use it in GitHub Desktop.
boot.janet breakage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ janet | |
| Janet 1.41.3-dev-8f446736 linux/x64/gcc - '(doc)' for help | |
| repl:1:> (tabseq [i :in [:a :b]] i i) | |
| @{:a :a :b :b} | |
| repl:2:> (defn loop [&] nil) | |
| <function loop> | |
| repl:3:> (tabseq [i :in [:a :b]] i i) | |
| repl:3:9: compile error: unknown symbol i | |
| # reference: https://ianthehenry.com/posts/janet-game/the-problem-with-macros/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment