![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)

https://suberic.net/~dmm/projects/mystical/README.html
I wanted to make a programming language that looked like magical circles. Mystical is more like a way to write PostScript so it looks like magic circles. I'm pretty happy with it, though there's more to do with it.
no subject
Date: 2025-05-16 10:21 pm (UTC)/name exch def
? Or is that not as standard as I think?no subject
Date: 2025-05-16 10:44 pm (UTC)I mostly use
exch def
(or as I call it,arg
) when I'm pulling passed-in values or more complicated computations off the stack. I don't think{ring} /name exch def
is common enough to make a ligature for, but if I did I would just use the same one since it's functionally equivalent to/name {ring} def
. I did make a sigil forarg
and you can see it in use in the gcd code.no subject
Date: 2025-05-16 10:46 pm (UTC)or do you mean a special graphical treatment for
/name exch def
since it's used for arguments? I think just usingarg
is sufficient.no subject
Date: 2025-05-18 02:53 am (UTC)no subject
Date: 2025-05-18 02:58 am (UTC)