From ddaf311d8e22be665e60d73a4ceb49d61387d557 Mon Sep 17 00:00:00 2001 From: Oleg Ataev Date: Sat, 18 Apr 2026 17:54:05 +0300 Subject: [PATCH 1/2] Add Arianna Method Language --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0da888f..81015cc 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ then it's place for you. Here you can find interesting programming languages tha - [APL](https://en.wikipedia.org/wiki/APL_(programming_language)) - APL (named after the book A Programming Language) is a programming language developed in the 1960s by Kenneth E. Iverson. Its central datatype is the multidimensional array. It uses a large range of special graphic symbols to represent most functions and operators, leading to very concise code. It has been an important influence on the development of concept modeling, spreadsheets, functional programming, and computer math packages. It has also inspired several other programming languages. - [APLX](https://microapl.com/APL/index.html) - is an advanced, second generation implementation of the APL language, closely based on IBM's APL2, but with a number of important enhancements. - [April](https://github.com/phantomics/april) - April (Array Programming Re-Imagined in Lisp) - The APL programming language (a subset thereof) compiling to Common Lisp. +- [Arianna Method Language](https://github.com/ariannamethod/ariannamethod.ai) - A domain-specific language for machine learning that defines, trains, and runs transformers with integrated field physics. Compiles to C with zero dependencies. Features 80+ internal state parameters, reverse-mode autodiff, emotional chambers, and prophecy-based generation. Used across an ecosystem of 15+ neural organisms. - [Arend](https://github.com/JetBrains/Arend) - Arend is a theorem prover and a programming language based on Homotopy Type Theory. - [Argo](https://github.com/sviperll/argo) - Pragmatic functional programming language. - [Argon](https://github.com/argonlang/argon) - Argon is an interpreted multi-paradigm dynamically typed programming language. Its syntax is mainly influenced by Python, Go and Rust. From 4dd4af04965af4bc5ec33b4789dda113ed690054 Mon Sep 17 00:00:00 2001 From: ariannamethod Date: Fri, 24 Apr 2026 20:56:38 +0300 Subject: [PATCH 2/2] Shorten Arianna Method Language description to match list style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81015cc..f236c31 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ then it's place for you. Here you can find interesting programming languages tha - [APL](https://en.wikipedia.org/wiki/APL_(programming_language)) - APL (named after the book A Programming Language) is a programming language developed in the 1960s by Kenneth E. Iverson. Its central datatype is the multidimensional array. It uses a large range of special graphic symbols to represent most functions and operators, leading to very concise code. It has been an important influence on the development of concept modeling, spreadsheets, functional programming, and computer math packages. It has also inspired several other programming languages. - [APLX](https://microapl.com/APL/index.html) - is an advanced, second generation implementation of the APL language, closely based on IBM's APL2, but with a number of important enhancements. - [April](https://github.com/phantomics/april) - April (Array Programming Re-Imagined in Lisp) - The APL programming language (a subset thereof) compiling to Common Lisp. -- [Arianna Method Language](https://github.com/ariannamethod/ariannamethod.ai) - A domain-specific language for machine learning that defines, trains, and runs transformers with integrated field physics. Compiles to C with zero dependencies. Features 80+ internal state parameters, reverse-mode autodiff, emotional chambers, and prophecy-based generation. Used across an ecosystem of 15+ neural organisms. +- [Arianna Method Language](https://github.com/ariannamethod/ariannamethod.ai) - A machine learning language for transformers, implemented in C. - [Arend](https://github.com/JetBrains/Arend) - Arend is a theorem prover and a programming language based on Homotopy Type Theory. - [Argo](https://github.com/sviperll/argo) - Pragmatic functional programming language. - [Argon](https://github.com/argonlang/argon) - Argon is an interpreted multi-paradigm dynamically typed programming language. Its syntax is mainly influenced by Python, Go and Rust.