Skip to content

Instantly share code, notes, and snippets.

@raichoo
Last active August 29, 2015 13:56
Show Gist options
  • Save raichoo/9326998 to your computer and use it in GitHub Desktop.
Save raichoo/9326998 to your computer and use it in GitHub Desktop.
Hello world
var __IDRLT__APPLY65610 = function(mfn0,marg0){
return new __IDRRT__Cont(function(){
return __IDRRT__print(mfn0.vars[0])
})
}
var __IDRLT__APPLY65611 = function(mfn0,marg0){
return new __IDRRT__Cont(function(){
return __IDR__mAPPLY0(mfn0.vars[1],marg0)
})
}
var __IDRCTR__main_1 = new __IDRRT__Con(65611,null,__IDRLT__APPLY65611,[null,new __IDRRT__Con(65610,null,__IDRLT__APPLY65610,["Hello world\n"])])
var main = function(){
__IDRRT__tailcall(function(){
return new __IDRRT__Cont(function(){
return __IDR__mAPPLY0(__IDRRT__tailcall(function(){
return __IDRCTR__main_1
}),null)
})
})
}
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment