Re: A problem with compilation to CPS

2017-02-23 Thread Andy Wingo
On Tue 20 Sep 2016 15:19, Tommi Höynälänmaa writes: > I get the following error message when I try to compile a program to CPS: > ---cut here--- > tohoyn@tohoyn-laptop:~/src/guile-2.1.4/work$ > ../guile-2.1.4/meta/uninstalled-env dash > $ ../guile-2.1.4/meta/guild compile -t cps hello.scm Indee

Re: GNU Guile 2.1.7 released (beta)

2017-02-23 Thread Andy Wingo
On Sat 18 Feb 2017 11:31, Andy Wingo writes: > At this point you might ask yourself when 2.2.0 is coming. The answer > is, very soon! A followup mail will propose a timeline and a list of > blocker bugs. I would like to aim for final prerelease in another 4 > weeks and a final release a week a

Re: GNU Guile 2.1.7 released (beta)

2017-02-23 Thread Andy Wingo
Hi :) On Thu 23 Feb 2017 21:04, Mike Gran writes: > I know you're asking about how to wrap up 2.2, and here > I am to suggest new features. So rude. ;-) Hehe :) The suggestions are still welcome. If they make 2.2.0, super! If they make 2.2.1, also super :) > * A string encoding that can han

Break-when [was GNU Guile 2.1.7 released (beta)]

2017-02-23 Thread Matt Wette
> On Feb 23, 2017, at 12:04 PM, Mike Gran wrote: > > * Some helper funcs for debugging. For example, I just found > out (after a decade) that Guile comes with its own pk. Also, > a "break REPL here when condition is true" procedure would > be great. I've sometimes rolled my own with ",brea