Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Last active August 29, 2015 14:05
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 BitPuffin/41316a9ce6e0592abe9c to your computer and use it in GitHub Desktop.
Save BitPuffin/41316a9ce6e0592abe9c to your computer and use it in GitHub Desktop.
pub add -> (x, y) -> x + y,
pub sub -> (x, y) -> x - y,
pub vector -> (type, dim) -> array (type, dim),
pub vec3 -> vector (float32, 3),
pub something -> module (
pub foo -> print "HAHA",
pub bar -> (name) print ("Hello %s", name)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment