mastodon.sdf.org is part of the decentralized social network powered by Mastodon.
"I appreciate SDF but it's a general-purpose server and the name doesn't make it obvious that it's about art." - Eugen Rochko

Administered by:

Server stats:

2.5K
active users

Learn more

screwlisp

Pratt
so, I read this. dl.acm.org/doi/pdf/10.1145/512
but I've never done this before, so I have been having trouble getting a vibe.
A point Pratt mentions is that the central problem is that you can't get people to accept a prefix language like this:
print + * 2 3 * 4 5
(assuming + and * act on two elements)
but there are these crazy people, that if you add overspecified brackets:
(print (+ (* 2 3) (* 4 5)))
Say they will happily read and write, and can understand this expression perfectly.