Re: [racket] Question about fields in Racket OO

2010-12-15 Thread Robby Findler
See define-local-member-name. Robby On Wed, Dec 15, 2010 at 10:38 PM, Mark Engelberg wrote: > I'm playing around with the object-oriented subset of Racket, and have a > couple of questions. > > Ideally, I'd like to equip a class with a field that is visible only to it > and its subclasses.  As f

[racket] Question about fields in Racket OO

2010-12-15 Thread Mark Engelberg
I'm playing around with the object-oriented subset of Racket, and have a couple of questions. Ideally, I'd like to equip a class with a field that is visible only to it and its subclasses. As far as I can tell, though, this isn't possible. It seems that I have to make a choice between a complete

Re: [racket] Scribble commandline interaction

2010-12-15 Thread David Van Horn
On 12/15/10 11:17 AM, Matthew Flatt wrote: At Wed, 15 Dec 2010 11:10:27 -0500, David Van Horn wrote: Is there a way to typeset not just a command line, but a command line interaction, e.g. something like: $ svn help Subversion command-line client, version 1.6.5. ... Using comman

Re: [racket] Scribble commandline interaction

2010-12-15 Thread Matthew Flatt
At Wed, 15 Dec 2010 11:10:27 -0500, David Van Horn wrote: > Is there a way to typeset not just a command line, but a command line > interaction, e.g. something like: > > $ svn help > Subversion command-line client, version 1.6.5. > ... > > Using commandline doesn't get the line break

[racket] Scribble commandline interaction

2010-12-15 Thread David Van Horn
Is there a way to typeset not just a command line, but a command line interaction, e.g. something like: $ svn help Subversion command-line client, version 1.6.5. ... Using commandline doesn't get the line breaks right and inserting explicit linebreak's messes up the alignment on subse