Re: [Readable-discuss] wisp now defaults to activating curly-infix
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: Arne Bab. <Arn...@we...> - 2014-11-21 09:41:58
|
At Wed, 19 Nov 2014 15:46:54 -0500 (EST), dwheeler wrote: > > On Wed, 19 Nov 2014 20:48:28 +0100, Arne Babenhauserheide <arn...@we...> wrote: > > It’s crazy to think that nowadays it’s actually possible to do > > > > guile -L . --language=wisp tests/factorial.w > > > > and have guile execute the file as real code. > > I guess you know the feeling ☺ > > Right, we got curly-infix in, and that was a great feeling. > > Sweet-expressions are still an external library, and not available through --language. > Any suggestions on the best way to get them into guile that way? I’d just s̶t̶e̶a̶l̶ build on the wisp-code: https://bitbucket.org/ArneBab/wisp/src/v0.8.1/wisp-reader.w That gets parsed and copied to language/wisp/spec.scm https://bitbucket.org/ArneBab/wisp/src/v0.8.1/bootstrap.sh?at=default#cl-41c It’s not really hard. Best wishes, Arne |