From 50927bdef9ec0418630ff653baf5cf9f9393f75c Mon Sep 17 00:00:00 2001 From: Prajjit Basu Date: Thu, 16 Oct 2025 00:21:51 +0530 Subject: [PATCH] Add Nim to Programming Languages section --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fca95632..4e439cdb 100644 --- a/readme.md +++ b/readme.md @@ -251,7 +251,8 @@ - [Move](https://github.com/MystenLabs/awesome-move#readme) - Domain-specific programming language for writing safe smart contracts. - [Esolangs](https://github.com/angrykoala/awesome-esolangs#readme) - Programming languages designed for experimentation or as jokes rather than actual use. - [VBA](https://github.com/sancarn/awesome-vba#readme) - An event-driven version of Visual Basic 6.0 built into most Microsoft Office apps for automation and scripting. -- [Ballerina](https://ballerina.io/learn/#readme) - Language for cloud-native programming and integration. +- [Ballerina](https://ballerina.io/learn/#readme) - Language for cloud-native programming and integration. +- [NIM](https://nim-lang.org?utm_source=chatgpt.com#readme) - Nim is a statically typed, compiled systems programming language that combines concepts from Python, Ada, and Modula. It emphasizes efficiency, expressiveness, and elegance.