Re: [Readable-discuss] using sweeten with newlisp

2016-09-25 Thread David A. Wheeler
>I suppose I could define a function that swaps the first 2 arguments >then >evaluates. In newlisp, this won't cause any slowdown. Curly-infix does a little more than that. Feel free to steal its code, it is under the MIT license. If there are only three arguments, then it does indeed just swa

Re: [Readable-discuss] using sweeten with newlisp

2016-09-21 Thread Alan Manuel Gloria
On Thu, Sep 22, 2016 at 4:08 AM, David Walther < da...@clearbrookdistillery.com> wrote: > On Wed, Sep 21, 2016 at 08:11:09AM -0400, David A. Wheeler wrote: > >Okay. Clojure uses {...} for hashes, so newLisp isn't the only Lisp > where {} > >has another meaning. The question is, how should infix

Re: [Readable-discuss] using sweeten with newlisp

2016-09-21 Thread David Walther
On Wed, Sep 21, 2016 at 08:11:09AM -0400, David A. Wheeler wrote: >Okay. Clojure uses {...} for hashes, so newLisp isn't the only Lisp where {} >has another meaning. The question is, how should infix be handled? >It really needs some paired characters, and (...) are spoken for. >Does newLisp alre

Re: [Readable-discuss] using sweeten with newlisp

2016-09-21 Thread David A. Wheeler
On Tue, 20 Sep 2016 13:20:26 -0700, David Walther wrote: > Hi, nice work on sweet expressions. Thanks! And thanks for contributing to this mailing list. > Could you add a newlisp mode for sweeten? I'm fine with adding a new mode for sweeten... but I'm kind of hoping that *you* would provide t