"Jose A. Ortega Ruiz" writes:
> Hi Conor,
>
> On Wed, Sep 28 2011, Conor Beverland wrote:
>
>> Hi,
>>
>> Cross posting to Racket Users and Geiser Users lists.
>>
>> I'm reading SICP and have been using #lang planet neil/sicp
>>
>> For some time I've been using Geiser 0.1.3 on Windows 7 with Rack
Jon Stenerson wrote:
> I'm trying to understand what this is supposed to do:
> (define (parse stx)
> (syntax-case stx ()
> [(_ p ...) #'(p ...)]))
> (display (parse #'(1 2 3)))
Are you interested only in the difference between the
results in different languages or also in th
Hi Conor,
On Wed, Sep 28 2011, Conor Beverland wrote:
> Hi,
>
> Cross posting to Racket Users and Geiser Users lists.
>
> I'm reading SICP and have been using #lang planet neil/sicp
>
> For some time I've been using Geiser 0.1.3 on Windows 7 with Racket
> 5.1 without issue.
>
> I upgraded to Ra
On 09/27/2011 08:15 PM, Jon Stenerson wrote:
I'm trying to understand what this is supposed to do:
(define (parse stx)
(syntax-case stx ()
[(_ p ...) #'(p ...)]))
(display (parse #'(1 2 3)))
If I run this in DrRacket with first line #lang racket
I get a syntax object containing a list
"neil/sicp" might well be at fault, due to bit-rot from the kludgey way
in which it was written, combined with changes in Racket. Check Syntax
also broke for "neil/sicp".
However, perhaps the Geiser people can look at this first, since it
looks like it could be a bug Geiser?
"neil/sicp" is
I'm trying to understand what this is supposed to do:
(define (parse stx)
(syntax-case stx ()
[(_ p ...) #'(p ...)]))
(display (parse #'(1 2 3)))
If I run this in DrRacket with first line #lang racket
I get a syntax object containing a list: #
If I run with #!r6rs instead I get a list of
Hi,
Cross posting to Racket Users and Geiser Users lists.
I'm reading SICP and have been using #lang planet neil/sicp
For some time I've been using Geiser 0.1.3 on Windows 7 with Racket 5.1
without issue.
I upgraded to Racket 5.1.3 and now when I use C-c C-a to enter any module
(even a singl
I've just added this to the docs. Hope it is helpful.
Robby
Another example, this file rebinds ``control-w'' to delete the word
behind the insertion point, but it does it by setting a new key to
be an existing keyboard shortcut. If you see a key in the
@onscreen{Show Active Keybindings} dialog (i
TOPLAS
Journal of Functional Programming
are both excellent choices. There are also other qualified venues such as
HOSC.
Shriram
--
Pardon terseness and mistakes -- sent from phone.
_
For list-related administrative tasks:
http://lists.racket-l
Ciao a tutti,
Which is/are the best scientific journal(s) these days that publish
research in the fundamentals of Scheme and lambda-calculus-related
programming languages in general? They must not be afraid of technical
details and denotational semantics. :-)
I think I got some nice new resu
10 matches
Mail list logo