Re: [Pharo-dev] Pipe operator

2014-06-08 Thread Garth Holland
The pipe operator appears in many languages (F#, Haskell, Elixir, Clojure (threading macro)). It's an elegant way of chaining method/function calls in the presence of additional parameters. The reddit example could be written using a pipe operator | #('apple' 'peach' 'banana') |

[Pharo-dev] Pipe operator

2014-06-07 Thread S. Garth Holland
Will Pharo ever get the pipe opeator? http://www.reddit.com/r/smalltalk/comments/27k27b/chaining_messages/ /Garth

Re: [Pharo-dev] developing games in Pharo

2014-05-11 Thread Garth Holland
The LaserGame might be a good example of an app that can be easily deployed to multiple platforms. /Garth -- View this message in context: http://forum.world.st/developing-games-in-Pharo-tp4758592p4758699.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.