running Ao (was Re: bug-guile Digest, Vol 167, Issue 7)

2017-02-18 Thread Daniel Llorens
On 18 Feb 2017, at 18:00, bug-guile-requ...@gnu.org wrote: > From: P Dii > Subject: bug#25780: version number > Date: 18 Feb 2017 03:44:25 GMT+1 > To: 25...@debbugs.gnu.org > > Hi, > > I am having a few problems with guile, I am not sure if this is the right > place but the mailing list "htt

Re: Stack traces

2017-02-18 Thread Matt Wette
> On Feb 18, 2017, at 11:59 AM, Amirouche wrote: > How do you access variables in the REPL? To be determined. Just starting, and I’m guessing this part is going to be nontrivial: some may optimized away, some (e.g., those set!) are boxed, etc.

Re: Stack traces

2017-02-18 Thread Amirouche
Le 18/02/2017 à 17:58, Matt Wette a écrit : On Feb 18, 2017, at 7:53 AM, Amirouche wrote: Le 18/02/2017 à 16:50, Amirouche a écrit : Le 18/02/2017 à 01:13, Matt Wette a écrit : (use-modules (system repl repl)) (use-modules (system repl debug)) (define-syntax-rule (trap-here) (start-repl

Re: Stack traces

2017-02-18 Thread Matt Wette
> On Feb 18, 2017, at 7:53 AM, Amirouche wrote: > Le 18/02/2017 à 16:50, Amirouche a écrit : >> Le 18/02/2017 à 01:13, Matt Wette a écrit : >>> (use-modules (system repl repl)) >>> (use-modules (system repl debug)) >>> >>> (define-syntax-rule (trap-here) >>> (start-repl >>>#:debug (make-de

Re: How to make GNU Guile more successful

2017-02-18 Thread David Pirotte
Heya, > There is Guile-Cairo if you just want a basic canvas. > http://www.nongnu.org/guile-cairo/ > See also: https://www.cairographics.org/ Which you can use from Guile-Clutter [1], a must. I maintain a personal toolbox, called grip, which as some guile-clutter examples [2], some using cairo (

Re: Stack traces

2017-02-18 Thread Amirouche
Le 18/02/2017 à 16:50, Amirouche a écrit : Le 18/02/2017 à 01:13, Matt Wette a écrit : (use-modules (system repl repl)) (use-modules (system repl debug)) (define-syntax-rule (trap-here) (start-repl #:debug (make-debug (stack->vector (make-stack #t)) 0 "trap!" #t))) (define (foo)

Re: Stack traces

2017-02-18 Thread Amirouche
Le 18/02/2017 à 01:13, Matt Wette a écrit : (use-modules (system repl repl)) (use-modules (system repl debug)) (define-syntax-rule (trap-here) (start-repl #:debug (make-debug (stack->vector (make-stack #t)) 0 "trap!" #t))) (define (foo) (let iter ((sum 0) (vals '(1 2 3 5 8 2)))

Re: How to make GNU Guile more successful

2017-02-18 Thread sirgazil
Original Message Subject: Re: How to make GNU Guile more successful Local Time: 17 de febrero de 2017 9:18 PM UTC Time: 18 de febrero de 2017 2:18 From: thylak...@openmailbox.org To: sirgazil On 2017-02-17 5:04 pm, sirgazil wrote: >> sirgazil says: >> >>> When I started, my plan

GNU Guile 2.1.7 released (beta)

2017-02-18 Thread Andy Wingo
We are pleased to announce GNU Guile release 2.1.7. Guile 2.1.7 is the seventh pre-release in what will eventually become the 2.2 release series. We encourage you to test this release and provide feedback to guile-de...@gnu.org. This is a bug-fix release, mostly fixing bugs related to suspending