Re: [ANN] An impudent introduction to Guile

2016-02-07 Thread A0
On 06/02/16 00:47, Cao Jin wrote: > It's interesting. I have used Matlab for many years, but never > tried R. As for as I know, there are tons of state-of-the-art > library in R and Matlab. > > After skimming your paper, I wander that 1) Are these library used > in your code example implemented

Fwd: Re: [ANN] An impudent introduction to Guile

2016-02-05 Thread A0
Forwarded Message Subject: Re: [ANN] An impudent introduction to Guile Date: Fri, 05 Feb 2016 12:08:46 + From: A0 To: Panicz Maciej Godek Wow! What an incendiary title. I loved R before it turned into an improved Java. On 04/02/16 23:09, Panicz Maciej Godek wrote: >

Re: Request for feedback on SRFI-126

2015-09-28 Thread A0
On 28/09/15 00:20, Panicz Maciej Godek wrote: > Delimited continuations are an academic curiosity, and sockets and > regexps are just a specific domain (I'm sure you could easily find > plenty of others; anyway, they are by no means fundamental) Sorry, but I have to comment on this. So did peop

Re: GNU Guix 0.8.3 released

2015-07-26 Thread A0
On 22/07/15 10:07, Ludovic Courtès wrote: > We are pleased to announce the release of GNU Guix version 0.8.3, > representing 828 commits by 25 people over 2 months. > > > • About > > GNU Guix is a functional package manager for the GNU system. > The Guix System Distribution is (GuixSD) an ad

Re: Expansion of a macro

2015-04-21 Thread A0
On 21/04/15 07:22, to...@tuxteam.de wrote: > On Mon, Apr 20, 2015 at 09:32:48PM -0400, Mark H Weaver wrote: >> A0 writes: >>> How can one find out what a macro expands to? > >> You can use the ,expand REPL command, e.g.: > > Not the OP, but... thanks for this on

Expansion of a macro

2015-04-20 Thread A0
Hi all, How can one find out what a macro expands to? Error reports are useful when it expands to nonsense, but how to do this in general?

Re: Imagemagick and Guile

2015-01-11 Thread A0
r). > > > For example to generate png files from a svg input see > > http://git.savannah.gnu.org/cgit/pspp.git/tree/build-aux/svg2png > > The disadvantage is that it is much slower than imagemagick > > J' > > On Sun, Jan 11, 2015 at 09:09:04AM +, A0 wro

Re: Imagemagick and Guile

2015-01-11 Thread A0
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/01/15 12:11, Neil Jerram wrote: > On 2015-01-11 09:09, A0 wrote: > >> I need to generate an image from raw byte data in my code and >> ImageMagick seems like an obvious choice to do this. But, >> looking at http://ww

Imagemagick and Guile

2015-01-11 Thread A0
ke to check if someone already built a functional API for Guile, or, at least, the chunk of it containing the PixelIterator functionality. I am also interested in hearing about other Guile-enabled libs that can do the same thing, namely, creating an image in some of the popular formats. Best