Guile 2.1.8 on 9 March / 2.2.0 on 16 March

2017-03-02 Thread Andy Wingo
Hi, An update on Guile 2.2 status. As I mentioned in a previous mail, I think the master branch is good to go. I spent some time over the last week going over bugs; I have looked at all bugs in our database (!), fixed a number of them (check https://debbugs.gnu.org/rrd/guile.html!), and I think

Re: The status of JIT compiler of Guile

2017-03-02 Thread Andy Wingo
Heya Nala :-) And hello Atsuro! I don't think I have had the chance of expressing to you how impressive your work is. Awesome stuff!!! What do you all think is the way forward for this work? Is it something that you see being integrated eventually into Guile git? Is it a project that should b

Re: guile-pg 0.47 bug report

2017-03-02 Thread Thien-Thi Nguyen
() Greg Troxel () Sun, 07 Jun 2015 07:29:29 -0400 I just updated pkgsrc to 0.47. Three nits: You say to send bugs to ./configure --help, but that doesn't show up in the installed package anywhere. Thanks for the bug report. I have installed this fix:

Re: GNU Guile 2.1.7 released (beta)

2017-03-02 Thread Thien-Thi Nguyen
() Andy Wingo () Wed, 01 Mar 2017 18:36:20 +0100 [paredit-fu] FWIW :) Cool. I'll add this to the manual. Any suggestions where? -- Thien-Thi Nguyen --- (defun responsep (query) (pcase (context query) (`(technical ,ml) (correctp ml))

Re: The status of JIT compiler of Guile (was: Guile benchmark)

2017-03-02 Thread Chaos Eternal
赞(+1) On Thu, Mar 2, 2017 at 3:49 PM Nala Ginrut wrote: > Hi folks! > It's been a long time for me to be inactive here. ;-) > > I saw there's thread to discuss Guile benchmark, I think it's better > to mention the JIT compiler of Guile. It exists and real, and of > course, very fast. > > Thanks

Re: GNU Guile 2.1.7 released (beta)

2017-03-02 Thread David Pirotte
Hi Daniel, Andy, > I think this is the minimum for .guile: > > (import (system repl common) (ice-9 format)) > (repl-default-option-set! 'print (lambda (repl val) (format #t "~200@y" val))) > > That doesn't seem so bad. For the current repl you can do: > > (repl-option-set! (car (fluid-ref *repl

problem with gdb , scm_set_automatic_finalization_enabled

2017-03-02 Thread carl hansen
> gdb gdb: relocation error: gdb: symbol scm_set_automatic_finalization_enabled, version GUILE_2.0 not defined in file libguile-2.0.so.22 with link time reference I can't run gdb which I just compiled, looks like guile problem, what's it all mean?

Re: problem with gdb , scm_set_automatic_finalization_enabled

2017-03-02 Thread carl hansen
nevermind, I figured it out, old library in library path ignore this message On Thu, Mar 2, 2017 at 7:29 PM, carl hansen wrote: > > gdb > gdb: relocation error: gdb: symbol scm_set_automatic_finalization_enabled, > version GUILE_2.0 not defined in file libguile-2.0.so.22 with link time > re

Re: How to make GNU Guile more successful

2017-03-02 Thread Nala Ginrut
I think we have to elaborate the question clearer. 1. How to make guile-scheme more successful? I think this is similar to ask "how to make scheme more successful". This is the big question to the whole scheme community. 2. How to make guile platform more successful? I this case, let me ask a que