Re: [racket] [Geiser-users] Issue with Geiser and Racket 5.1.3 on Windows

2011-09-27 Thread Conor Beverland
"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

Re: [racket] a syntax-case question

2011-09-27 Thread Marco Maggi
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

Re: [racket] [Geiser-users] Issue with Geiser and Racket 5.1.3 on Windows

2011-09-27 Thread Jose A. Ortega Ruiz
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

Re: [racket] a syntax-case question

2011-09-27 Thread Ryan Culpepper
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

Re: [racket] Issue with Geiser and Racket 5.1.3 on Windows

2011-09-27 Thread Neil Van Dyke
"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

[racket] a syntax-case question

2011-09-27 Thread Jon Stenerson
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

[racket] Issue with Geiser and Racket 5.1.3 on Windows

2011-09-27 Thread Conor Beverland
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

Re: [racket] Need Help With Keybindings

2011-09-27 Thread Robby Findler
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

Re: [racket] Academic journals publishing Scheme/Lisp related research

2011-09-27 Thread Shriram Krishnamurthi
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

[racket] Academic journals publishing Scheme/Lisp related research

2011-09-27 Thread Bas Steunebrink
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