croczilla.com 
 home   stratified   oni   bits&pieces   blog   personal   
  home > blog > Cross-Browser Oni
27 February
2009

Cross-Browser Oni

[oni] 

(c) Tom Germeau

var Print = SLift(function(mes) {
                    document.write(mes);
                  });
Print("Hello, cross-browser world!").run();
One piece of feeback I took away from my recent FOSDEM talk was that Oni should really be made cross-browser.

So after spending some time weeding out Firefox-specific JS constructs (such as JS 1.8 expression closures), I'm pleased to announce that Oni should now work on any modern browser (FF3, Chrome, Safari 3.1, IE7, IE8 tested).


Posted by alex at 00:25 | Comments (2)
<< Oni@FOSDEM2009 | Main | Ubiquity, Oni, and Composability >>
Comments
Re: Cross-Browser Oni

I loved ONI after your talk at FOSDEM and now I'm very happy to read ONI browser compatibility list grows.

Great work!!

Thanks

Posted by: davide ficano at February 27,2009 05:45
Re: Cross-Browser Oni

@davide:
Thanks :-)
I'm glad the cross-browser issue is out of the way for the time being. Now it's back to more fun issues: improving the Oni language core, adding a library with primitives for accessing web services (I'm thinking of using f4a for this), writing examples, ... that sort of stuff.

Posted by: afri at February 27,2009 16:06