<https://fennel-lang.org/rationale>
# linking-together
m
a
This seems like such a nice idea. I worked with Lua's runtime to make an audio/midi/video/gl programming language and it was so pleasant, but it never occurred to me to map another syntax onto it. My language was based on ChucK but since I used Lua's syntax, my
yield
and
fork
were inelegant compared to
=>
and
spork ~
.
Is it commonly done?