[racket] Two question about Whalesong
2014-05-28 20:27 GMT+02:00 Park SungMin <byulparan_eng at icloud.com>:
>
> 1. build problem
> http://hashcollision.org/whalesong/ I read this document.
> so,
> #lang racket/base
> (require (planet dyoo/whalesong:1:18/make-launcher))
...
> I got error message in 5.93, 6.01 both….
>
> How build to Whalesong?
Use the version on Github, the PLaneT version is AFIAK an older one.
https://github.com/dyoo/whalesong
> 2. is Whalesong support REPL in browser?
> This is my video(http://www.youtube.com/watch?v=aKYzfew1pnE) use
> CommonLisp.
> I am multimedia programmer, and I want make realtime animation on web.
> ClojureScript support REPL with Browser. Is it possible in Whalesong?
> If not, Whalesong-dev have plan to support it?
>
> sorry, My English skill is ugly :-<
Look at these examples:
http://hashcollision.org/whalesong/#(part._.Examples)
The Raphael demo shows an animation.
--
Jens Axel Søgaard