Skip to content

Commit

Permalink
Updated from API
Browse files Browse the repository at this point in the history
  • Loading branch information
alilleybrinker committed Mar 13, 2023
1 parent cb42afc commit c2f3481
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 30 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,19 @@ Then it can be included in this list!

| Name | ⭐ Stars | ☀️ Status | Description |
|:-----|:---------|:-----------|:-----------|
| [Deno] | 88,395 | ☀️ Active | A modern runtime for JavaScript and TypeScript. |
| [Rust] | 78,829 | ☀️ Active | Empowering everyone to build reliable and efficient software. |
| [Deno] | 88,396 | ☀️ Active | A modern runtime for JavaScript and TypeScript. |
| [Rust] | 78,830 | ☀️ Active | Empowering everyone to build reliable and efficient software. |
| [Parcel JavaScript Transformer] | 42,109 | ☀️ Active | Blazing fast, zero configuration web application bundler. |
| [swc] | 26,550 | ☀️ Active | A JavaScript/TypeScript compiler and bundler written in Rust |
| [Nushell] | 23,642 | ☀️ Active | https://github.com/nushell/nushell |
| [swc] | 26,551 | ☀️ Active | A JavaScript/TypeScript compiler and bundler written in Rust |
| [RustPython] | 14,414 | ☀️ Active | A Python Interpreter written in Rust. |
| [Gleam] | 4,719 | ☀️ Active | A type safe language for the Erlang VM. |
| [Gleam] | 4,720 | ☀️ Active | A type safe language for the Erlang VM. |
| [Melody] | 4,072 | ☀️ Active | A language that compiles to regular expressions and aims to be more easily readable and maintainable. |
| [Boa] | 3,813 | ☀️ Active | An embeddable and experimental Javascript engine written in Rust. |
| [Parcel CSS] | 3,351 | ☀️ Active | A CSS parser, transformer, and minifier written in Rust. |
| [Kind] | 3,025 | ☀️ Active | A next-gen functional language |
| [Artichoke] | 2,863 | ☀️ Active | A Ruby made with Rust. |
| [Gluon] | 2,783 | ☀️ Active | A static, type inferred and embeddable language written in Rust. |
| [Rhai] | 2,586 | ☀️ Active | An embedded scripting language for Rust. |
| [Rhai] | 2,589 | ☀️ Active | An embedded scripting language for Rust. |
| [Jakt] | 2,484 | ☀️ Active | A memory-safe systems programming language. |
| [Erg] | 2,130 | ☀️ Active | A Python-compatible statically typed language. |
| [Scryer Prolog] | 1,655 | ☀️ Active | A modern Prolog implementation written mostly in Rust. |
Expand All @@ -49,6 +48,7 @@ Then it can be included in this list!
| [Leo] | 401 | ☀️ Active | A Functional, Statically-Typed Language for Zero-Knowledge Applications. |
| [Sway] | 389 | ☀️ Active | Sway is a language developed for the Fuel blockchain. |
| [Starlark] | 388 | ☀️ Active | A Rust implementation of the Starlark language. |
| [jsparagus] | 372 | ☀️ Active | Experimental JS parser-generator project. |
| [Koto] | 326 | ☀️ Active | A simple, expressive, embeddable programming language, made with Rust. |
| [EndBASIC] | 232 | ☀️ Active | BASIC environment with a REPL, a web interface, and RPi support written in Rust. |
| [Orion] | 229 | ☀️ Active | A high level, purely functional programming language with a LISP based syntax. |
Expand All @@ -74,7 +74,6 @@ Then it can be included in this list!
| [Wright] | 18 | ☀️ Active | A language that flies |
| [The Force] | 15 | ☀️ Active | A fully armed and operational Star Wars themed programming language |
| [Sligh] | 9 | ☀️ Active | A certifying compiler from infrastructure-agnostic specification to web application code (experimental) |
| [Ryan] | 7 | ☀️ Active | https://github.com/tokahuke/ryan/ |
| [Tethys] | 6 | ☀️ Active | A toy functional programming language with a System F-based core calculus. |
| [loxidation] | 4 | ☀️ Active | Lox bytecode compiler and VM in Rust. |
| [Passerine] | 1,013 | 🌙 Inactive | A small extensible programming language designed for concise expression with little code. |
Expand All @@ -83,7 +82,6 @@ Then it can be included in this list!
| [Pikelet] | 590 | 🌙 Inactive | A friendly little systems language with first-class types. |
| [Starlight] | 461 | 🌙 Inactive | JS engine in Rust. |
| [CalcuLaTeX] | 379 | 🌙 Inactive | A pretty printing calculator language with support for units. |
| [jsparagus] | 372 | 🌙 Inactive | Experimental JS parser-generator project. |
| [Wain] | 333 | 🌙 Inactive | WebAssembly implementation from scratch in Safe Rust with zero dependencies. |
| [Monkey-Rust] | 296 | 🌙 Inactive | An interpreter for the Monkey programming language written in Rust. |
| [Sphinx] | 287 | 🌙 Inactive | An intepreter for a simple dynamic language written in Rust. |
Expand Down Expand Up @@ -233,8 +231,6 @@ broader than a programming language project.
[Boson]: https://github.com/Narasimha1997/boson-lang
[Kind]: https://github.com/HigherOrderCO/Kind
[Wright]: https://github.com/Alfriadox/wright-lang
[Nushell]: A new type of shell
[Ryan]: A configuration language for the practical programmer
[ssp16asm]: https://github.com/jdesiloniz/svpdev
[jsparagus]: https://github.com/mozilla-spidermonkey/jsparagus
[Veryl]: https://github.com/dalance/veryl
26 changes: 6 additions & 20 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "Rhai",
"description": "An embedded scripting language for Rust.",
"url": "https://github.com/jonathandturner/rhai",
"stars": 2586,
"stars": 2589,
"active": true
},
{
Expand Down Expand Up @@ -115,7 +115,7 @@
"name": "Gleam",
"description": "A type safe language for the Erlang VM.",
"url": "https://github.com/gleam-lang/gleam",
"stars": 4719,
"stars": 4720,
"active": true
},
{
Expand Down Expand Up @@ -493,7 +493,7 @@
"name": "swc",
"description": "A JavaScript/TypeScript compiler and bundler written in Rust",
"url": "https://github.com/swc-project/swc",
"stars": 26550,
"stars": 26551,
"active": true
},
{
Expand Down Expand Up @@ -654,7 +654,7 @@
"name": "Rust",
"description": "Empowering everyone to build reliable and efficient software.",
"url": "https://github.com/rust-lang/rust",
"stars": 78829,
"stars": 78830,
"active": true
},
{
Expand Down Expand Up @@ -696,7 +696,7 @@
"name": "Deno",
"description": "A modern runtime for JavaScript and TypeScript.",
"url": "https://github.com/denoland/deno",
"stars": 88395,
"stars": 88396,
"active": true
},
{
Expand Down Expand Up @@ -727,20 +727,6 @@
"stars": 18,
"active": true
},
{
"name": "Nushell",
"description": "https://github.com/nushell/nushell",
"url": "A new type of shell",
"stars": 23642,
"active": true
},
{
"name": "Ryan",
"description": "https://github.com/tokahuke/ryan/",
"url": "A configuration language for the practical programmer",
"stars": 7,
"active": true
},
{
"name": "ssp16asm",
"description": "Repository contains an implementation of an SSP16 assembler at svpdev/tools/ssp16asm",
Expand All @@ -753,7 +739,7 @@
"description": "Experimental JS parser-generator project.",
"url": "https://github.com/mozilla-spidermonkey/jsparagus",
"stars": 372,
"active": false
"active": true
},
{
"name": "Veryl",
Expand Down

0 comments on commit c2f3481

Please sign in to comment.