quote - programming language
matthewt [Tue, 29 May 2012 03:38:49 +0000 (03:38 +0000)]
git-svn-id: https://jules.scsys.co.uk/repository/shadowcat-code/scratchpad/matthewt/sig/lib@1240 8a6f57db-631f-0410-b083-dc7c4259d016

quotefile

index 0557beb..147f923 100644 (file)
--- a/quotefile
+++ b/quotefile
@@ -3431,3 +3431,8 @@ try.hs:5:1:
   My brain just exploded
   I can't handle pattern bindings for existential or GADT data constructors.
   In a pattern binding: T x = T "where is your god now?"
+%
+<@lathos> php -r '$b = function() { echo 1; };
+                  $a = function () { echo 2; $b(); }; $a();'
+<@lathos> That code should work, surely.
+<@lathos> I think I'm going to have to rewrite this in a programming language.