Flix – A powerful effect-oriented programming language
1–10 of 197 posts
Re: Flix – A powerful effect-oriented programming language
#2Re: Flix – A powerful effect-oriented programming language
#3Re: Flix – A powerful effect-oriented programming language
#4JVM is a no-starter. The language looks nice tho, shame they built it on JVM.
Re: Flix – A powerful effect-oriented programming language
#5I'd love to use Flix for something. It looks beautiful. But I'm a web dev, and never touch the JVM ecosystem
Re: Flix – A powerful effect-oriented programming language
#6>> Why Effects? Effect systems represent the next major evolution in statically typed programming languages. By explicitly modeling side effects, effect-oriented programming enforces modularity and helps program reasoning.
Since when do side effects and functional programming go together?
Re: Flix – A powerful effect-oriented programming language
#7JVM is a no-starter. The language looks nice tho, shame they built it on JVM.
Re: Flix – A powerful effect-oriented programming language
#8>> Flix is a principled effect-oriented functional, imperative, and logic programming language... >> Why Effects? Effect systems represent the next major evolution in statically typed programming languages. By explicitly modeling side effects, effect-oriented programming enforces modularity and helps program reasoning. Since when do side effects and functional programming go together?
Avoiding side effects is really just a side effect (pun intended) of older programming language technology that didn't provide any other way to control effects.
Re: Flix – A powerful effect-oriented programming language
#9>> Flix is a principled effect-oriented functional, imperative, and logic programming language... >> Why Effects? Effect systems represent the next major evolution in statically typed programming languages. By explicitly modeling side effects, effect-oriented programming enforces modularity and helps program reasoning. Since when do side effects and functional programming go together?
(I am one of the developers of Flix)
Re: Flix – A powerful effect-oriented programming language
#10JVM is a no-starter. The language looks nice tho, shame they built it on JVM.