← Back to context

Comment by fuzztester

2 days ago

Flix devs:

in the section:

What features are not supported by Flix?

this Feature on the left side:

No Code Before Main

does not match the Reason on the right side:

In Flix, no code is ever executed before main. Flix has no static initializers (or similar constructs) which are difficult to reason about, error-prone, and often lead to buggy code.

you should change the Feature name to:

Code Before Main