From 8d41721606c515f5a4d73dc9d9dd22c2c3249369 Mon Sep 17 00:00:00 2001 From: Crazazy Date: Tue, 25 Aug 2026 10:57:50 +0200 Subject: [PATCH] Add imperative language section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2652ea..23fca97 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question * [Functional Systems Languages](#functional-systems-languages) * [Imperative Systems Languages](#imperative-systems-languages) * [Functional Programming Languages](#functional-programming-languages) - * [Miscelaneous](#miscelaneous) + * [Imperative Programming Languages](#imperative-programming-languages) * [Programming Language-Specific Tools and Libraries](#programming-language-specific-tools-and-libraries) * [Bash](#bash) * [C](#c) @@ -1737,13 +1737,13 @@ A desktop environment usually depends on a specific window manager to work. > ### Functional Programming Languages: > * [Idris] [![Anti-AI Policy](./badges/anti-ai-policy.svg)](#anti-ai-policy) ([1](https://github.com/idris-lang/Idris2/blob/main/CONTRIBUTING.md#things-we-will-not-accept)) - purely functional programming language, similar to Haskell > -> ### Miscelaneous: +> ### Imperative Programming Languages > * [Biscuit Language (BL)](https://biscuitlang.org) - simple imperative programming language > * [Omegathon] [![Anti-AI Policy](./badges/anti-ai-policy.svg)](#anti-ai-policy) ([1](https://codeberg.org/Allen123456hello/omegathon/src/branch/main/No-LLM.md)) - Fork of Python 3.9 > * [Seed7](https://seed7.net) - high level general purpose programming language with both an interpreter and a compiler > * [Sparrow](https://github.com/Sparrow-lang/sparrow) - general-purpose programming language that aims to integrate efficiency, flexibility and naturalness (discontinued) > * [Tauthon] - Fork of Python 2.7 with features backported from Python 3 - +> ## Programming Language-Specific Tools and Libraries