[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Implement SRFI-111 Boxes
From: |
Andy Wingo |
Subject: |
Re: [PATCH] Implement SRFI-111 Boxes |
Date: |
Tue, 25 Mar 2014 20:37:30 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
On Tue 25 Mar 2014 18:01, address@hidden (Ludovic Courtès) writes:
> Tu put it differently, I don’t think it would buy us anything to make
> variable SRFI-111 boxes.
Dunno; variables are slightly cheaper than records. Their type checks
are easier and they take less memory.
> However, it could perhaps break code
In what way?
> and would not allow for a separate type printer, which is useful.
Not sure what this point is, as the external representation was not
specified in SRFI-111.
Perhaps we are miscommunicating -- I would change what we currently call
"variables" to be "boxes". WDYT?
Andy
--
http://wingolog.org/