Re: [ANN] a lot

2014-06-23 Thread David Thompson
tantalum writes: > several gpl3 licensed guile modules: > > sph-lib - a collection of libraries and example implementations > cli: quickly create a command-line interface > test: write and execute code tests > test-performance: compare performance between arbitrary procedures > lang-plcss

[ANN] a lot

2014-06-23 Thread tantalum
several gpl3 licensed guile modules: sph-lib - a collection of libraries and example implementations cli: quickly create a command-line interface test: write and execute code tests test-performance: compare performance between arbitrary procedures lang-plcss: language for creating cascadin

Re: Compiling for Android

2014-06-23 Thread beuc
Hey, On Mon, Jun 23, 2014 at 09:59:24AM +0200, Ludovic Courtès wrote: > b...@beuc.net skribis: > > Another issue: ./configure went well but I wasn't told iconv.h was > > required: > > ../../libguile/print.c:27:19: fatal error: iconv.h: No such file or > > directory > > Hmm, could you run “grep -

Re: Syntax object representation

2014-06-23 Thread Taylan Ulrich Bayirli/Kammer
Dmitry Bogatov writes: > Hello. > > How stable the fact, that > (equal? #'(foo bar) (list #'foo #'bar)) > ? Not stable. A syntax object for a list can also wrap the whole list, it is not necessarily a list of syntax objects. E.g. the following is a valid syntax object representing '(+ 1 2)

Re: libunistring test

2014-06-23 Thread beuc
Hi, On Mon, Jun 23, 2014 at 10:04:51AM +0200, Ludovic Courtès wrote: > b...@beuc.net skribis: > > On Sat, Jun 21, 2014 at 11:34:18PM +0200, Ludovic Courtès wrote: > >> b...@beuc.net skribis: > >> > On Fri, Jun 20, 2014 at 12:16:41PM +0200, Ludovic Courtès wrote: > >> >> b...@beuc.net skribis: > >>

Syntax object representation

2014-06-23 Thread Dmitry Bogatov
Hello. How stable the fact, that (equal? #'(foo bar) (list #'foo #'bar)) ? Why? Combining two syntax objects in list can be done via #` and #, but it would be nice to know, than I am free to use all power of list functions. Also, it seems there is no syntax-object? predicate. Is it by design

Re: libunistring test

2014-06-23 Thread Ludovic Courtès
b...@beuc.net skribis: > On Sat, Jun 21, 2014 at 11:34:18PM +0200, Ludovic Courtès wrote: >> b...@beuc.net skribis: >> > On Fri, Jun 20, 2014 at 12:16:41PM +0200, Ludovic Courtès wrote: >> >> b...@beuc.net skribis: >> >> > First important note: I had to move "AC_CHECK_LIB(m, cos)" (which btw >> >>

Re: Compiling for Android

2014-06-23 Thread Ludovic Courtès
b...@beuc.net skribis: > On Sat, Jun 21, 2014 at 11:34:18PM +0200, Ludovic Courtès wrote: >> b...@beuc.net skribis: >> > Selected bits: >> > >> > configure:14688: checking for libunistring >> > configure:14710: arm-linux-androideabi-gcc -o conftest -g -O2 >> > -I/usr/src/ndk-standalone-12/sys