Skip to content

Instantly share code, notes, and snippets.

@emekoi
Created March 9, 2016 01:57
Show Gist options
  • Save emekoi/b4ae88fae933b61ea9e2 to your computer and use it in GitHub Desktop.
Save emekoi/b4ae88fae933b61ea9e2 to your computer and use it in GitHub Desktop.
Experiments in MoonScript

#Experiments in MoonScript

foo =
str: [[String]]
classa: class
init:=>
print "adad"
foo.classa\init!
class klassa
begin:
new:=>
@var = [[thedad]]
init:=>
print @var
klassa.begin\new!
klassa.begin\init!
return nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment