Re: [racket] Realm of Racket in Barnes and Noble

2014-02-01 Thread Matthias Felleisen
Now we need 10 more books on Racket there :-) On Jan 31, 2014, at 7:43 PM, Harry Spier wrote: > I just came back from Barnes and Noble and Real of Racket is now in their > Computer books section. > > Harry Spier > > Racket Users list: > http://lists.racket-lang.org/use

[racket] Realm of Racket in Barnes and Noble

2014-01-31 Thread Harry Spier
I just came back from Barnes and Noble and Real of Racket is now in their Computer books section. Harry Spier Racket Users list: http://lists.racket-lang.org/users

Re: [racket] realm of racket

2013-11-03 Thread Matthias Felleisen
Please work your way thru HtDP/2e first. Realm assumes people have seen a full course on programming (2e is almost complete) and have the maturity to work through some typical first problems. When you're done Realm will be just fine for you. -- Matthias On Nov 3, 2013, at 6:19 AM, Saad Bas

Re: [racket] realm of racket

2013-11-03 Thread Geoffrey S. Knauth
Saad, at first I thought the problem was you put a space after the single-quote mark. I tried what you entered using the Beginning Student with List Abbreviations language, and it worked, space or no space: > '((1 3 5 7 9) (2 4 6 8 0)) (list (list 1 3 5 7 9) (list 2 4 6 8 0)) > ' ((1 3 5 7

[racket] realm of racket

2013-11-03 Thread Saad Bashir
I have been working with Htdp/2 as an absolute beginner and finding it difficult have switched to Realm of Racket. In the first pages it asks one to download Racket which I already have but in the BSL mode. When using it I type in the following in the interactions panel as advised by Realm of Rac

Re: [racket] [realm of racket] contract error with 'smaller' function

2013-10-20 Thread Laurent
On Sun, Oct 20, 2013 at 5:42 PM, Joe Python wrote: > I am not sure whether this is a the right list to post this question. Else > please let me know. > > I run this in Dr. racket. > > #lang racket > (define lower 1) > (define upper 100) > > (define (guess) > (quotient (+ lower upper) 2)) > > (d

Re: [racket] [realm of racket] contract error with 'smaller' function

2013-10-20 Thread Spencer Gordon
guess is a procedure, and not a number. The error message is telling you that it expects a number and not a procedure as the argument to sub1. If you evaluate guess in the REPL, you can see the problem: > guess # What you want is the following: > (guess) 50 The problem was that you were p

[racket] [realm of racket] contract error with 'smaller' function

2013-10-20 Thread Joe Python
I am not sure whether this is a the right list to post this question. Else please let me know. I run this in Dr. racket. #lang racket (define lower 1) (define upper 100) (define (guess) (quotient (+ lower upper) 2)) (define (smaller) (set! upper (max lower (guess (sub1 guess (guess))

Re: [racket] realm of racket problems

2013-08-22 Thread Matthias Felleisen
Glad to hear DrRacket helped you. Don't hesitate to ask for help, but let me recommend the Racket user list: users@racket-lang.org You can sign up at the Racket lang.org web site and the list members are helpful and quick to jump in. -- Matthias On Aug 22, 2013, at 1:51 PM, Neal Aggarw

Re: [racket] Realm of Racket as Starting Book?

2013-06-25 Thread Matthias Felleisen
If the purpose is to work thru a 'regular starter book', Realm of Racket may work better than 2e at the moment if someone can help. ROAR basically assumes someone has programmed a little bit in something, anything. If the purpose is to launch the person on a career in programming, start with

[racket] Realm of Racket as Starting Book?

2013-06-25 Thread Sean Kanaley
To the authors: I have recommended Realm of Racket to a friend who expressed an interest in programming in conjunction with HtDP. Now, I'm sure the creators would "strongly encourage" future software engineers to be comfortable with the material in HtDP, but exactly how difficult is the "inte

Re: [racket] Realm of Racket

2013-06-20 Thread Joe Gilray
I ordered it from Amazon. FYI, They have a comparable discount and free slow shipping (or free fast shipping with Amazon prime). -Joe On Tue, Jun 18, 2013 at 7:27 PM, Matthias Felleisen wrote: > > Thanks! > > On Jun 18, 2013, at 7:36 PM, Cosme Enmanuel Zamudio Salazar wrote: > > Congratulation

Re: [racket] Realm of Racket

2013-06-18 Thread Matthias Felleisen
Thanks! On Jun 18, 2013, at 7:36 PM, Cosme Enmanuel Zamudio Salazar wrote: > Congratulations, already ordered the book! > > > > On Tue, Jun 18, 2013 at 9:17 AM, Matthias Felleisen > wrote: > > > Dear list members, > > Realm of Racket is finally out. For the first 72 hours, NoStarch.com

Re: [racket] Realm of Racket

2013-06-18 Thread Cosme Enmanuel Zamudio Salazar
Congratulations, already ordered the book! On Tue, Jun 18, 2013 at 9:17 AM, Matthias Felleisen wrote: > > > Dear list members, > > Realm of Racket is finally out. For the first 72 hours, NoStarch.com > offers a 40% off coupon plus a free > e-book version if you buy the book from their website

Re: [racket] Realm of Racket

2013-06-18 Thread Matthias Felleisen
On Jun 18, 2013, at 4:42 PM, WarGrey Gyoudmon Ju wrote: > May I ask if the book is written in Scribble? No, the students had one semester of teaching languages under their belt when they started. We first translated their knowledge to Racket and expanded from there. Plus the designers were fa

Re: [racket] Realm of Racket

2013-06-18 Thread WarGrey Gyoudmon Ju
I've ordered the book with free ebook. May I ask if the book is written in Scribble? On Tue, Jun 18, 2013 at 11:17 PM, Matthias Felleisen wrote: > > > Dear list members, > > Realm of Racket is finally out. For the first 72 hours, NoStarch.com > offers a 40% off coupon plus a free > e-book vers

[racket] Realm of Racket

2013-06-18 Thread Matthias Felleisen
Dear list members, Realm of Racket is finally out. For the first 72 hours, NoStarch.com offers a 40% off coupon plus a free e-book version if you buy the book from their website. Otherwise the book is distributed through O'Reilly and is available at the usual places wherever O'Reilly sell

Re: [racket] Realm of Racket

2013-02-08 Thread Gregory Woodhouse
Love the video! I used to say I wished I could recommend Racket for enterprise development. But no more. Recent developments, such as the math and db libraries make it an excellent choice. Sent from my iPhone On Feb 8, 2013, at 8:10 AM, Matthias Felleisen wrote: > > > NoStarch and O'Reilly

Re: [racket] Realm of Racket

2013-02-08 Thread Matthias Felleisen
Glad you enjoy them. More to come -- Matthias On Feb 8, 2013, at 5:04 PM, Harry Spier wrote: > These videos are great!! > Cheers, > Harry > > On Fri, Feb 8, 2013 at 8:10 AM, Matthias Felleisen > wrote: > > > NoStarch and O'Reilly agreed to take our cover and use it for advertising. In >

Re: [racket] Realm of Racket

2013-02-08 Thread Harry Spier
These videos are great!! Cheers, Harry On Fri, Feb 8, 2013 at 8:10 AM, Matthias Felleisen wrote: > > > NoStarch and O'Reilly agreed to take our cover and use it for advertising. > In celebration, we released another video: > > http://realmofracket.com/videos.html > > Enjoy! -- Matthias > > > __

[racket] Realm of Racket

2013-02-08 Thread Matthias Felleisen
NoStarch and O'Reilly agreed to take our cover and use it for advertising. In celebration, we released another video: http://realmofracket.com/videos.html Enjoy! -- Matthias Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Realm of Racket publication date?

2013-01-15 Thread Matthias Felleisen
2013, but no exact date is set. -- Matthias On Jan 15, 2013, at 4:38 AM, m...@goblin.punk.net wrote: > On 2012-12-20, Matthias Felleisen wrote: >> ROAR has taken another giant step: the book is complete, >> mostly indexed, and will be delivered to the NoStarch >> production department tomorrow

[racket] Realm of Racket publication date?

2013-01-15 Thread mike
On 2012-12-20, Matthias Felleisen wrote: > ROAR has taken another giant step: the book is complete, > mostly indexed, and will be delivered to the NoStarch > production department tomorrow. Perhaps I missed the news, but is there a publication date for the book yet? I don't see it on the Web site

Re: [racket] realm of racket (roar!)

2012-11-16 Thread Eric Tanter
The following works: $ echo '#lang racket "hello world"' > hw.rkt $ racket hw.rkt "hello world" ie. racket is a multi-language language, so you must first tell it in what language you're writing. That's of course an overhead compared to mono-language languages ;) -- Éric On Nov 16, 2012, at

Re: [racket] realm of racket (roar!)

2012-11-16 Thread Robby Findler
More work! :) On Fri, Nov 16, 2012 at 12:27 PM, Grant Rettke wrote: > What is in it for the Racket maintainers to have it gain popularity? > > On Fri, Nov 16, 2012 at 12:09 PM, Ray Racine wrote: >> I liked it overall. Racket has advanced so rapidly over the last few years, >> it really needs to

Re: [racket] realm of racket (roar!)

2012-11-16 Thread Grant Rettke
What is in it for the Racket maintainers to have it gain popularity? On Fri, Nov 16, 2012 at 12:09 PM, Ray Racine wrote: > I liked it overall. Racket has advanced so rapidly over the last few years, > it really needs to be re-introduced and hopefully will gain a footing and > some sort of viral

Re: [racket] realm of racket (roar!)

2012-11-16 Thread Ray Racine
I liked it overall. Racket has advanced so rapidly over the last few years, it really needs to be re-introduced and hopefully will gain a footing and some sort of viral growth. Marketing is persistence. On Wed, Nov 14, 2012 at 9:54 AM, Matthias Felleisen wrote: > > It is a pleasure to share so

Re: [racket] realm of racket (roar!)

2012-11-16 Thread Anthony Carrico
Also, the example doesn't work: $ echo '"hello world"' > hw.rkt $ racket hw.rkt default-load-handler: expected a `module' declaration found: something else in: # context...: standard-module-name-resolver -- Anthony Carrico signature.asc Description: OpenPGP digital signature ___

Re: [racket] realm of racket (roar!)

2012-11-16 Thread Anthony Carrico
I hate to say it but after an initial laugh, that video strikes me as mostly just snarky and dishonest. A literal isn't the same thing as I/O, and brevity doesn't have much to do with why I like Racket. What is the point? Maybe it would make sense with some context. Sorry if my reaction bothers an

Re: [racket] realm of racket (roar!)

2012-11-14 Thread Grant Rettke
Congrats. The Java guy should have a UML model and a couple of patterns like a HelloWorldFactory and a HelloFlyweight built in, too. giggle. On Wed, Nov 14, 2012 at 8:54 AM, Matthias Felleisen wrote: > > It is a pleasure to share some news about Realm of Racket with everyone here. > The complet

[racket] realm of racket (roar!)

2012-11-14 Thread Matthias Felleisen
It is a pleasure to share some news about Realm of Racket with everyone here. The complete draft has gone to the NoStarch copy editor, we are putting on the final touches, and we have taken our first video live: http://realmofracket.com/videos.html Stay tuned. More videos, more news, more pa