forked from alilleybrinker/langs-in-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
languages.json
709 lines (709 loc) · 22.1 KB
/
languages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
[
{
"name": "Dyon",
"description": "A rusty dynamically typed scripting language.",
"url": "https://github.com/pistondevelopers/dyon",
"stars": 1474,
"active": true
},
{
"name": "Ketos",
"description": "Lisp dialect scripting and extension language for Rust programs.",
"url": "https://github.com/murarth/ketos",
"stars": 713,
"active": true
},
{
"name": "Rhai",
"description": "An embedded scripting language for Rust.",
"url": "https://github.com/jonathandturner/rhai",
"stars": 2036,
"active": true
},
{
"name": "Gluon",
"description": "A static, type inferred and embeddable language written in Rust.",
"url": "https://github.com/gluon-lang/gluon",
"stars": 2613,
"active": true
},
{
"name": "Antimony",
"description": "A bullshit-free programming language that gets out of your way.",
"url": "https://github.com/antimony-lang/antimony",
"stars": 84,
"active": true
},
{
"name": "Tao",
"description": "A statically-typed functional programming language.",
"url": "https://github.com/zesterer/tao",
"stars": 755,
"active": true
},
{
"name": "Lang",
"description": "An imperative programming language written in Rust.",
"url": "https://github.com/gsingh93/lang",
"stars": 8,
"active": false
},
{
"name": "Iron",
"description": "A Lisp-based language written in Rust.",
"url": "https://github.com/Arcterus/iron-lang",
"stars": 5,
"active": false
},
{
"name": "atto",
"description": "A simple self-hosted functional programming language.",
"url": "https://github.com/zesterer/atto",
"stars": 134,
"active": true
},
{
"name": "Rust-lisp",
"description": "A small Lisp interpreter written in Rust.",
"url": "https://github.com/swgillespie/rust-lisp",
"stars": 80,
"active": true
},
{
"name": "Lisp.rs",
"description": "Scheme Interpreter in Rust.",
"url": "https://github.com/jsdf/lisp.rs",
"stars": 26,
"active": true
},
{
"name": "Radicle",
"description": "An Ur-lisp interpreter written in Rust.",
"url": "https://github.com/nham/radicle",
"stars": 11,
"active": false
},
{
"name": "Rust-Prolog",
"description": "Rust implementation of prolog based on miniprolog.",
"url": "https://github.com/dagit/rust-prolog",
"stars": 77,
"active": true
},
{
"name": "Synthizer",
"description": "A simple, experimental functional language for real time additive audio synthesis.",
"url": "https://github.com/nwoeanhinnogaehr/synthizer",
"stars": 20,
"active": true
},
{
"name": "rtforth",
"description": "Forth implemented in Rust for realtime applications.",
"url": "https://github.com/chengchangwu/rtforth",
"stars": 56,
"active": true
},
{
"name": "Schwift",
"description": "An imperative programming language based on the show Rick and Morty.",
"url": "https://github.com/natemara/schwift",
"stars": 30,
"active": false
},
{
"name": "Gleam",
"description": "A type safe language for the Erlang VM.",
"url": "https://github.com/gleam-lang/gleam",
"stars": 4061,
"active": true
},
{
"name": "Blazescript",
"description": "A basic scripting language.",
"url": "https://github.com/BlazifyOrg/blazescript",
"stars": 47,
"active": true
},
{
"name": "Starlark",
"description": "A Rust implementation of the Starlark language.",
"url": "https://github.com/facebookexperimental/starlark-rust",
"stars": 311,
"active": true
},
{
"name": "Crunch",
"description": "A strongly & statically typed systems level language focused on ease of use, portability and speed, built for the modern age.",
"url": "https://github.com/Kixiron/crunch-lang",
"stars": 51,
"active": true
},
{
"name": "Eldiro",
"description": "A programming language to teach how to implement languages in Rust.",
"url": "https://github.com/arzg/eldiro",
"stars": 189,
"active": true
},
{
"name": "Starlight",
"description": "JS engine in Rust.",
"url": "https://github.com/Starlight-JS/Starlight",
"stars": 424,
"active": true
},
{
"name": "Differential Datalog",
"description": "An incremental programming language.",
"url": "https://github.com/vmware/differential-datalog",
"stars": 1025,
"active": true
},
{
"name": "Boa",
"description": "An embeddable and experimental Javascript engine written in Rust.",
"url": "https://github.com/boa-dev/boa",
"stars": 3228,
"active": true
},
{
"name": "Nickel",
"description": "Cheap configuration language.",
"url": "https://github.com/tweag/nickel",
"stars": 1095,
"active": true
},
{
"name": "Artichoke",
"description": "A Ruby made with Rust.",
"url": "https://github.com/artichoke/artichoke",
"stars": 2764,
"active": true
},
{
"name": "Ellie",
"description": "A scripting engine that runs on embedded and sandboxed environments.",
"url": "https://github.com/behemehal/Ellie-Language",
"stars": 18,
"active": true
},
{
"name": "Mun",
"description": "A programming language empowering creation through iteration.",
"url": "https://github.com/mun-lang/mun",
"stars": 1335,
"active": true
},
{
"name": "Koto",
"description": "A simple, expressive, embeddable programming language, made with Rust.",
"url": "https://github.com/koto-lang/koto",
"stars": 304,
"active": true
},
{
"name": "Ante",
"description": "A safe, easy systems language.",
"url": "https://github.com/jfecher/ante",
"stars": 1460,
"active": true
},
{
"name": "Astro",
"description": "A fun safe language for rapid prototyping and high performance applications.",
"url": "https://github.com/astrolang/astro",
"stars": 650,
"active": true
},
{
"name": "Rune",
"description": "An embeddable dynamic programming language for Rust.",
"url": "https://github.com/rune-rs/rune",
"stars": 1016,
"active": true
},
{
"name": "Pikelet",
"description": "A friendly little systems language with first-class types.",
"url": "https://github.com/pikelet-lang/pikelet",
"stars": 568,
"active": true
},
{
"name": "Passerine",
"description": "A small extensible programming language designed for concise expression with little code.",
"url": "https://github.com/vrtbl/passerine",
"stars": 972,
"active": true
},
{
"name": "CSML",
"description": "Conversational Standard Meta Language.",
"url": "https://github.com/CSML-by-Clevy/csml-engine",
"stars": 624,
"active": true
},
{
"name": "frawk",
"description": "frawk is a small programming language for writing short programs processing textual",
"url": "https://github.com/ezrosent/frawk",
"stars": 986,
"active": true
},
{
"name": "SPWN",
"description": "A programming language that compiles to Geometry Dash levels.",
"url": "https://github.com/Spu7Nix/SPWN-language",
"stars": 560,
"active": true
},
{
"name": "Orion",
"description": "A high level, purely functional programming language with a LISP based syntax.",
"url": "https://github.com/orion-lang/orion",
"stars": 227,
"active": true
},
{
"name": "Wu",
"description": "A practical game and data language.",
"url": "https://github.com/wu-lang/wu",
"stars": 380,
"active": true
},
{
"name": "Wain",
"description": "WebAssembly implementation from scratch in Safe Rust with zero dependencies.",
"url": "https://github.com/rhysd/wain",
"stars": 307,
"active": true
},
{
"name": "Leo",
"description": "A Functional, Statically-Typed Language for Zero-Knowledge Applications.",
"url": "https://github.com/AleoHQ/leo",
"stars": 293,
"active": true
},
{
"name": "EndBASIC",
"description": "BASIC environment with a REPL, a web interface, and RPi support written in Rust.",
"url": "https://github.com/jmmv/endbasic",
"stars": 218,
"active": true
},
{
"name": "Voile",
"description": "Dependently-typed row-polymorphic programming language.",
"url": "https://github.com/owo-lang/voile-rs",
"stars": 86,
"active": true
},
{
"name": "Jazz",
"description": "Modern and fast programming language.",
"url": "https://github.com/jazz-lang/Jazz",
"stars": 86,
"active": true
},
{
"name": "Minitt",
"description": "Dependently-typed lambda calculus, Mini-TT, extended and implemented in Rust.",
"url": "https://github.com/owo-lang/minitt-rs",
"stars": 96,
"active": true
},
{
"name": "cat-lox",
"description": "A tree-walk lox interpreter written in Rust.",
"url": "https://github.com/AaronStGeorge/cat-lox",
"stars": 13,
"active": true
},
{
"name": "lax",
"description": "A lox interpreter.",
"url": "https://github.com/alisww/lax",
"stars": 3,
"active": true
},
{
"name": "cloxrs",
"description": "Lox implementation written in Rust.",
"url": "https://github.com/anellie/cloxrs",
"stars": 2,
"active": true
},
{
"name": "rox",
"description": "A Rust port of Crafting Interpreters.",
"url": "https://github.com/brightly-salty/rox",
"stars": 5,
"active": true
},
{
"name": "Darksecond/lox",
"description": "A rust implementation of the lox language.",
"url": "https://github.com/darksecond/lox",
"stars": 43,
"active": true
},
{
"name": "loxr",
"description": "A Rust interpreter for the Lox language.",
"url": "https://github.com/HarveyHunt/loxr",
"stars": 6,
"active": false
},
{
"name": "lox-rs",
"description": "A Lox Interpreter in Rust.",
"url": "https://github.com/jeschkies/lox-rs",
"stars": 16,
"active": true
},
{
"name": "Laythe",
"description": "A dynamically typed language originally based on the crafting interpreters series.",
"url": "https://github.com/Laythe-lang/Laythe",
"stars": 57,
"active": true
},
{
"name": "tox",
"description": "Tox is a statically typed version programming language that is written in rust.",
"url": "https://github.com/Lapz/tox",
"stars": 32,
"active": true
},
{
"name": "loxidation",
"description": "Lox bytecode compiler and VM in Rust.",
"url": "https://github.com/LevitatingBusinessMan/Loxidation",
"stars": 4,
"active": true
},
{
"name": "rulox",
"description": "Implementation in Rust of lox, the language described in Crafting Interpreters.",
"url": "https://github.com/mariosangiorgio/rulox",
"stars": 52,
"active": true
},
{
"name": "justinmayhew/lox",
"description": "A Rust implementation of Lox from Crafting Interpreters.",
"url": "https://github.com/justinmayhew/lox",
"stars": 4,
"active": false
},
{
"name": "nt591/lox-rust",
"description": "A Rust implementation of the Crafting Interpreters bytecode VM.",
"url": "https://github.com/nt591/lox-rust",
"stars": 2,
"active": false
},
{
"name": "radogost/rlox",
"description": "An implementation of lox from the great book Crafting Interpreters implemented in Rust.",
"url": "https://github.com/radogost/rlox",
"stars": 5,
"active": true
},
{
"name": "rctcwyvrn/rlox",
"description": "Rust implementation of the bytecode VM (clox) from Crafting Interpreters.",
"url": "https://github.com/rctcwyvrn/rlox",
"stars": 13,
"active": true
},
{
"name": "rodaine/rlox",
"description": "Lox Interpreter/REPL written in Rust.",
"url": "https://github.com/rodaine/rlox",
"stars": 32,
"active": true
},
{
"name": "sasurau4/lox-rust",
"description": "Interpreter for lox written by rust.",
"url": "https://github.com/sasurau4/lox-rust",
"stars": 4,
"active": false
},
{
"name": "yarli",
"description": "Yet Another Rusty Lox Interpreter.",
"url": "https://github.com/silmeth/yarli",
"stars": 2,
"active": true
},
{
"name": "loxrs",
"description": "Crafting Interpreters in Rust (Part II: A tree-walk interpreter).",
"url": "https://github.com/toyboot4e/loxrs",
"stars": 5,
"active": false
},
{
"name": "crafting-interpreters-rs",
"description": "Crafting Interpreters in Rust.",
"url": "https://github.com/tdp2110/crafting-interpreters-rs",
"stars": 103,
"active": true
},
{
"name": "roxt",
"description": "A Lox interpreter written in Rust.",
"url": "https://github.com/trevarj/roxt",
"stars": 2,
"active": false
},
{
"name": "relox",
"description": "Rust port of the jlox interpreter.",
"url": "https://github.com/yanchith/relox",
"stars": 6,
"active": true
},
{
"name": "Sligh",
"description": "A certifying compiler from infrastructure-agnostic specification to web application code (experimental)",
"url": "https://github.com/amw-zero/sligh",
"stars": 6,
"active": true
},
{
"name": "Monkey-Rust",
"description": "An interpreter for the Monkey programming language written in Rust.",
"url": "https://github.com/Rydgel/monkey-rust",
"stars": 255,
"active": true
},
{
"name": "Parcel JavaScript Transformer",
"description": "Blazing fast, zero configuration web application bundler.",
"url": "https://github.com/parcel-bundler/parcel",
"stars": 41178,
"active": true
},
{
"name": "swc",
"description": "A JavaScript/TypeScript compiler and bundler written in Rust",
"url": "https://github.com/swc-project/swc",
"stars": 23512,
"active": true
},
{
"name": "Calcit",
"description": "ClojureScript inspired language, supports indentation-based syntax and tree editor, interprets and also compiles to JavaScript.",
"url": "https://github.com/calcit-lang/calcit_runner.rs",
"stars": 52,
"active": true
},
{
"name": "Steel",
"description": "An embedded scheme interpreter written in Rust.",
"url": "https://github.com/mattwparas/steel",
"stars": 51,
"active": true
},
{
"name": "ucg",
"description": "A configuration compiler with multiple formats as backends written in Rust.",
"url": "https://github.com/zaphar/ucg",
"stars": 28,
"active": true
},
{
"name": "goscript",
"description": "Go specs implemented as a script language in Rust.",
"url": "https://github.com/oxfeeefeee/goscript",
"stars": 1357,
"active": true
},
{
"name": "Pr47",
"description": "An embedded script language specially designed for seemless interaction with Rust",
"url": "https://github.com/Pr47/Pr47",
"stars": 21,
"active": true
},
{
"name": "The Force",
"description": "A fully armed and operational Star Wars themed programming language",
"url": "https://github.com/mirdaki/theforce",
"stars": 12,
"active": true
},
{
"name": "\ud83c\udf0c",
"description": "Toy language with (almost) anything allowed as an identifier.",
"url": "https://github.com/mrozycki/space-lang",
"stars": 3,
"active": true
},
{
"name": "Arn",
"description": " A functional golfing language.",
"url": "https://github.com/ZippyMagician/Arn",
"stars": 13,
"active": true
},
{
"name": "minipyth",
"description": "A minimalist programming language.",
"url": "https://github.com/isaacg1/minipyth",
"stars": 7,
"active": true
},
{
"name": "Parcel CSS",
"description": "A CSS parser, transformer, and minifier written in Rust.",
"url": "https://github.com/parcel-bundler/parcel-css",
"stars": 2014,
"active": true
},
{
"name": "Scryer Prolog",
"description": "A modern Prolog implementation written mostly in Rust.",
"url": "https://github.com/mthom/scryer-prolog",
"stars": 1500,
"active": true
},
{
"name": "CalcuLaTeX",
"description": "A pretty printing calculator language with support for units.",
"url": "https://github.com/mkhan45/CalcuLaTeX",
"stars": 364,
"active": true
},
{
"name": "RustPython",
"description": "A Python Interpreter written in Rust.",
"url": "https://github.com/RustPython/RustPython",
"stars": 11896,
"active": true
},
{
"name": "Melody",
"description": "A language that compiles to regular expressions and aims to be more easily readable and maintainable.",
"url": "https://github.com/yoav-lavi/melody",
"stars": 3916,
"active": true
},
{
"name": "Fe",
"description": "Emerging smart contract language for the Ethereum blockchain.",
"url": "https://github.com/ethereum/fe",
"stars": 1183,
"active": true
},
{
"name": "Sway",
"description": "Sway is a language developed for the Fuel blockchain.",
"url": "https://github.com/FuelLabs/sway",
"stars": 237,
"active": true
},
{
"name": "Sphinx",
"description": "An intepreter for a simple dynamic language written in Rust.",
"url": "https://github.com/mwerezak/sphinx-lang",
"stars": 286,
"active": true
},
{
"name": "Butter",
"description": "A tasty language for building efficient software.",
"url": "https://github.com/neverRare/butter",
"stars": 110,
"active": true
},
{
"name": "Calypso",
"description": "Calypso is a mostly imperative language with some functional influences that is focused on flexibility and simplicity.",
"url": "https://github.com/calypso-lang/calypso",
"stars": 57,
"active": true
},
{
"name": "Tethys",
"description": "A toy functional programming language with a System F-based core calculus.",
"url": "https://github.com/ThePuzzlemaker/tethys",
"stars": 4,
"active": true
},
{
"name": "Chili",
"description": "General-purpose programming language focused on productivity, expressiveness and joy of programming\u2122.",
"url": "https://github.com/r0nsha/chili",
"stars": 36,
"active": true
},
{
"name": "Foolang",
"description": "A Smalltalk-inspired toy language.",
"url": "https://github.com/nikodemus/foolang",
"stars": 31,
"active": true
},
{
"name": "Rust",
"description": "Empowering everyone to build reliable and efficient software.",
"url": "https://github.com/rust-lang/rust",
"stars": 70786,
"active": true
},
{
"name": "Jakt",
"description": "A memory-safe systems programming language.",
"url": "https://github.com/SerenityOS/jakt",
"stars": 2015,
"active": true
},
{
"name": "Inko",
"description": "Inko is a statically-typed, safe, object-oriented programming language for writing concurrent programs.",
"url": "https://github.com/YorickPeterse/inko",
"stars": 178,
"active": true
},
{
"name": "Erg",
"description": "A Python-compatible statically typed language.",
"url": "https://github.com/erg-lang/erg",
"stars": 1739,
"active": true
},
{
"name": "KCLVM",
"description": "A constraint-based record & functional language mainly used in configuration and policy scenarios.",
"url": "https://github.com/KusionStack/KCLVM",
"stars": 74,
"active": true
},
{
"name": "Tokay",
"description": "Tokay is a programming language designed for ad-hoc parsing, inspired by awk.",
"url": "https://github.com/tokay-lang/tokay",
"stars": 182,
"active": true
},
{
"name": "Deno",
"description": "A modern runtime for JavaScript and TypeScript.",
"url": "https://github.com/denoland/deno",
"stars": 84736,
"active": true
},
{
"name": "Lurk",
"description": "Statically-scoped dialect of Lisp",
"url": "https://github.com/lurk-lang/lurk-rs",
"stars": 129,
"active": true
}
]