From a42cccd276a800e47945eff6424a7e14778ae3f2 Mon Sep 17 00:00:00 2001 From: Vasu Singh Date: Wed, 5 Feb 2025 06:26:45 +0530 Subject: [PATCH] add fury to compilers and interpreters (#72) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3c252a..175f9e4 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc - [fubark/cyber](https://github.com/fubark/cyber) : Fast and concurrent scripting. - [squeek502/zua](https://github.com/squeek502/zua) : An implementation of Lua 5.1 in Zig, for learning purposes. - [Vexu/bog](https://github.com/Vexu/bog) : Small, strongly typed, embeddable language. +- [fury](https://github.com/fury-lang/fury) : Fury, a gradual, safe systems language. ## FFI Bindings