Re: [racket] keyboard input help?

2010-09-20 Thread Neil Van Dyke
Isaiah Gilliland wrote at 09/21/2010 01:16 AM: I was wanting to see if there was at all a way to do asynchronous input from a keyboard in racket. Kinda like tcp-listen, that won't freeze up the program while it's used, and won't show in the terminal. I'm going to assume you're on something Uni

[racket] keyboard input help?

2010-09-20 Thread Isaiah Gilliland
I was wanting to see if there was at all a way to do asynchronous input from a keyboard in racket. Kinda like tcp-listen, that won't freeze up the program while it's used, and won't show in the terminal. I've just finished my first small utility in Scheme and want to move to something a bit more co

[racket] Bug report: collects/htdp/hangman.rkt

2010-09-20 Thread Frodo theGreat
DrRacket, version 5.0.1 [3m] Line 253, char 51. The `4' should be replaced with `5'. Frodo _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Problem with Racket REPL and pasting

2010-09-20 Thread Eli Barzilay
On Sep 19, Danny Yoo wrote: > > Quick experiment: I opened up a new Command Prompt terminal. Ran > mzscheme, and then wrote the following at the REPL: > > > (let loop () (printf "~s\n" (read-byte)) (loop)) > > I pressed enter. I saw the following: > > 13 > 10 > > which is slightly unexpected

Re: [racket] Eugene Kohlbecker's dissertation

2010-09-20 Thread Jos Koot
Thanks, very impressive indeed. Also thanks for contributing to freely accessible scientific publications. Jos > -Original Message- > From: users-boun...@racket-lang.org > [mailto:users-boun...@racket-lang.org] On Behalf Of Matthias Felleisen > Sent: 20 September 2010 19:41 > To: PLT-Sch

Re: [racket] Java Conversion Utility [very very early stages]

2010-09-20 Thread namekuseijin
On Sat, Sep 18, 2010 at 10:08 PM, Shriram Krishnamurthi wrote: > Moby this year is a total rewrite. It implements the Racket VM in > JavaScript (except, of course, it doesn't have all the gazillion > primitive operations) -- and is getting control primitives, much of > the module system, etc. m

[racket] Eugene Kohlbecker's dissertation

2010-09-20 Thread Matthias Felleisen
Thanks to Jon for scanning in Eugene Kohlbecker's dissertation. I have made the results available at http://www.ccs.neu.edu/scheme/pubs/#dissertation-kohlbecker Jon is now the proud owner of a paper copy of same dissertation. -- Matthias _ Fo

Re: [racket] [REMINDER] Boston Lisp Meeting: Monday 2010-09-20 Hari Prashanth on Functional Data Structures for Typed Racket

2010-09-20 Thread Robby Findler
I remember. On Monday, September 20, 2010, Sam Tobin-Hochstadt wrote: > On Mon, Sep 20, 2010 at 9:12 AM, Robby Findler > wrote: >> Well, I agree that the sentence is misleading. It is not at all clear >> (at least to this reader) that the second half of the sentence was >> restricting itself to

Re: [racket] [REMINDER] Boston Lisp Meeting: Monday 2010-09-20 Hari Prashanth on Functional Data Structures for Typed Racket

2010-09-20 Thread Sam Tobin-Hochstadt
On Mon, Sep 20, 2010 at 9:12 AM, Robby Findler wrote: > Well, I agree that the sentence is misleading. It is not at all clear > (at least to this reader) that the second half of the sentence was > restricting itself to a narrow definition of libraries. Remember, the subject of the sentence is Sch

Re: [racket] [REMINDER] Boston Lisp Meeting: Monday 2010-09-20 Hari Prashanth on Functional Data Structures for Typed Racket

2010-09-20 Thread Robby Findler
Well, I agree that the sentence is misleading. It is not at all clear (at least to this reader) that the second half of the sentence was restricting itself to a narrow definition of libraries. Robby On Mon, Sep 20, 2010 at 7:51 AM, Neil Van Dyke wrote: > Sam Tobin-Hochstadt wrote at 09/20/2010 0

Re: [racket] [REMINDER] Boston Lisp Meeting: Monday 2010-09-20 Hari Prashanth on Functional Data Structures for Typed Racket

2010-09-20 Thread Neil Van Dyke
Sam Tobin-Hochstadt wrote at 09/20/2010 08:43 AM: On Mon, Sep 20, 2010 at 3:22 AM, Neil Van Dyke wrote: Scheme provides [...], but little in the way of library support. For the record, I think that line is a bit dated. It's a good line for hustling the CL people in the audience, tho

Re: [racket] [REMINDER] Boston Lisp Meeting: Monday 2010-09-20 Hari Prashanth on Functional Data Structures for Typed Racket

2010-09-20 Thread Sam Tobin-Hochstadt
On Mon, Sep 20, 2010 at 3:22 AM, Neil Van Dyke wrote: >> Scheme provides [...], but little in the way of library support. > > For the record, I think that line is a bit dated.  It's a good line for > hustling the CL people in the audience, though. :) In terms of support strictly for *functional*

[racket] [CfP] 4th European Lisp Symposium, Hamburg, March 31st - April 1st 2011

2010-09-20 Thread Robby Findler
~~                     4th European Lisp Symposium              Special Focus on Parallelism & Efficiency                      March 31 - April 1st, 2011                TUHH, Hamburg University of Technology                      

Re: [racket] Java Conversion Utility [very very early stages]

2010-09-20 Thread Shriram Krishnamurthi
> Prof. Shriram, couldnt we simply add plugins (much like those of  the > IBM's  Eclipse IDE)  that provide a visual/ ui for such extensions such as > PhoneGap? In principle, yes, but it's a lot of intricate work to get it right and done. Designing Eclipse's plug-in mechanism was probably one of

Re: [racket] [REMINDER] Boston Lisp Meeting: Monday 2010-09-20 Hari Prashanth on Functional Data Structures for Typed Racket

2010-09-20 Thread Neil Van Dyke
Scheme provides [...], but little in the way of library support. For the record, I think that line is a bit dated. It's a good line for hustling the CL people in the audience, though. :) -- http://www.neilvandyke.org/ _ For list-related admini