Re: Dokgen failing.
- From: "Martin Elwin" <martin@elwin.com>
- To: "Ola Bini" <ola.bini@gmail.com>
- Cc: dev@ioke.kenai.com
- Subject: Re: Dokgen failing.
- Date: Fri, 9 Jan 2009 11:38:02 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=olBpm+GHbWnOtjc00QLYtrCh1d45l8XtYRXyv1hoGdPzkzJFrgK0LIx4bB015gH/qr IlhYqRhG+WehOhyp4rFzAwtHdnHM0AKFMnEaWZFCjqtjHqLVFUmVqhqfWF84/WXArF5U NXx/EqlK+se8u/amfJi9r25bTp/2sl7TTKT80=
On Fri, Jan 9, 2009 at 7:55 AM, Ola Bini <ola.bini@gmail.com> wrote:
> Thanks, I knew dokgen was currently bitrotted, but I haven't looked at it
> yet. I will investigate based on your findings. Thanks.
Saw the fix - thanks!
By the way, you now have code:
((cell(:val) kind?("DefaultMethod")) ||
(cell(:val) kind?("LexicalBlock")) ||
(cell(:val) kind?("DefaultMacro")) ||
(cell(:val) kind?("LexicalMacro")) ||
(cell(:val) kind?("DefaultSyntax"))
Is there any way currently of doing something in the spirit of:
DefaultBehavior FlowControl in = macro("executes the arguments with
the receiver as context and ground, and then returns the result of the
last argument.
call arguments map(evaluateOn(cell("@"))) last)
which could give:
cell(:val) in {
kind?("DefaultMethod") ||
kind?("LexicalBlock") ||
kind?("DefaultMacro") ||
kind?("LexicalMacro") ||
kind?("DefaultSyntax")
}
?
Kindly,
/M
| Martin Elwin | 01/08/2009 | |
| Ola Bini | 01/09/2009 | |
|
Re: Dokgen failing. |
Martin Elwin | 01/09/2009 |
| Ola Bini | 01/09/2009 | |
| Martin Elwin | 01/09/2009 |





