Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
~/code/scala build/quick/bin/scala -Xexperimental -Xmacros | |
Welcome to Scala version 2.10.0-M2-0045-g4573e06a27-2012-02-25 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_29). | |
Type in expressions to have them evaluated. | |
Type :help for more information. | |
scala> val methods = Set("foo", "bar") | |
methods: scala.collection.immutable.Set[String] = Set(foo, bar) | |
scala> object Dyno extends Dynamic { | |
def macro applyDynamic(mn: String)(args: Any*) = mn match { |
This is only a summary. For a full list of changes see the NEWS file.
Feature | RFC / announcement | Author |
---|---|---|
Bundled ZendOptimizer+ as OPcache | https://wiki.php.net/rfc/optimizerplus | zeev |