Content deleted Content added
Line 93:
== Principles ==
The Flix language design includes a collection of stated principles that shape the language<ref>{{cite web |title=The Flix Programming Language
* Everything is an expression
* Separation of pure and impure code
* Closed-world assumption
* No implicit coercions
* No reflection
* No compiler warnings, only compiler errors
* No dead or unreachable code
* No variable shadowing
== References ==
|