[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eval-when not giving me what I hoped for
From: |
Matt Wette |
Subject: |
Re: eval-when not giving me what I hoped for |
Date: |
Thu, 11 Feb 2016 05:47:55 -0800 |
> On Feb 11, 2016, at 1:37 AM, Stefan Israelsson Tampe <address@hidden> wrote:
>
> the result of eval-when will be available only att specified phases. So your
> eval-when code will not be available
> except at expansion. Also it looks like you want to precompile the regexes.
> This is not a stupid idea and should
> be done at load time because regexp literals is not supported by guile scheme.
>
There is a load option to eval-when. I can try that but I need to think about
how to test it. — Matt