bmizerany (owner)

Revisions

gist: 134563 Download_button fork
public
Public Clone URL: git://gist.github.com/134563.git
Embed All Files: show embed
impl.m #
1
2
3
4
-(void) say:(NSString *) msg {
  NSLog(@"SAY: %@", msg);
}
 
result.js #
1
2
3
window.blake.say_("tesafsdf")
 
// outputs "SAY: (null)" in the cocoa impl