Global Spaces
-
Herwig Hochleitner
-
Re: Feature Expressions commented May 11, 2013
if any recursive call to read can (some how?) returning multiple values I think the entire reader would be much more com...
-
-
-
-
-
Kevin Downey
-
Re: Feature Expressions commented May 09, 2013
syntax quote at least can limit the scope of splicing and unsplicing to syntax quoted forms. if any recursive call to re...
-
-
Brandon Bloom
-
Re: Feature Expressions commented May 09, 2013
Oh, I though you were asking with respect to Herwig's comment. Doesn't syntax quote already have this problem? Try ` for...
-
-
Kevin Downey
-
Re: Feature Expressions commented May 09, 2013
pushing conditionals in to the reader does not save us from requiring the code to be readable on all platforms. it has t...
-
Re: Feature Expressions commented May 09, 2013
the top level is the easiest case though, the gnarly cases are splicing in to nested data structures, that may be splice...
-
-
Brandon Bloom
-
Re: Feature Expressions commented May 09, 2013
I guess at the top level, a splice would just assume an implicit "do".
-
-