https://futureofcoding.org/ logo
m

Mattia Fregola

09/13/2023, 8:02 PM
a

alltom

09/17/2023, 10:10 PM
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?