[LRUG] London Ruby Unconference on Oct 22th 2016
Eleanor McHugh
eleanor at games-with-brains.com
Tue Sep 13 01:42:12 PDT 2016
I’ve started playing around with Crystal a bit and could put together a talk on that if anyone’s interested.
Ellie
Eleanor McHugh
http://about.me/eleanor_mchugh
A Go Developer's Notebook
http://leanpub.com/GoNotebook
----
ruby: raise ArgumentError unless @reality.responds_to? :reason
crystal: raise ArgumentError.new unless @reality.responds_to? :reason
golang: if _, ok := reality.(Reasonable); !ok { panic(reality) }
More information about the Chat
mailing list