[racket-users] Re: The case, and a proposal, for elegant syntax in #lang racket2

2019-07-15 Thread Wesley Kerfoot
Has anyone considered http://shriram.github.io/p4p/ as an alternative? The idea in a nutshell is to get rid of the implicit `(begin ...)` that many of the forms have, and use that to reduce the number of required parentheses for parsing, and add in some extra syntactic sugar in the form of `:`

[racket-users] Re: The case, and a proposal, for elegant syntax in #lang racket2

2019-07-15 Thread Wesley Kerfoot
Has anyone considered http://shriram.github.io/p4p/ as an alternative? The idea in a nutshell is to get rid of the implicit `(begin ...)` that many of the forms have, and use that to reduce the number of required parentheses for parsing, and add in some extra syntactic sugar in the form of `:`