Skip to content

Commit

Permalink
Added Move programming language to the list (alilleybrinker#91)
Browse files Browse the repository at this point in the history
* Add Move programming language.

Signed-off-by: Aliwoto <[email protected]>

* Fix stars amount.

Signed-off-by: Aliwoto <[email protected]>

---------

Signed-off-by: Aliwoto <[email protected]>
  • Loading branch information
ALiwoto authored Aug 22, 2023
1 parent 870c473 commit d57186a
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ Then it can be included in this list!
| [Jakt] | 2,484 | ☀️ Active | The Jakt Programming Language |
| [Roc] | 2,263 | ☀️ Active | A fast, friendly, functional language. Work in progress! |
| [Erg] | 2,130 | ☀️ Active | A statically typed language that can deeply improve the Python ecosystem |
| [Move] | 1989 | ☀️ Active | A programming language for writing safe and smart contracts in blockchain. |
| [Scryer Prolog] | 1,655 | ☀️ Active | A modern Prolog implementation written mostly in Rust. |
| [Ante] | 1,592 | ☀️ Active | A safe, easy systems language |
| [Dyon] | 1,555 | ☀️ Active | A rusty dynamically typed scripting language |
@@ -255,4 +256,5 @@ broader than a programming language project.
[Terbium]: https://github.com/terbium-lang/terbium
[Loxcraft]: https://github.com/ajeetdsouza/loxcraft
[Tvix]: https://code.tvl.fyi/tree/tvix/eval
[Move]: https://github.com/move-language/move
[rusch]: https://github.com/twolodzko/rusch
7 changes: 7 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
@@ -775,5 +775,12 @@
"description": "A fast, friendly, functional language. Work in progress!",
"stars": 2263,
"active": true
},
{
"name": "Move",
"url": "https://github.com/move-language/move",
"description": "A programming language for writing safe and smart contracts in blockchain.",
"stars": 1989,
"active": true
}
]

0 comments on commit d57186a

Please sign in to comment.