Hacker News new | ask | show | jobs
by zabzonk 12 days ago
Well, it does say:

"Everything is stack-allocated by default; heap is opt-in through the standard library."

So it supports both stack and heap, and I guess static allocation too.