From 9cb040585f198eb7f683f4d0383e5d15de1aafba Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Thu, 18 Dec 2025 08:12:53 +0100 Subject: [PATCH 1/4] =?UTF-8?q?Add=20CogitatorTech/chilli=20=F0=9F=8C=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 965b2bb..4ba30f1 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc - [GabrieleInvernizzi/zig-prompter](https://github.com/GabrieleInvernizzi/zig-prompter) : A flexible library for building interactive command line prompts. - [kioz-wang/zargs](https://github.com/kioz-wang/zargs) : Another Comptime-argparse for Zig. - [xcaeser/zli](https://github.com/xcaeser/zli) : 📟 Zig command-line interfaces made easy. A blazing fast CLI framework. Build ergonomic, high-performance command-line tools with zig. +- [CogitatorTech/chilli](https://github.com/CogitatorTech/chilli): Chilli 🌶️ is a minimalistic CLI framework for Zig. ## Memory Allocator and Management From 0bb248d2bfa81e2e71fac28d64311e4d4a156b62 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Thu, 18 Dec 2025 08:17:03 +0100 Subject: [PATCH 2/4] Add CogitatorTech/sorted --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ba30f1..69cab42 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc - [yamafaktory/hypergraphz](https://github.com/yamafaktory/hypergraphz) : HypergraphZ - A Hypergraph Implementation in Zig. - [williamw520/toposort](https://github.com/williamw520/toposort) : Topological sort library that produces topological ordered nodes and dependence-free subsets. - [kobolds-io/stdx](https://github.com/kobolds-io/stdx) : Helpful extensions to the zig standard library. +- [CogitatorTech/ordered](https://github.com/CogitatorTech/ordered): A sorted collection library (sorted sets and sorted maps) for Zig ## String Processing From 848e48cb7b6324d41a304cab9d37238e20a67c16 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Thu, 18 Dec 2025 08:19:19 +0100 Subject: [PATCH 3/4] Add CogitatorTech/zigformer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69cab42..699eb90 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc - [clebert/llama2.zig](https://github.com/clebert/llama2.zig) : Inference Llama 2 in pure Zig. - [renerocksai/gpt4all.zig](https://github.com/renerocksai/gpt4all.zig) : ZIG build for a terminal-based chat client for an assistant-style large language model with ~800k GPT-3.5-Turbo Generations based on LLaMa. - [EugenHotaj/zig_gpt2](https://github.com/EugenHotaj/zig_gpt2) : Neural Network Inference Engine in Zig. GPT2 inference engine written in Zig. The inference engine can run [NanoGPT](https://github.com/karpathy/nanoGPT). + - [CogitatorTech/zigformer](https://github.com/CogitatorTech/zigformer): ZigFormer is an transformer-based LLM implemented in pure Zig ## Database From f1c7886b0a5bb2fca430e1ee662b899be140194f Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Thu, 18 Dec 2025 08:22:22 +0100 Subject: [PATCH 4/4] Add Element0Lang/element-0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 699eb90..55232f8 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc - [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. +- [Element 0](https://github.com/Element0Lang/element-0): A small embeddable Lisp dialect written in Zig. ## FFI Bindings