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
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
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
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
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
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
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
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))
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
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
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
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
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
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
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
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
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
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
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
>
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
>
>
> __
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
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
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
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
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
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
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
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
___
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
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
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
31 matches
Mail list logo