Floyd Arguello
2015-02-25 21:11:53 UTC
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? Lambda? Lexical scope?Â
So, I thought Iâd create an alternative to try-racket - for kids ages 12 and up, give or take.
With that in mind, I forked https://github.com/jarcane/try-racket
, applied a new design, and added:
* the bootstrap js framework
* the ability to clear and reset the console (doesnât clear pictures yet)
* multi-line entries in the console - auto indents at 2 spaces (needs more work)
I also removed âcontextâ from the error messages - to keep the errors short and sweet.
Itâs very much a work in progress, but you can see it here:Â http://trycode.io/
As for the content, one idea is to rewrite the tutorial for a younger, less experienced crowd, and use the âinfoâ box in the lower left to provide additional information, terminology, context, etcâŠ
Another idea is to write a simple, text-based game; though it lacks the instant gratification of a picture appearing in the console.
Any ideas/feedback?
Anyone want to pitch in? :)
https://github.com/arguello/trycode.io
Thanks,
Floyd
 - whatâs a function? Whatâs a binding? Lambda? Lexical scope?Â
So, I thought Iâd create an alternative to try-racket - for kids ages 12 and up, give or take.
With that in mind, I forked https://github.com/jarcane/try-racket
, applied a new design, and added:
* the bootstrap js framework
* the ability to clear and reset the console (doesnât clear pictures yet)
* multi-line entries in the console - auto indents at 2 spaces (needs more work)
I also removed âcontextâ from the error messages - to keep the errors short and sweet.
Itâs very much a work in progress, but you can see it here:Â http://trycode.io/
As for the content, one idea is to rewrite the tutorial for a younger, less experienced crowd, and use the âinfoâ box in the lower left to provide additional information, terminology, context, etcâŠ
Another idea is to write a simple, text-based game; though it lacks the instant gratification of a picture appearing in the console.
Any ideas/feedback?
Anyone want to pitch in? :)
https://github.com/arguello/trycode.io
Thanks,
Floyd