Re: [racket] recent updates to Whalesong development: web-world

2011-09-12 Thread Rodolfo Carvalho
It works normally on Firefox 3.6.22 / Red Hat 5.7 []'s Rodolfo Carvalho On Fri, Sep 9, 2011 at 18:35, Danny Yoo wrote: > > > 2. Unfortunately Internet Explorer 8 on Windows 7 gives a page with > > red text saying: > > > > 'Error: unable to focus to "add-button": "JScript object expected"' > >

Re: [racket] recent updates to Whalesong development: web-world

2011-09-09 Thread Danny Yoo
> 2. Unfortunately Internet Explorer 8 on Windows 7 gives a page with > red text saying: > > 'Error: unable to focus to "add-button": "JScript object expected"' > > 3. As for Internet Explorer 9: I keep telling Windows Update, "Yeah, > I'll take a rain-check on that, thanks". But when I eventually

Re: [racket] recent updates to Whalesong development: web-world

2011-09-08 Thread Greg Hendershott
OK, I'll be that guy. 1. It works great on Firefox 6.02 on both Windows 7 and OS X 10.6.8. Cool! 2. Unfortunately Internet Explorer 8 on Windows 7 gives a page with red text saying: 'Error: unable to focus to "add-button": "JScript object expected"' 3. As for Internet Explorer 9: I keep tellin

Re: [racket] recent updates to Whalesong development: web-world

2011-09-06 Thread Asumu Takikawa
On 2011-09-05 14:36:44 -0400, Danny Yoo wrote: > Request for browser help. I'm trying to make the Whalesong-compiled > program here: > > http://hashcollision.org/whalesong/examples/todo/todo.html > > work for as many browsers as I can. Seems to work fine on Opera 11.51. Cheers, Asumu _

Re: [racket] recent updates to Whalesong development: web-world

2011-09-05 Thread Richard Cleis
It works on an iPhone3, using AT&T 3G cell service, while under antitrust attack by the US Dept of Justice. RAC On Sep 5, 2011, at 9:51 AM, Danny Yoo wrote: > I got some good feedback, and made some changes! > > > The code that's generating should behave under Firefox now. Please > try this

Re: [racket] recent updates to Whalesong development: web-world

2011-09-05 Thread John Clements
On Sep 5, 2011, at 12:51 PM, Danny Yoo wrote: > I got some good feedback, and made some changes! > > > The code that's generating should behave under Firefox now. Please > try this again: > >http://hashcollision.org/whalesong/examples/todo/todo.html Appears to work for me, 64-bit OS X 10

Re: [racket] recent updates to Whalesong development: web-world

2011-09-05 Thread Doug Orleans
On Mon, Sep 5, 2011 at 2:36 PM, Danny Yoo wrote: > People with mobile browsers in particular: can you visit the page and > report what you see?  That would be a big help.  Stack traces or any > kind of debugging output would be golden. Works fine on my T-Mobile G2 (Froyo). --Doug __

Re: [racket] recent updates to Whalesong development: web-world

2011-09-05 Thread Danny Yoo
I got some good feedback, and made some changes! The code that's generating should behave under Firefox now. Please try this again: http://hashcollision.org/whalesong/examples/todo/todo.html _ For list-related administrative tasks: http://

Re: [racket] recent updates to Whalesong development: web-world

2011-09-05 Thread Jens Axel Søgaard
Works on the iOS simulator version 4.3 (All three devices: iPad, iPhone, and, iPhone (retina)). /Jens Axel 2011/9/5 Danny Yoo > On Fri, Sep 2, 2011 at 4:33 PM, Danny Yoo wrote: > > We're smack in the middle of implementing web-world for Whalesong, > > which is analogous to regular world, but

Re: [racket] recent updates to Whalesong development: web-world

2011-09-05 Thread Robby Findler
It seems to run fine in the latest mac os x safari. Robby On Mon, Sep 5, 2011 at 1:36 PM, Danny Yoo wrote: > On Fri, Sep 2, 2011 at 4:33 PM, Danny Yoo wrote: >> We're smack in the middle of implementing web-world for Whalesong, >> which is analogous to regular world, but with web pages.  Unlike

Re: [racket] recent updates to Whalesong development: web-world

2011-09-05 Thread Sam Tobin-Hochstadt
On Mon, Sep 5, 2011 at 2:36 PM, Danny Yoo wrote: > On Fri, Sep 2, 2011 at 4:33 PM, Danny Yoo wrote: >> We're smack in the middle of implementing web-world for Whalesong, >> which is analogous to regular world, but with web pages.  Unlike >> regular world, the callbacks in web-world take in both t

Re: [racket] recent updates to Whalesong development: web-world

2011-09-05 Thread Danny Yoo
On Fri, Sep 2, 2011 at 4:33 PM, Danny Yoo wrote: > We're smack in the middle of implementing web-world for Whalesong, > which is analogous to regular world, but with web pages.  Unlike > regular world, the callbacks in web-world take in both the world as > well as a functional representation of th

Re: [racket] recent updates to Whalesong development: web-world

2011-09-03 Thread Sam Tobin-Hochstadt
On Fri, Sep 2, 2011 at 4:33 PM, Danny Yoo wrote: > > We have a few programs and some initial documentation on this.  The > documentation for the web-world API is: > >    http://hashcollision.org/whalesong/#(part._.The_web-world_.A.P.I) > > > Here are two toy examples.  (Note: try the examples in C

Re: [racket] recent updates to Whalesong development: web-world

2011-09-02 Thread Jay McCarthy
This is so rad Danny Jay On Fri, Sep 2, 2011 at 2:33 PM, Danny Yoo wrote: > We're smack in the middle of implementing web-world for Whalesong, > which is analogous to regular world, but with web pages.  Unlike > regular world, the callbacks in web-world take in both the world as > well as a func

[racket] recent updates to Whalesong development: web-world

2011-09-02 Thread Danny Yoo
We're smack in the middle of implementing web-world for Whalesong, which is analogous to regular world, but with web pages. Unlike regular world, the callbacks in web-world take in both the world as well as a functional representation of the DOM. We have a few programs and some initial documenta