Re: [racket] try-racket alternative

2015-02-28 Thread Greg Hendershott
Wow. I like the design. I like that the design is not similar to the circle in The Hudsucker Proxy: "You know. For kids!" Sidenote: Lately my Twitter feed says people like Phil Hagelberg (aka Technomancy) and John Carmack (makes some games?) are teaching their kids how to code using Rack

Re: [racket] try-racket alternative

2015-02-26 Thread John Clements
On Thu, Feb 26, 2015 at 4:00 PM, Neil Van Dyke wrote: > > Floyd Arguello wrote on 02/26/2015 05:58 PM: > >> >> I like the idea of saving programs through a Google account, >> > > That might be fine for particular users of this particular app... but, as > a general comment, for people doing other

Re: [racket] try-racket alternative

2015-02-26 Thread Jukka Tuominen
Since the topic is expanding further away from "try", I may also add that even though native Linux, Liitin also has an html5 web interface. It provides a personal cloud desktop and storage with Racket integration, and you can also share Racket code easily. See the web login page at https://liitin

Re: [racket] try-racket alternative

2015-02-26 Thread Neil Van Dyke
Floyd Arguello wrote on 02/26/2015 05:58 PM: I like the idea of saving programs through a Google account, That might be fine for particular users of this particular app... but, as a general comment, for people doing other Web-based apps, using "the cloud" in this way is actually a really ba

Re: [racket] try-racket alternative

2015-02-26 Thread Floyd Arguello
That’s awesome; I wasn’t aware of WeScheme or Bootstrap World. I wish I knew about Bootstrap earlier - I would have tried to convince a teacher in my district to attend this week’s workshop.  I like the idea of saving programs through a Google account, and adding an IDE shouldn’t be too diff

Re: [racket] try-racket alternative

2015-02-26 Thread Mark
On Wed, Feb 25, 2015 at 11:57 PM, J Arcane wrote: > > Ultimately, my interest has always been in just seeing to it that there > was a high-quality online repl available for Racket somewhere, and at the > time, none was hosted, so I took up the repo because I needed to be able to > easily push chan

Re: [racket] try-racket alternative

2015-02-26 Thread Floyd Arguello
I’m not sure, but that would be awesome :) Off the top of my head, would need to persist user sessions. Add a way for users to save and access their code - so probably a database and user accounts. I could add a save function to the REPL, but that would defeat the purpose of the REPL - so wo

Re: [racket] try-racket alternative

2015-02-26 Thread Floyd Arguello
Thanks! I mean for it to be an alternative for kids, and not a replacement for try-racket.org. The Quick Guide is an awesome tutorial for evaluating Racket, but my daughters struggled with it. How do you write something simple enough for people with no programming experience, without boring ex

Re: [racket] try-racket alternative

2015-02-26 Thread Floyd Arguello
Thanks for the compliment! I’ll publish a couple of blog posts later today, which detail how I use nginx to proxy the web server requests, and daemontools to manage it. Best, Floyd > On Feb 26, 2015, at 7:48 AM, Matt Jadud wrote: > > > Without comparing one to the other, I really lik

Re: [racket] try-racket alternative

2015-02-26 Thread Matthias Felleisen
This is dang cool. How much of Realm can you get into this format? -- Matthias On Feb 25, 2015, at 4:11 PM, Floyd Arguello wrote: > I found that my daughters had a lot of questions when they went through the > tutorial at http://try-racket.org/ - what’s a function? What’s a binding? > Lamb

Re: [racket] try-racket alternative

2015-02-26 Thread Matt Jadud
Without comparing one to the other, I really like it. What I'd like to do, personally, for the next time I run a PL course (where I do a rapid run through the foundations of HtDP to introduce the language) is be able to develop a series of tutorials that leverage a framework like this. Coupled wit

Re: [racket] try-racket alternative

2015-02-25 Thread J Arcane
Oh wow! This is quite lovely. Definitely an improvement so far, in my book. I believe that the one included in try-racket is mostly based upon the Quick Guide: http://docs.racket-lang.org/quick/ The examples are largely similar, I think just a few things were tweaked or abbreviated. The state of

Re: [racket] try-racket alternative

2015-02-25 Thread Floyd Arguello
Thank you! They are enjoying Racket - Realm of Racket is a phenomenal book. Floyd > On Feb 25, 2015, at 3:30 PM, Sam Tobin-Hochstadt wrote: > > > This is really nicely done! I hope your daughters are enjoying Racket > as well. :) > > > Sam > > > On Wed, Feb 25, 2015 at 4:11 PM, Floy

Re: [racket] try-racket alternative

2015-02-25 Thread Sam Tobin-Hochstadt
This is really nicely done! I hope your daughters are enjoying Racket as well. :) Sam On Wed, Feb 25, 2015 at 4:11 PM, Floyd Arguello wrote: > I found that my daughters had a lot of questions when they went through the > tutorial at http://try-racket.org/ - what’s a function? What’s a binding? >