Skip to content

Instantly share code, notes, and snippets.

@paniq
Created July 19, 2015 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paniq/a2efc237a244d6b8a580 to your computer and use it in GitHub Desktop.
Save paniq/a2efc237a244d6b8a580 to your computer and use it in GitHub Desktop.
(__do-splice
(__var printhello nil)
(__set printhello
(__function ()
(__do-splice (print "None is as dynamic as this!")))))
(__var hello
(__do
(__var __3518 nil)
(__var __3519 nil)
(xpcall
(__function ()
(__do-splice
(__set __3518
(__do
(__var __file__ "test_terra_intro.n")
(__var __line__ 17)
(__var __offset__ 438)
(__var __3517 (static-functype (table int (^& int8)) int))
(__var argc (static-argument __3517 1 "argc"))
(__var argv (static-argument __3517 2 "argv"))
(static-function (static-newlist (table argc argv)) __3517
(static-in
(table
(__do
(__var __line__ 20)
(__var __offset__ 537)
(static-anchor ($ __file__ __line__ __offset__)
(static-call (static-member C "printf")
(table "The best programming language is None!\n")))))
0))
))))
(__function (err)
(__do-splice (__set __3519 (Exception err)))))
(__if (__ne __3519 nil)
(__do
(__var err __3519)
(error
(annotate-exception (Exception err)
(__quote
(static-function-syntax (argc argv)
(int <- (int &int8))
((.C.printf "The best programming language is None!\n") 0))))))
__3518)
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment