-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add Flix language #7010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Flix language #7010
Conversation
|
@lildude |
|
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. |
|
That makes sense, thanks! |
|
We have had some recent uptake and it looks like we now satisfy the criteria-- although the search is a bit wonky. |
|
@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? |
|
I only re-review language popularity when I make a new release which is approx every 3 months. I'll reassess then. |
lildude
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usage looks good, however you've got merge conflicts. Please resolve the merge conflicts.
|
@lildude Should be ready now |
lildude
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert the update to the vendor/grammars/language-xbase submodule. We only update submodules when we make a release.
|
@lildude should be good now? |
lildude
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
Important
The changes in this PR will not appear on GitHub until the next release has been made and deployed. See here for more details.
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:
#d44a45