Jakob Schneider

Results 250 comments of Jakob Schneider

Does not currently spawn a thread for `a()` in `testPar12`. I'll take a closer look some other day with fresh eyes. ``` def Test/Exp/Par.testPar12(_unit%175656: Unit, ): Bool & Pure =...

Here's the AST I get for `testPar13`: ```flix @test def testPar13(): Bool = let a = () -> List.range(0, 2000) |> List.forall(x -> x > -1); let b = ()...

Could you provide a bit more context for this, please? :)

Is this student programmer label intentional (was added a while back)? :)

I've been reading up on the docs for contributing to highlight.js. I think we should create a repo under the Flix organization where we host the language definition / grammar...

Yes, so the way I understand it is: They don't accept language PRs into the core anymore so any new functionality is through 3rd party language extensions which means a...

> Yes. So should we create a flix/highlight.js repo? What should be in this? Yes I think so. This is where our language definition of flix for highlight.js is hosted....

Could I ask you to create an empty repo where the language definition itself will be hosted? The highlight.js fork will still be necessary (I think) but for the language...

No, they no longer host language definitions in the core repo. but once we have a definition ready, we have to submit a PR to the core repo updating a...

We now have basic syntax highlighting. I think we can close the issue :smile: