Skip to content

Instantly share code, notes, and snippets.

@youz
Created May 6, 2014 14:31
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 youz/2134c099956a243760b0 to your computer and use it in GitHub Desktop.
Save youz/2134c099956a243760b0 to your computer and use it in GitHub Desktop.
Grass to D sample : 256回'w'を出力するやつ
(new F(delegate V(V f3) {
return (new F(delegate V(V f4) {
return (new F(delegate V(V f5) {
return (new F(delegate V(V f6) {
return (new F(delegate V(V f7) {
return f7(f7);
}))(f6(w));
}))(f5(writer));
}))(f4(f4));
}))(f3(f3));
}))(new F(delegate V(V f0) {
return new F(delegate V(V f1) {
return (new F(delegate V(V f2) {
return f0(f2);
}))(f0(f1));
});
}));
wwWWwWWWwvWwWwWwwwwWwwwwwww
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment