|
|
|
|
|
by jrapdx3
3772 days ago
|
|
> Don't know if there is a similar package for Scheme. I have to agree with others in the thread that infix in Lisp/Scheme is not the convention, and IMO an awkward fit. Don't recall encountering infix in any published/shared code I've seen, it may exist, but to learn Scheme becoming comfortable with s-expr notation is definitely necessary. However, there is SRFI 105[0] which describes "curly infix expressions". It's implemented in Guile 2.x, possibly available in a few others but evidently not had a lot of uptake among Schemes. [0] http://srfi.schemers.org/srfi-105/srfi-105.html Edit: added URL |
|