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/
delegate foo, bar, baz, to: @something
Contributing
section
empty
prelude began to ship with a fun main
recently. There's also now way (afaik) to remove a fun
after defining it somewhere. You can get around this by carefully writing a custom prelude which doesn't require
anything defining the main()
--flag NO_MAIN
would be ideal