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 Scrypto | Asset oriented lang for Radix #122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Then it can be included in this list!
| [jsparagus] | 439 | ☀️ Active | Experimental JS parser-generator project. |
| [Wain] | 430 | ☀️ Active | WebAssembly implementation from scratch in Safe Rust with zero dependencies |
| [Lurk] | 427 | ☀️ Active | Lurk is a Turing-complete programming language for recursive zk-SNARKs. It is a statically scoped dialect of Lisp, influenced by Scheme and Common Lisp. (contact: @porcuquine) |
| [Scrypto] | 409 | ☀️ Active | Scrypto is the asset-oriented smart contract programming language of the Radix network. It allows you to quickly build secure and composable dApps. |
| [Monkey-Rust] | 360 | ☀️ Active | An interpreter for the Monkey programming language written in Rust |
| [candy] | 319 | ☀️ Active | 🍭 A sweet, functional programming language that is robust, minimalistic, and expressive. |
| [EndBASIC] | 312 | ☀️ Active | BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust |
Expand Down Expand Up @@ -278,3 +279,4 @@ broader than a programming language project.
[RayQL]: https://github.com/harshdoesdev/rayql
[Mastermind]: https://github.com/Heathcorp/Mastermind
[tpl-lang]: https://github.com/mealet/tpl-lang
[Scrypto]: https://github.com/radixdlt/radixdlt-scrypto
7 changes: 7 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -901,5 +901,12 @@
"description": "Stupid Programming Language based on LLVM in Rust",
"stars": 8,
"active": true
},
{
"name": "Scrypto",
"url": "https://github.com/radixdlt/radixdlt-scrypto",
"description": "Scrypto is the asset-oriented smart contract programming language of the Radix network. It allows you to quickly build secure and composable dApps.",
"stars": 409,
"active": true
}
]