brokkoli_origin has quit [Remote host closed the connection]
brokkoli_origin has joined #crystal-lang
KitsuWhooa has quit [Quit: Unable to handle kernel NULL pointer dereference at null]
KitsuWhooa has joined #crystal-lang
ih8u has joined #crystal-lang
<ih8u>
what can be done to improve compile times?
<ih8u>
writing crystal is very ergonomic, but those ergonomics deteriorate rapidly when compiling a relatively simple program takes ten seconds
<spuun>
I don't think you have anything to do about it. I know there are some plans on incremental compilation that could help, but it's pretty far away and needs funding.
ih8u has quit [Remote host closed the connection]
ih8u1 has joined #crystal-lang
alexherbo2 has joined #crystal-lang
hightower2 has quit [Ping timeout: 255 seconds]
hightower2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
jmiven has quit [Quit: reboot]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
<SamantazFox>
ih8u1: if you pass `--debug` it should create one .o file for each module, so those can be reused on the next build