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 a topic for Squirrel! #4295

Merged
merged 10 commits into from
May 18, 2024
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions topics/squirrel/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
aliases: squirrel-lang
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the directory name and primary name of this topic should be squirrel-lang , because there is already a different project that is a popular packaging tool at github.com/squirrel , which has 90% of the repos currently under this topic.

Alternately, you could make this file a disambiguation page that follows the pattern at https://github.com/topics/protocol (similar to wikipedia) and add a curation for both squirrel-lang and squirrel-installer

created_by: Alberto Demichelis
display_name: Squirrel
github_url: https://github.com/albertodemichelis/squirrel
released: 2003
short_description: Squirrel is a high-level object-oriented scripting language.
topic: squirrel
url: https://squirrel-lang.org/
wikipedia_url: https://en.wikipedia.org/wiki/Squirrel_(programming_language)
---
Squirrel is a high-level object-oriented scripting language used to develop video games. It was designed to be lightweight, so it doesn't use lots of memory. Squirrel supports classes, threads, tables, etc.