From 2be851e6f222bc1123211180cae3ca4d46dc39b3 Mon Sep 17 00:00:00 2001 From: Toma400 <65849429+Toma400@users.noreply.github.com> Date: Fri, 15 Sep 2023 05:57:36 +0200 Subject: [PATCH] Added `classes` library (#71) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5e5083..4cb8c20 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ Nim provides unique features for seamless and transparent interoperability with - [oop_utils](https://github.com/bluenote10/oop_utils) - Nim macros for building OOP class hierarchies. - [interfaced](https://github.com/andreaferretti/interfaced) - Interfaces for Nim. - [traitor](https://github.com/beef331/traitor) - A macro heavy trait library made from boredom. +- [classes](https://github.com/jjv360/nim-classes) - Python-style class system for Nim. - [classy](https://github.com/nigredo-tori/classy) - Haskell-style typeclasses for Nim.