Comment on I Wrote a Scheme in 2025parentComments−codr76moI've been playing around with dropping most of the parens, but keeping the rest.https://gitlab.com/codr7/shik−antonvs6moPeople have played around with those exact ideas for decades. No-one has ever come close to making it work.−codr76moIt's working just fine here; but I'm not simply changing syntax, this is a ground up redesign.−shakna6moAny thoughts on SRFI-119's syntax?https://srfi.schemers.org/srfi-119/srfi-119.html−codr76moI don't think this is something that will happen inside of an existing language.It needs to be a complete redesign where all parts pulls in the same direction.
Comments
I've been playing around with dropping most of the parens, but keeping the rest.
https://gitlab.com/codr7/shik
People have played around with those exact ideas for decades. No-one has ever come close to making it work.
It's working just fine here; but I'm not simply changing syntax, this is a ground up redesign.
Any thoughts on SRFI-119's syntax?
https://srfi.schemers.org/srfi-119/srfi-119.html
I don't think this is something that will happen inside of an existing language.
It needs to be a complete redesign where all parts pulls in the same direction.