The Crystal programming language | http://crystal-lang.org | Fund Crystal's development: http://is.gd/X7PRtI | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/
macro def
you have access to @type
(Int32
) but not self
(0
) at compile time
Proccess.run
, and it takes 10 seconds to return, is my application going to hang for 10 seconds?
huh what does the delegate macro do exactly? Not seen that before
Groogy, check :point_right: http://devdocs.io/crystal/api/0.23.0/object#delegate(*methods,toobject)-macro
Hello everyone :smiley: Is there already a binding for WxWidgets for Crystal ?
unfortunately
But you can try Qt bindings :wink:
A = [] of Nil
{% A << 0 %}
{% p A[0] %} # => 0
How is this possible ?