linguist icon indicating copy to clipboard operation
linguist copied to clipboard

Add Flix language

Open sockmaster27 opened this issue 1 year ago • 4 comments

This adds the Flix programming language.

Flix started as a research project, but is today a fully-featured programming language. It has focused on practical tooling for making the language widely usable, which has helped spark its growing open-source community.

Checklist:

  • [x] I am adding a new language.
    • [x] The extension of the new language is used in hundreds of repositories on GitHub.com.
      • Search results for each extension:
        • https://github.com/search?type=code&q=NOT+is%3Afork+path%3A*.flix
    • [x] I have included a real-world usage sample for all extensions added in this PR:
      • Sample sources:
        • https://github.com/mlutze/flixball
        • https://github.com/mlutze/flix-json
      • Sample license:
        • Apache 2.0
    • [x] I have included a syntax highlighting grammar: https://github.com/flix/vscode-flix
    • [x] I have added a color
      • Hex value: #d44a45
      • Rationale: This is the color used in the language's logo.
    • [ ] I have updated the heuristics to distinguish my language from others using the same extension.

sockmaster27 avatar Aug 23 '24 15:08 sockmaster27

@lildude I can see that you've added the "Pending Popularity" tag even though it looks like the extension has over 2k files. Would you mind sharing what filters you're using or if you're judging by other criteria? It would be helpful to know :)

sockmaster27 avatar Aug 30 '24 12:08 sockmaster27

Sure. https://github.com/search?type=code&q=NOT+is%3Afork+path%3A*.flix+NOT+user%3Aflix

I always exclude the language "owner" and other "big hitters" as they often disproportionately affect the results, which is clearly the case here.

lildude avatar Aug 30 '24 12:08 lildude

That makes sense, thanks!

sockmaster27 avatar Aug 30 '24 13:08 sockmaster27

We have had some recent uptake and it looks like we now satisfy the criteria-- although the search is a bit wonky.

magnus-madsen avatar Feb 08 '25 09:02 magnus-madsen

@lildude looking at the search now, I think there are more than 2k files with the filters. Could you please take a look to see if it satisfies the popularity requirement now?

saviorand avatar Jul 08 '25 20:07 saviorand

I only re-review language popularity when I make a new release which is approx every 3 months. I'll reassess then.

lildude avatar Jul 08 '25 21:07 lildude

@lildude Should be ready now

sockmaster27 avatar Sep 10 '25 07:09 sockmaster27

@lildude should be good now?

saviorand avatar Sep 11 '25 15:09 saviorand