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

janet: Add version 1.19.2 #3149

Merged
merged 1 commit into from
Jan 4, 2022
Merged

Conversation

littleli
Copy link
Contributor

@littleli littleli commented Jan 4, 2022

Adds Janet programming language.

Janet is a functional and imperative programming language and bytecode interpreter. It is a lisp-like language, but lists are replaced by other data structures (arrays, tables (hash table), struct (immutable hash table), tuples). The language also supports bridging to native code written in C, meta-programming with macros, and bytecode assembly. There is a REPL for trying out the language, as well as the ability to run script files. This client program is separate from the core runtime, so Janet can be embedded in other programs.

@rashil2000
Copy link
Member

/verify

@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2022

All changes look good.

Wait for review from human collaborators.

janet

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

@rashil2000 rashil2000 merged commit a5d40d2 into ScoopInstaller:master Jan 4, 2022
@littleli littleli deleted the janet/add branch January 27, 2022 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants