unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* guile 3 desires: guile-3-0, and debugging
@ 2017-11-22 16:08 Matt Wette
  2017-11-24 23:42 ` Christopher Allan Webber
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Wette @ 2017-11-22 16:08 UTC (permalink / raw)
  To: guile-devel

Here are a couple desires:

1) more cases for cond-expand, in case 3.2 has items 3.0 does not (e.g., srfi-199)

2) better debugging.  
   Maybe I'm not doing it right, but I struggle in this area: I mostly resort to printing.
   For example, add scheme level hook, or command arg, to turn off optimization.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: guile 3 desires: guile-3-0, and debugging
  2017-11-22 16:08 guile 3 desires: guile-3-0, and debugging Matt Wette
@ 2017-11-24 23:42 ` Christopher Allan Webber
  2017-11-25  0:50   ` Matt Wette
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Allan Webber @ 2017-11-24 23:42 UTC (permalink / raw)
  To: Matt Wette; +Cc: guile-devel

Matt Wette writes:

> Here are a couple desires:
>
> 1) more cases for cond-expand, in case 3.2 has items 3.0 does not (e.g., srfi-199)
>
> 2) better debugging.  
>    Maybe I'm not doing it right, but I struggle in this area: I mostly resort to printing.
>    For example, add scheme level hook, or command arg, to turn off optimization.

You aren't alone... read this thread:

  https://lists.gnu.org/archive/html/guile-user/2017-05/msg00068.html

And Andy's suggestion of what we need to do to make it better:

  https://lists.gnu.org/archive/html/guile-user/2017-05/msg00070.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: guile 3 desires: guile-3-0, and debugging
  2017-11-24 23:42 ` Christopher Allan Webber
@ 2017-11-25  0:50   ` Matt Wette
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Wette @ 2017-11-25  0:50 UTC (permalink / raw)
  To: Christopher Allan Webber; +Cc: guile-devel


> On Nov 24, 2017, at 3:42 PM, Christopher Allan Webber <cwebber@dustycloud.org> wrote:
> 
> Matt Wette writes:
> 
>> Here are a couple desires:
>> 
>> 1) more cases for cond-expand, in case 3.2 has items 3.0 does not (e.g., srfi-199)
>> 
>> 2) better debugging.  
>>   Maybe I'm not doing it right, but I struggle in this area: I mostly resort to printing.
>>   For example, add scheme level hook, or command arg, to turn off optimization.
> 
> You aren't alone... read this thread:
> 
>  https://lists.gnu.org/archive/html/guile-user/2017-05/msg00068.html
> 
> And Andy's suggestion of what we need to do to make it better:
> 
>  https://lists.gnu.org/archive/html/guile-user/2017-05/msg00070.html

(set! (@@ (language tree-il optimize) tree-il-default-optimization-options) (lambda () '()))

and maybe this also?

(set! (@@ (language cps optimize) cps-default-optimization-options) (lambda () '()))







^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-25  0:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-22 16:08 guile 3 desires: guile-3-0, and debugging Matt Wette
2017-11-24 23:42 ` Christopher Allan Webber
2017-11-25  0:50   ` Matt Wette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).