[Larceny-users] first steps with Larceny

Michele Simionato michele.simionato at gmail.com
Tue Apr 21 09:06:37 EDT 2009


On Tue, Apr 21, 2009 at 3:01 PM, Derick Eddington
<derick.eddington at gmail.com> wrote:
> I report I was able to build Larceny revision 6186 and these do now
> work:
>
>> (syntax->datum (syntax (... (... foo))))
> (... foo)
>
>> (import (for (sweet-macros helper2) expand))
> Autoloading (sweet-macros helper2)
> Autoloading (sweet-macros helper1)
>
>> (define-syntax m
>    (syntax-match ()
>      (sub (_ u ...) #'(list u ...))))
>
>> (m 1 2 3)
> (1 2 3)

Cool!

> If Larceny came prepackaged, it would be equally easy to use for
> building new Larcenys.

Of course that would be the best option.



More information about the Larceny-users mailing list