Skip to content

Instantly share code, notes, and snippets.

@jb55
Created November 26, 2010 04:19
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 jb55/716279 to your computer and use it in GitHub Desktop.
Save jb55/716279 to your computer and use it in GitHub Desktop.
The Clay compiler is impressive
main() {
var a = map(Char, [78, 111, 119, 32, 72, 105, 113, 105, 110, 103, 0]);
println(Type(a));
println(a);
}
> Array[Char, 11]
> Now Hiring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment