Skip to content
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 Language: VisionScript #6519

Closed
capjamesg opened this issue Aug 18, 2023 · 2 comments
Closed

Add Language: VisionScript #6519

capjamesg opened this issue Aug 18, 2023 · 2 comments
Labels
Add Language Good First Issue This is a great opportunity to start contributing to Linguist

Comments

@capjamesg
Copy link

Language name

VisionScript

VisionScript is an abstract programming language for doing common computer vision tasks, fast.

The language is new and in an early stage of development. I want people to be able to make interesting, fun visual applications in a few minutes, without any programming experience. (You can make an app that counts how many people are in a room in ~5 lines of code!)

To that end, I'm working on different modalities of usage (i.e. via Notebooks, paper-powered programming, and more) so that there are multiple entry paths for learning the language.

Inclusion in Linguist would be a boon to helping more advanced learners read VisionScript on GitHub.

URL of example repository

URL of syntax highlighting grammar

Most popular extensions

VisionScript has two extensions:

  • .vic: VisionScript programs.
  • .vicnb: VisionScript Notebooks, for use in the Notebook programming environment.

Detected language

To the extent I can see, GitHub does not identify .vic files as another programming language.

@capjamesg capjamesg added Add Language Good First Issue This is a great opportunity to start contributing to Linguist labels Aug 18, 2023
@johnmays
Copy link
Contributor

I don't think it will be possible to add VisionScript for a while. There is a language popularity requirement (#5756) which states that each extension has to have at least 2000 unique files on GitHub to be added. Currently, it looks like:
-.vic only has 171 files
-.vicnb has 0 files

@capjamesg
Copy link
Author

Thank you for the information! I will close this PR for now.

@github-linguist github-linguist locked as resolved and limited conversation to collaborators Jun 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Add Language Good First Issue This is a great opportunity to start contributing to Linguist
Projects
None yet
Development

No branches or pull requests

2 participants