flix icon indicating copy to clipboard operation
flix copied to clipboard

The Flix Programming Language

Results 718 flix issues
Sort by recently updated
recently updated
newest added

See below some thoughts on what we might want from an expanded project and dependency management solution. This is intended to be a starting point for discussion only, so please...

Related to https://github.com/flix/flix/issues/4264 Depends on #4386

Within https://github.com/paulbutcher/flix-http `java -jar flix.jar run` works, the `Flix package manager: run` command within VSCode works, but clicking on the `Run` code lens associated with the `main` function gives: ```...

bug

- [x] #2247 - [x] #2248 - [ ] #2249 - [ ] #2250 - [x] #2251 - [ ] #2252 - [x] Stabilize auto completion s.t. it feels less...

Alternatively, we could also start by just offering: match x { ... all cases .. } for all enums defined in the current file or namespace.

We should investigate adding syntactic sugar for two types of for-loops: An imperative-style loop and a monadic style-loop. # Tasks - [x] #3950 - [x] #3951 # Imperative Style Add...

language-design

# Goals - Allow the user to define "local variables" and interact with them (notebook-style, if you will). - Do not break the compiler architecture. We want to support this:...

We want to experiment with using BDDs to minimize the Boolean formulas that come out of the SVE algorithm. Concretely, I envision the following steps: - [ ] Add the...

Add an expression `upcast exp` (after `Cast`). The `upcast` expression enables safe casts and should be used without concern. The `upcast exp` works as follows: - The `Typer` allows `exp`...