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
> 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.
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
> 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
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 (
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)
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)))
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
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