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/
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 ?
export {LD_,}LIBRARY_PATH=/usr/local/opt/openssl/lib
in your shell and proceed normally
<oprypin> LIBRARY_PATH is for build LD_LIBRARY_PATH is for execution. so have u tried both?
I just see it :sweat_smile: