srfi-64 status?

2013-02-01 Thread Aleix Conchillo Flaqué
Hi, I was looking how to do unit tests in Guile and I found the unit test module in guile-lib but also a recommendation from Ludovic to use srfi-64. http://lists.gnu.org/archive/html/guile-user/2010-12/msg00061.html Then, I also found some work done last year: http://lists.gnu.org/archive/html/

Re: Guile and MSWindows

2013-02-01 Thread objc
Thanks Ludo, I'm still gathering information, I have downloaded up-to-date versions of GNU, but I just noticed I'm picking up some *CYG*.DLL, I must check they are the ones I built, and get the versions. So far I have: ==

Re: Guile OpenGL bindings

2013-02-01 Thread Aleix Conchillo Flaqué
On Fri, Feb 1, 2013 at 4:16 AM, Andy Wingo wrote: > Hi Javier, > > Have you had time to think about GL bindings for Guile? I had been > meaning to do something about it for a long time, and finally got around > to a first hack last week. Daniel and I are working in this repo: > > https://gitor

Re: GNU Hurd on $scheme (was: [ANN] the Guile 100 Programs Project)

2013-02-01 Thread Nala Ginrut
On Sat, 2013-02-02 at 10:49 +0800, Daniel Hartwig wrote: > [Hello l4-hurd, I see you have been quiet lately.] > > On 2 February 2013 01:28, Nala Ginrut wrote: > > On Fri, 2013-02-01 at 16:40 +, Ian Price wrote: > >> Heh, reimplementing coreutils in Scheme has been a plan of mine for a > >> wh

Re: [ANN] the Guile 100 Programs Project

2013-02-01 Thread Hengqing Hu
A virtualization enabler, for eamplex: amazon ec2 and s3. 在 2013-2-2,11:14,Nala Ginrut 写道: > On Sat, 2013-02-02 at 10:16 +0800, Hengqing Hu wrote: >> Has somebody tried to implement a gnu cloud os in guile? >> > > What is 'cloud os'? > >> Or any ideas about doing this? >> >> 在 2013-2-2,1:28

Re: [ANN] the Guile 100 Programs Project

2013-02-01 Thread Nala Ginrut
On Sat, 2013-02-02 at 10:16 +0800, Hengqing Hu wrote: > Has somebody tried to implement a gnu cloud os in guile? > What is 'cloud os'? > Or any ideas about doing this? > > 在 2013-2-2,1:28,Nala Ginrut 写道: > > > On Fri, 2013-02-01 at 16:40 +, Ian Price wrote: > >> Mike Gran writes: > >>

GNU Hurd on $scheme (was: [ANN] the Guile 100 Programs Project)

2013-02-01 Thread Daniel Hartwig
[Hello l4-hurd, I see you have been quiet lately.] On 2 February 2013 01:28, Nala Ginrut wrote: > On Fri, 2013-02-01 at 16:40 +, Ian Price wrote: >> Heh, reimplementing coreutils in Scheme has been a plan of mine for a >> while, as part of justifying my Iteratees library, but that has taken a

Re: [ANN] the Guile 100 Programs Project

2013-02-01 Thread Hengqing Hu
Has somebody tried to implement a gnu cloud os in guile? Or any ideas about doing this? 在 2013-2-2,1:28,Nala Ginrut 写道: > On Fri, 2013-02-01 at 16:40 +, Ian Price wrote: >> Mike Gran writes: >> >>> Hello. I'm pleased to announce the upcoming Guile 100 Programs >>> Project. >>> >>> The G

Re: Guile OpenGL bindings

2013-02-01 Thread Daniel Hartwig
On 2 February 2013 04:56, wrote: > I hacked a little bit of code to generate C bindings for what is specified in > the glcorearb.h file. I also wrote a small script to extract the gl constants > and define them as scheme variables. > This is all *really* hacky stuff, but if somebody wants to have

Guile 2 deprecated procedure and SLIB

2013-02-01 Thread Andrew Bernard
Greetings, In the latest top CVS of SLIB (as of Feb 2013), with Guile 2.0.7, the procedure used in the common lisp time section decode-universal-time use the deprecated procedure list->uniform-array. I am new to Scheme, and not sure how to handle this. Not wanting to enable the use of deprec

Re: Guile OpenGL bindings

2013-02-01 Thread vimml
Hej, this all sounds really cool :-) I hacked a little bit of code to generate C bindings for what is specified in the glcorearb.h file. I also wrote a small script to extract the gl constants and define them as scheme variables. This is all *really* hacky stuff, but if somebody wants to have a l

Re: Guile 2 birthday potluck

2013-02-01 Thread Nala Ginrut
On Fri, 2013-02-01 at 16:22 +, Ian Price wrote: > Andy Wingo writes: > > > So start your emacsen and get cooking! We've got 5 weeks until 16 > > February, ample time for a delicious concoction :) > > Just a PSA, you have 2 weeks left people! If, like me, you'd left it > till February since

Re: libguilereadline load

2013-02-01 Thread Nala Ginrut
On Fri, 2013-02-01 at 18:30 +0100, Ludovic Courtès wrote: > Dmitry Roshchin skribis: > > > On Tuesday 22 January 2013 23:09:51 Ludovic Courtès wrote: > >> Hi, > >> > >> Dmitry Roshchin skribis: > >> > Is it normal, that guile tries to load "libguilereadline-v-18.so" instead > >> > of "libguiler

Re: libguilereadline load

2013-02-01 Thread Ludovic Courtès
Dmitry Roshchin skribis: > On Tuesday 22 January 2013 23:09:51 Ludovic Courtès wrote: >> Hi, >> >> Dmitry Roshchin skribis: >> > Is it normal, that guile tries to load "libguilereadline-v-18.so" instead >> > of "libguilereadline-v-18.so.18"? Guile version - 2.0.7. >> >> You normally have both

Re: [ANN] the Guile 100 Programs Project

2013-02-01 Thread Mike Gran
> From: Nala Ginrut   >> Heh, reimplementing coreutils in Scheme has been a plan of mine for a >> while, as part of justifying my Iteratees library, but that has taken a >> sideline to newer and shinier projects. >> > > Maybe another new project, say, rewrite GNU with Guile, include part of > HU

Re: [ANN] the Guile 100 Programs Project

2013-02-01 Thread Nala Ginrut
On Fri, 2013-02-01 at 16:40 +, Ian Price wrote: > Mike Gran writes: > > > Hello. I'm pleased to announce the upcoming Guile 100 Programs > > Project. > > > > The Guile 100 Programs Project is an opportunity to show off your > > Guile skills in exchange for a small honorarium. > > > > Eac

Re: Guile and MSWindows

2013-02-01 Thread Ludovic Courtès
Hi, "objc" skribis: > I just built guile-2.0.7.18-03a2f > Check out http://branch-twigg.webs.com/ for what I done with it. > currently playing with BioSchematics - L-System Parser and Drawing tool by - > Xavier Raynaud Interesting. > FAIL: tests/alist.test: sloppy-assq not > FAIL: tests/alis

Re: Guile 2 birthday potluck

2013-02-01 Thread Ian Price
Andy Wingo writes: > So start your emacsen and get cooking! We've got 5 weeks until 16 > February, ample time for a delicious concoction :) Just a PSA, you have 2 weeks left people! If, like me, you'd left it till February since there was plenty of time to spare, then now is the time to be gett

Re: [ANN] the Guile 100 Programs Project

2013-02-01 Thread Ian Price
Mike Gran writes: > Hello.  I'm pleased to announce the upcoming Guile 100 Programs > Project. >   > The Guile 100 Programs Project is an opportunity to show off your > Guile skills in exchange for a small honorarium. >   > Each week, on Monday, I'll announce a coding project and ask for > volunt

Re: Guile OpenGL bindings

2013-02-01 Thread Mark H Weaver
Javier Sancho writes: > Someone mentioned performance issues when using FFI, too. That was me, and I regret emphasizing that. In a couple of years, when Guile has native compilation, it is likely that the FFI will be as fast as C wrappers, maybe even a bit faster. Anyway, as Knuth wrote, "We sh

Re: SLIB and guile 2

2013-02-01 Thread Andy Wingo
On Fri 01 Feb 2013 01:01, Mark H Weaver writes: > Andrew Bernard writes: >> Does SLIB work with guile 2? >> >> With guile 2.0.7 and slib 3b3 on Linux there appear to be >> incompatibilities. Are there releases that work together? > > Andy Wingo recently posted a patch to get slib working with Gu

Re: Guile OpenGL bindings

2013-02-01 Thread Daniel Hartwig
On 1 February 2013 21:02, Javier Sancho wrote: > Aleix Conchillo is also working with OpenGL and encountered a problem > with glutInit and char**. You can see it at > http://lists.gnu.org/archive/html/guile-devel/2012-07/msg00074.html Mark's suggestion is spot on, even points out one issue with m

Re: Guile OpenGL bindings

2013-02-01 Thread Javier Sancho
Andy Wingo wrote: > Hi Javier, Hi. > Have you had time to think about GL bindings for Guile? Not much. I've been a little busy with my first child :-) Just this week I'm back to thinking about it. > The idea is to use the FFI to make a low-level, complete interface, and > then as needed to make

Guile OpenGL bindings

2013-02-01 Thread Andy Wingo
Hi Javier, Have you had time to think about GL bindings for Guile? I had been meaning to do something about it for a long time, and finally got around to a first hack last week. Daniel and I are working in this repo: https://gitorious.org/guile-figl The idea is to use the FFI to make a low-l

Re: libguilereadline load

2013-02-01 Thread Nala Ginrut
On Fri, 2013-02-01 at 13:52 +0400, Dmitry Roshchin wrote: > On Tuesday 22 January 2013 23:09:51 Ludovic Courtès wrote: > > Hi, > > > > Dmitry Roshchin skribis: > > > Is it normal, that guile tries to load "libguilereadline-v-18.so" instead > > > of "libguilereadline-v-18.so.18"? Guile version -

Re: libguilereadline load

2013-02-01 Thread Dmitry Roshchin
On Tuesday 22 January 2013 23:09:51 Ludovic Courtès wrote: > Hi, > > Dmitry Roshchin skribis: > > Is it normal, that guile tries to load "libguilereadline-v-18.so" instead > > of "libguilereadline-v-18.so.18"? Guile version - 2.0.7. > > You normally have both, as well as libguilereadline-v-18.l

Re: [ANN] the Guile 100 Programs Project

2013-02-01 Thread zx spectrumgomas
On Thu, Jan 31, 2013 at 12:04 AM, Mike Gran wrote: > Hello. I'm pleased to announce the upcoming Guile 100 Programs > Project. > > The Guile 100 Programs Project is an opportunity to show off your > Guile skills in exchange for a small honorarium. > > Each week, on Monday, I'll announce a coding

Re: First steps towards a window manager

2013-02-01 Thread Ludovic Courtès
Hi! Mark Witmer skribis: > First of all, I have guile-xlib working with guile-2.0; I'm calling my > branch "guile2-xlib." You can use git and pull it from > http://github.com/mwitmer/guile2-xlib or download an archive at > http://markwitmer.com/dist/guile2-xlib-0.1.tar.gz. I'm still toying with

Re: Can somebody help to explain why result from atan does not equal a real?

2013-02-01 Thread Mark H Weaver
I wrote: > Having looked more closely, I see now that our 'string->number' is also > less precise than it should be. Sorry, I was mistaken about this. Our 'string->number' is fine. Mark