From: matthewt Date: Tue, 29 May 2012 03:38:49 +0000 (+0000) Subject: quote - programming language X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=95fff8e7b4026f1cfac7539809dafb1a41b44af8;p=scpubgit%2Fmst-quotefile.git quote - programming language git-svn-id: https://jules.scsys.co.uk/repository/shadowcat-code/scratchpad/matthewt/sig/lib@1240 8a6f57db-631f-0410-b083-dc7c4259d016 --- diff --git a/quotefile b/quotefile index 0557beb..147f923 100644 --- 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.