Wisp as shipped language in Guile?

2017-05-07 Thread Arne Babenhauserheide
Hi, A few weeks ago I asked in IRC whether wisp[1] could be included with Guile in modules/language/wisp to allow every guile users to run wisp code from any Guile installation via $ guile --language=wisp [] Essentially this is about making wisp as language part of the "batteries" of Guil

Re: Wisp as shipped language in Guile?

2017-05-07 Thread Christopher Allan Webber
Arne Babenhauserheide writes: > Hi, > > > A few weeks ago I asked in IRC whether wisp[1] could be included with > Guile in modules/language/wisp to allow every guile users to run wisp > code from any Guile installation via > > > $ guile --language=wisp [] > > > Essentially this is about making

Re: Wisp as shipped language in Guile?

2017-05-12 Thread Mark H Weaver
Hi Arne, Arne Babenhauserheide writes: > A few weeks ago I asked in IRC whether wisp[1] could be included with > Guile in modules/language/wisp to allow every guile users to run wisp > code from any Guile installation via > > > $ guile --language=wisp [] > > > Essentially this is about making

Re: Wisp as shipped language in Guile?

2017-05-13 Thread Panicz Maciej Godek
2017-05-13 3:52 GMT+02:00 Mark H Weaver : > Hi Arne, > > Arne Babenhauserheide writes: > > A few weeks ago I asked in IRC whether wisp[1] could be included with > > Guile in modules/language/wisp to allow every guile users to run wisp > > code from any Guile installation via > > > > > > $ gui

Re: Wisp as shipped language in Guile?

2017-05-13 Thread Arne Babenhauserheide
Panicz Maciej Godek writes: > 2017-05-13 3:52 GMT+02:00 Mark H Weaver : > >> Hi Arne, >> >> Arne Babenhauserheide writes: >> > A few weeks ago I asked in IRC whether wisp[1] could be included with >> > Guile in modules/language/wisp to allow every guile users to run wisp >> > code from any Guil

Re: Wisp as shipped language in Guile?

2017-05-18 Thread Arne Babenhauserheide
Hi Mark, Mark H Weaver writes: >> Essentially this is about making wisp as language part of the >> "batteries" of Guile. > > About 4.5 years ago, I went out on a limb and added SRFI-105 (curly > infix expressions) to core Guile. Even now, I'm of the opinion that > judicious use of curly infix c

Re: Wisp as shipped language in Guile?

2017-08-11 Thread Arne Babenhauserheide
Hi, Any word on this? We have ecmascript, we have elisp, we have brainfuck, why not wisp — which is finished and stable and does not require any non-sexp-scheme code in Guile? Best wishes, Arne Arne Babenhauserheide writes: > Hi Mark, > > Mark H Weaver writes: > >>> Essentially this is about

Re: Wisp as shipped language in Guile?

2017-08-11 Thread Nala Ginrut
Hi Arne! Personally, I'd like to see many languages on Guile. But I prefer maintain mine, guile-lua-rebirth and a new shell language(undone) as an external package. GNU official project reviews contributions too strictly, it's good for the quality and free software ethics, but too difficult for ne

Re: Wisp as shipped language in Guile?

2017-09-17 Thread Arne Babenhauserheide
Hi Nala, Nala Ginrut writes: > Personally, I'd like to see many languages on Guile. But I prefer maintain > mine, guile-lua-rebirth and a new shell language(undone) as an external > package. > GNU official project reviews contributions too strictly, it's good for the > quality and free software

Re: Wisp as shipped language in Guile?

2017-09-17 Thread Matt Wette
Looks promising, especailly if the footprint is small. Can someone post the sample guix specification? I could not access from the gnunet log.

Re: Wisp as shipped language in Guile?

2017-09-17 Thread Arne Babenhauserheide
Matt Wette writes: > Looks promising, especailly if the footprint is small. > Can someone post the sample guix specification? > I could not access from the gnunet log. Do you mean the wisp package for Guix? It’s here: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/guile.scm?id=v

Re: Wisp as shipped language in Guile?

2017-09-17 Thread Matt Wette
> On Sep 17, 2017, at 4:22 PM, Arne Babenhauserheide wrote: > > > Matt Wette writes: >> Looks promising, especailly if the footprint is small. >> Can someone post the sample guix specification? >> I could not access from the gnunet log. > > Do you mean the wisp package for Guix? No, I mean

Re: Wisp as shipped language in Guile?

2017-09-18 Thread Arne Babenhauserheide
Matt Wette writes: > On Sep 17, 2017, at 4:22 PM, Arne Babenhauserheide wrote: >> Matt Wette writes: >>> Looks promising, especailly if the footprint is small. >>> Can someone post the sample guix specification? >>> I could not access from the gnunet log. >> >> Do you mean the wisp package f

Re: Wisp as shipped language in Guile?

2017-09-19 Thread Christopher Allan Webber
Matt Wette writes: >> On Sep 17, 2017, at 4:22 PM, Arne Babenhauserheide wrote: >> >> >> Matt Wette writes: >>> Looks promising, especailly if the footprint is small. >>> Can someone post the sample guix specification? >>> I could not access from the gnunet log. >> >> Do you mean the wisp p

Re: Wisp as shipped language in Guile?

2017-09-19 Thread Nala Ginrut
Well yes, it looks good if we have it. And I could let users of Artanis write HTML template like Ruby slim. http://slim-lang.com/ 2017年9月19日 下午10:10,"Christopher Allan Webber" 写道: > Matt Wette writes: > > >> On Sep 17, 2017, at 4:22 PM, Arne Babenhauserheide > wrote: > >> > >> > >> Matt Wette w

more extensible reader directive, was: Wisp as shipped language in Guile?

2017-05-19 Thread Arne Babenhauserheide
Arne Babenhauserheide writes: >> For example, I've pondered the idea of making the "reader directive" >> mechanism (e.g. things like #!curly-infix) easily extensible. For >> example, we could perhaps arrange for 'read', when encountering "#!FOO" >> in the input stream, to look for a module name