Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ncmncm
on March 22, 2021
|
parent
|
context
|
favorite
| on:
Crystal 1.0 – What to expect
I
guess
it's an obligate-GC language.
It would help if the front page were to say.
ezrast
on March 23, 2021
[–]
In practice, it is. You can turn GC off with a compiler flag, but then the standard library will leak all over the place, so it's probably a bad idea unless you're doing something very specialized.
filleduchaos
on March 23, 2021
|
parent
[–]
You can disable/enable Boehm in Crystal code as well, so at the very least you can take control of when/how GC runs.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It would help if the front page were to say.