On Sat 26 Jan 2013 11:15, Nala Ginrut writes:
> Please review it. ;-P
A drive-by review (i.e., just style comments and random questions)
> ;; Copyright (C) 2012 Free Software Foundation, Inc.
2013
> Author: Mu Lei known as NalaGinrut
> (define-module (ice-9 colorized)
> #:use-module
On Sat 26 Jan 2013 14:03, Stefan Israelsson Tampe
writes:
> I will assume that you are familliar with th ck macro, included in
> recent guile releases or else consider looking it up at
>
> http://okmij.org/ftp/Scheme/macros.html
It does not seem to be documented in Guile's manual. Want to wr
On Fri 25 Jan 2013 23:50, Mark H Weaver writes:
> I wrote:
>> How about adding a new boolean field to that marks it as
>> "internal" or something to that effect? We could have it default to #f
>> for backward compatibility, and mark our internal languages as #t.
>
> I've attached a proposed pat
On Sat 26 Jan 2013 13:28, Stefan Israelsson Tampe
writes:
> Andy Wingo writes:
>
>>> Now when we are tail-calling in rtl, we just fill the argument slots
>>> with the new function arguments directly and then tail-call by filling
>>> in
>>> number of arguments and function. This is very smart an
Andy Wingo writes:
> On Fri 25 Jan 2013 23:50, Mark H Weaver writes:
>> I've attached a proposed patch to add this field. Thoughts?
>
> LGTM, though I would call it something else -- because these languages
> are internal but not internal only. Other possibilities: "internal",
> "for-humans", .
Hi Ludo:
MacOS 10.7.5 Intel Dual CPU quad cores
Many thanks for your reply. A nice demo but, no disrespect, maybe not really
the issue.
Looking at the generated code from each compiler was going to be my next step
after
taking a look at the stack and regs to see what got passed/pushed/popped in
Hi Peter,
Peter Teeson writes:
> Many thanks for your reply. A nice demo but, no disrespect, maybe not
> really the issue.
With all due respect, I think that Ludovic discovered the root of the
problem, and that you're on the wrong track. However, I've reached a
different conclusion than Ludovic
On Sun, 2013-01-27 at 11:06 +0100, Andy Wingo wrote:
> On Sat 26 Jan 2013 11:15, Nala Ginrut writes:
>
> > Please review it. ;-P
>
> A drive-by review (i.e., just style comments and random questions)
>
> > ;; Copyright (C) 2012 Free Software Foundation, Inc.
>
> 2013
>
> > Author: Mu Lei