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
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
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
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
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 -
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
[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
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:
> >>
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
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
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
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:
==
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/
29 matches
Mail list logo