Projects with this topic
-
A simple, minimalist, and easy-to-use RISC ISA and computing environment intending to strike a reasonable balance between elegant simplicity and practical power.
Updated -
Mifflin is a programming language designed for systems administration and task automation inspired by Kotlin, Python, and Rust and released under the MIT license.
Updated -
A low-level and minimalist assembly language I use for programming.
Updated -
-
Leonardus is a minimalist, stack-based programming system designed as a flexible framework for implementing and exploring algorithms. The syntax and semantics of its scripting language, LeoScript, are inspired by PostScript and Forth. It is extended with a prototype-based,object-oriented paradigm and provides a concise and expressive environment for learning and experimentation.
The project name is a nod to Leonardus Pisanus, who was named and became known as Fibonacci.
Consult the project's GitLab Pages for documentation.
Updated -
a simple programming language currently in development
Updated -
Lali Another Lisp Implementation
Updated -
-
A simple implementation of a PL/0 compiler toolchain.
Updated -
This is a collection of all C code examples taken from book: Brian K. Kernighan, Dennis M. Ritchie - "The C programming languages, second edition" - Prentice-Hall Inc. - 1989.
Updated -
A collection of C functions targetting common needs in the development of programs in C language.
Updated -
A collection of examples of the well-known "Hello World!" program in different programming languages and related programming environments.
Updated -
The Algorithm Collection contains several examples of well known algorithms implemented in C programming language.
Updated -
fb1337 is an experimental, highly expressive, stack- and array- based code golfing language written in Python. Its goal is to explore the limits of expressiveness and brevity in translating algorithms into runnable code.
FizzBuzz in fb1337 is a mere 20 characters long! ḣ:Fizz‿Buzz3‿5_|⊃'_∨
Updated -
A very very small programming language. A subset of Ruby. It is developed independently but resembles https://crystal-lang.org/.
Updated -
A WenYan interpreter/compiler written in Haskell.
Updated -
Calculator written as a Recursive Descent Parser
Updated