mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-08-28 17:04:05 +02:00
Re-organize systems languages
This commit is contained in:
parent
ae4d6a08df
commit
a195d46e72
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -151,8 +151,9 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question
|
|||
* [Alternatives](#on-alternative-languages)
|
||||
* [Lisps](#lisps)
|
||||
* [Systems Languages](#systems-languages)
|
||||
* [Functional Systems Languages](#functional-systems-languages)
|
||||
* [Imperative Systems Languages](#imperative-systems-languages)
|
||||
* [Functional Programming Languages](#functional-programming-languages)
|
||||
* [Functional Systems Languages](#functional-systems-languages)
|
||||
* [Miscelaneous](#miscelaneous)
|
||||
* [Programming Language-Specific Tools and Libraries](#programming-language-specific-tools-and-libraries)
|
||||
* [Bash](#bash)
|
||||
|
|
@ -1709,6 +1710,11 @@ A desktop environment usually depends on a specific window manager to work.
|
|||
> * [Fennel](https://fennel-lang.org/) [](#anti-ai-policy) ([1](https://git.sr.ht/~technomancy/fennel/tree/main/CONTRIBUTING.md#contribution-transparency)) - lisp that compiles to Lua
|
||||
>
|
||||
> ### Systems languages:
|
||||
> #### Functional Systems Languages:
|
||||
> * [ATS](https://www.cs.bu.edu/~hwxi/atslangweb/Home.html) - functional, statically typed programming language that unifies implementation with formal specification that can be as efficient as C
|
||||
> * [Austral](https://austral-lang.org) - systems language with linear types and capability-based security
|
||||
>
|
||||
> #### Imperative Systems Languages
|
||||
> * [Cone](https://cone.jondgoodwin.com) - fast, friendly, safe, and fit systems programming language (dormant)
|
||||
> * [CSpydr](https://github.com/Spydr06/CSpydr) - static typed low-level compiled programming language inspired by Rust and C
|
||||
> * [Hare](https://harelang.org) - systems programming language designed to be simple, stable, and robust
|
||||
|
|
@ -1725,10 +1731,6 @@ A desktop environment usually depends on a specific window manager to work.
|
|||
> ### Functional Programming Languages:
|
||||
> * [Idris] [](#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
|
||||
>
|
||||
> ### Functional Systems Languages:
|
||||
> * [ATS](https://www.cs.bu.edu/~hwxi/atslangweb/Home.html) - functional, statically typed programming language that unifies implementation with formal specification that can be as efficient as C
|
||||
> * [Austral](https://austral-lang.org) - systems language with linear types and capability-based security
|
||||
>
|
||||
> ### Miscelaneous:
|
||||
> * [Biscuit Language (BL)](https://biscuitlang.org) - simple imperative programming language
|
||||
> * [eC](https://ec-lang.org) - expressive and intuitive, C style Object-Oriented programming language
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue