Thank you so much for doing this. I've been hoping someone would write a decent online REPL for a long time; hooking it into Google Docs sweetens the deal.
Much of the credit goes to Danny Yoo for Moby -- http://github.com/dyoo
11–20 of 27 posts
Thank you so much for doing this. I've been hoping someone would write a decent online REPL for a long time; hooking it into Google Docs sweetens the deal.
Much of the credit goes to Danny Yoo for Moby -- http://github.com/dyoo
For someone who doesn't necessarily want to code scheme right away, log-in with their account, or put headphones in to watch a video - you've lost them immediately. Never to come back.
The option that is missing - let me read about it.
Very cool. I tried to run the form example in the API documentation, and it complains that js-bidirectional-input is undefined. Am I doing something wrong?
Very cool. I tried to run the form example in the API documentation, and it complains that js-bidirectional-input is undefined. Am I doing something wrong?
It's not you, I get the same error.
I'm in the middle of a revamping of the runtime and its libraries, which will hopefully be released in a few weeks.
Very cool. I tried to run the form example in the API documentation, and it complains that js-bidirectional-input is undefined. Am I doing something wrong?
The Wescheme environment is meant to pair with the curriculum of the Bootstrap project (http://www.bootstrapworld.org/)
Here are some examples that highlight the features in WeScheme. Each includes both a runner and a live editor link to the source code.
A simple game:
http://www.wescheme.org/view?publicId=messy-humor-truck-adopt-outdo
A sierpenski triangle program: http://www.wescheme.org/view?publicId=pasty-brawl-frank-vomit-would
A more substantial demo of the image libraries: http://www.wescheme.org/view?publicId=haste-foggy-grief-hatch-gloom
A simple 1-tick-per-section counter that resets when you press the button: http://www.wescheme.org/view?publicId=queer-decay-slush-speck-stage
I'm in the middle of a rewrite of the underlying evaluator and libraries during this summer (http://hashcollision.org/whalesong), and hope to deliver in the next few weeks so that people can play with it.I haven't had a chance to look at this properly yet but maybe somebody can clarify a few things. This lets me do scheme->js in the browser using moby, which is implemented in racket. So my code gets converted to js on the server hosting this site. Does this mean I can (require ...) other racket libraries as well? Bookmarked for later.