An open API service indexing awesome lists of open source software.

Programming language

A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output. Programming languages generally consist of instructions for computers. There are many programming languages in existence, and each has at least one implementation, each of which consists of its own set of programming tools. Some programming languages require computation to be specified in an imperative form (i.e., as a sequence of operations to perform) while other languages use the declarative form (i.e. the desired result is specified, not how to achieve it).

https://github.com/xyproto/literalcircuit

:arrow_forward: Programming language for implementing circuits in the style of "literal programming"

circuits logic-gates programming-language

Last synced: 02 Jul 2026

https://github.com/liques/chestprogramminglanguage

Programming language designed to be easy and to be learned quickly.

programming-language

Last synced: 14 Oct 2025

https://github.com/maxbarsukov/capricc-io

πŸŸ₯ Extremely minimalistic Io-like language

homoiconic interpreter io-lang programming-language prototype ruby-interpreter

Last synced: 14 Oct 2025

https://github.com/karmakrafts/vanadium

Lexer-parser frontend for the Ferrous compiler toolchain.

antlr antlr-grammar antlr4 antlr4-grammar ferrous programming-language

Last synced: 14 Mar 2026

https://github.com/ivan-guerra/cpplox

A C++ implementation of the Lox language

compiler interpreter lox-interpreter programming-language

Last synced: 15 Oct 2025

https://github.com/broyeztony/karl

Programming without cognitive friction.

programming-language

Last synced: 14 Mar 2026

https://github.com/mathiasvatter/cksp-compiler-issues

Issues-only repository of the cksp-compiler

compilers programming-language

Last synced: 14 Mar 2026

https://github.com/florianwoelki/reflow

A custom programming language written in Go.

compiler go golang interpreter programming-language

Last synced: 19 Oct 2025

https://github.com/ericlee05/assemscript

Assembly-like and pointer based programming language / μ–΄μ…ˆλΈ”λ¦¬μ–΄μ™€ μœ μ‚¬ν•œ 포인터 기반 ν”„λ‘œκ·Έλž˜λ° μ–Έμ–΄

interpreter programming-language

Last synced: 23 Oct 2025

https://github.com/m1kc/rfalse

An interpreter for the FALSE language, possibly the fastest in the world.

brainfuck bytecode esolang esoteric-language false interpreter programming-language rust rust-lang vm

Last synced: 25 Oct 2025

https://github.com/exoad/kira

A Simple, Practical, & Grounded Object-Oriented Programming Language.

programming-language

Last synced: 26 Oct 2025

https://github.com/funnbot/grapl

Great... Really? Another programming language?

programming-language zig ziglang

Last synced: 26 Oct 2025

https://github.com/melchisedech333/verbum-language

🟣 A programming language focused on the development of complex systems. It supports the creation of systems involving the concepts of distributed computing, parallel computing, concurrent computing, meta-programming, hot code reload, high fault tolerance, and scalability.

complex-networks complex-systems concurrent-programming distributed-programming distributed-systems fault-tolerance free-and-open-source-software horizontal-scalable hot-code-reload imperative metaprogramming multiplatform multiprocessing open-source parellel-programming procedural programming-language scalable structured systems-engineering

Last synced: 19 Mar 2026

https://github.com/gabrielpacheco23/tape

A cell-based esoteric programming language with a JIT compiler

brainfuck esoteric-language jit programming-language rust tape

Last synced: 30 Jan 2026

https://github.com/pixilcode/tego-lang

A dynamically-typed functional programming language with linked lists as first class members, written in Rust

programming-language

Last synced: 31 Jan 2026

https://github.com/honourhealth/converting-shell-script-to-perl-language-with-lex-and-yacc

Converting one programming language to another one with respect to some grammar rules, defined before with lex and yacc. C programming language is used beside lex and yacc.

c c-programming c-programming-language cprogramming cprogramming-language lex lex-yacc programming-language yacc yacc-lex

Last synced: 17 Mar 2026

https://github.com/stickypiston/dabulang

A simple imperative programming language with a BASIC-inspired syntax

haskell interpreter megaparsec programming-language

Last synced: 02 Feb 2026

https://github.com/s4m-mo/hello-world-collection

The ultimate collection of Hello World files, language benchmarks and more, from across the languages you'll ever need to use.

benchmark collection hello-world programming-language

Last synced: 26 Feb 2026

https://github.com/jweinst1/lobster

A super-fast, binary expression language

binary-data compiler execution programming-language

Last synced: 15 Apr 2026

https://github.com/vwkd/didi

A string matching language that is more like a programming language and less like RegEx

new-language pattern-matching programming-language string-matching string-search

Last synced: 11 Feb 2026

https://github.com/giorgiogtelian/luna

this is my little project: a new programming language named after my dog

cpp csharp java language parser programming-language programming-languages

Last synced: 13 Feb 2026

https://github.com/vardan2009/kitelang

hobby programming language compiler written in C++

assembly cmake compiler compilers cpp lowlevel programming-language x86 x86-64

Last synced: 28 Feb 2026

https://github.com/nthnn/nougat-lang

An obsolete dynamic scripting yet general-purpose programming language for absolutely nothing written in C#.

compiler-construction csharp dotnet programming-language programming-language-development

Last synced: 09 May 2026

https://github.com/deepxx86/deepx-lang

My own programming language

haskell own-language programming-language

Last synced: 16 Feb 2026

https://github.com/alexisbouchez/php.rs

A PHP interpreter written in Rust

php programming-language rust

Last synced: 04 Mar 2026

https://github.com/fmelihh/rust-documentation-examples

"Ther Rust Programming Language" documentation walkthrough

documentation learning programming-language rust rust-lang

Last synced: 04 Mar 2026

https://github.com/dnbln/narxia

A programming language implementation

compiler programming-language

Last synced: 10 May 2026

https://github.com/cxw42/do-not-self-host

A toolchain starting from assembly so you don't have to self-host your next programming language

assembler assembly bytecode bytecode-interpreter interpreter programming-language programming-language-development self-hosting virtual-machine vm

Last synced: 17 Apr 2026

https://github.com/cvs0/flare-lang

An ultra-fast, developer-friendly interpreted language for seamless productivity.

developer-tools flare-language interpreter open-source-language programming-language scripting-language

Last synced: 04 Apr 2026

https://github.com/egorkhaklin/glass

A pure functional language whose compiler is written in Glass and self-compiles to byte-identical C, carrying a from-scratch zero-knowledge STARK prover: write a function, get a proof of its result. Hindley-Milner types, effects, exhaustive matching.

algebraic-data-types compiler cryptography effect-system fri functional-programming hindley-milner interpreter pattern-matching programming-language programming-language-design refinement-types self-hosting stark type-inference type-system zero-knowledge zero-knowledge-proofs zk zk-stark

Last synced: 10 Jun 2026

https://github.com/alternative-intelligence-cp/aria

Aria Programming Language β€” systems language built for safety, determinism, and AI-native applications. LLVM backend, 80 packages, LSP, DAP debugger, GPU codegen.

ai aria compiler gpu language-server llvm programming-language systems-programming

Last synced: 29 Apr 2026

https://github.com/kevindasilvas/klang

Klang is a strongly typed, with type inference, imperative and immutable programming language that transpiles to js.

compiler compilers haskell javascript klang programming-language programming-languages transpiler

Last synced: 18 Apr 2026

https://github.com/gespel/slang

Slang is a programming language focused on audio programming and multimedia systems. It aims to provide a precise and efficient environment for developing real-time audio applications and interactive media software.

audio audio-processing programming-language

Last synced: 19 Apr 2026

https://github.com/v-kolesnikov/simple

SimpΞ»e imperative programming language

computer-science programming-language self-education

Last synced: 21 Apr 2026

https://github.com/humanapp/mindcraft-lang

Mindcraft -- a tile-based visual programming language for creative coding applications

coding creative-coding game-development programming-language roblox robotics stem typescript visual-programming

Last synced: 07 May 2026

https://github.com/fergusq/sve

The Sve Programming Language

interpreter programming-language scripting-language

Last synced: 22 Apr 2026

https://github.com/felixklauke/princept

A very simple and lightweight programming language written for educational reasons. It is interpreted and aims to provide the best of Java, C# and C++.

educational grammar interpreter language low-level programming-language stack stackbased

Last synced: 23 Jun 2026

https://github.com/sapphire-project/sapphire

A small OOP language inspired by Ruby

programming-language ruby rust

Last synced: 08 May 2026

https://github.com/aegis-dev/shard_lang

Toy assembly language with embeddable 8bit VM written in Rust

asm assembly assmebler embeddable programming-language rust virtual-machine vm

Last synced: 25 Apr 2026

https://github.com/gusg21/kberry

The toy compiler made in Java and compiles to Java

java no-longer-maintained programming-language

Last synced: 06 Jun 2026

https://github.com/dere3046/jvav

yes is JVAV

joke jvav programming-language

Last synced: 26 Apr 2026

https://github.com/uliwitness/objectivek2

Small experiment to see if I can create the equivalent of objc_msgSend().

experimental objective-c programming-language runtime

Last synced: 26 Apr 2026

https://github.com/openpeeps/vancode

A flexible, macro-based AST, Codegen & Virtual Machine for building scripting languages and DSLs

abstract-syntax-tree ast bytecode bytecode-interpreter codegen interpreter interpreters nim openpeeps programming-language stack stackvm virtual-machine vm

Last synced: 07 Jun 2026

https://github.com/skx/s-lang

linux/amd64 compiler for simple language

assembly-language assembly-x86 compiler golang linux programming-language

Last synced: 07 Jun 2026

https://github.com/sleepy-monax/monkey

πŸ“• My implementation of the monkey programing language from "Writing An Interpreter In Go"

book exercise golang programming-language

Last synced: 28 Apr 2026

https://github.com/praabindhp/graph_rep-transversal_algorithm

C Program For Traversal Algorithm In Graphical Representation

c code graph programming-language representation traversal-algorithms

Last synced: 08 Jun 2026

https://github.com/dealbisac/cprograms

This repository contains the C Programs with the source code as well as output so that you can learn the better way of programming.

c program programming-challenges programming-exercises programming-language

Last synced: 30 Apr 2026

https://github.com/aziis98/ergolas

an Embeddable Random GOlang LAnguage for Scripting

embeddable-scripting-language golang library programming-language

Last synced: 08 Jun 2026

https://github.com/mohammadmd1383/j-mim

This is a scripting language called `MiM` (pronounced like 'meme') and it has some very interesting features, syntax and grammer. Written and extensible by Kotlin/JVM.

java jvm kotlin programming-language programming-languages scripting scripting-language

Last synced: 30 Apr 2026

https://github.com/papachristoumarios/ntua-pl1

Programming Languages I Homework Assignments

cpp java programming-language prolog python3 smlnj

Last synced: 01 May 2026

https://github.com/sayedrisat/bnscript

Automation-first programming language that compiles to JavaScript with a real compiler pipeline, runtime, and CLI.

automation bangla cli code-generator compiler developer-tools javascript language-design lexer parser programming-language sayed-risat semantic-analysis transpiler

Last synced: 11 Jun 2026

https://github.com/alternative-intelligence-cp/nitpick

Nitpick Programming Language β€” systems language built for safety, determinism, and AI-native applications. LLVM backend, 100+ packages, LSP, DAP debugger, GPU codegen.

ai compiler gpu language-server llvm nitpick programming-language systems-programming

Last synced: 28 Jun 2026

https://github.com/michael-buschbeck/mychs-macro-magic

A simple, sane, and friendly little scripting language for your Roll20 macros.

programming-language roll20-api roll20-macros

Last synced: 13 Jul 2025

https://github.com/guy1414/vext

Vext is a programming language I am making for both fun and to learn how languages and compilers work.

compiler csharp language-design language-making programming-language

Last synced: 25 Apr 2026

https://github.com/sharif-minhaz/programming-language-list-app

Add programming language using the list and one click will be enough for getting information about it.

ejs-templates heroku-deployment node-js programming-language

Last synced: 12 May 2026

https://github.com/devalade/algo

AlgoLang est un langage de programmation Γ©ducatif conΓ§u pour apprendre l'algorithmique avec une syntaxe franΓ§aise intuitive.

lsp programming-language

Last synced: 20 Jun 2026

https://github.com/pyrex41/shen-rust

Shen language port in Rust β€” 134/134 kernel conformance; tree-walker + AOT-compiled kernel + bytecode VM + opt-in GC; first-class AWS Cedar authorization integration.

authorization bytecode-vm cedar compiler functional-programming garbage-collector interpreter klambda programming-language rust shen theorem-prover

Last synced: 21 Jun 2026

https://github.com/dgenio/intentflow

An experimental language for governed LLM workflows: compile goals, evidence, uncertainty, actions, and verification into auditable agent plans.

agent-framework agentic-ai agents ai-agents ai-safety cli developer-tools dsl llm llmops open-source programming-language prompt-engineering python structured-output

Last synced: 25 Jun 2026

https://github.com/eoin-obrien/kedlang

Ked interpreter built with Lex, Yacc and Python

interpreter ked lex programming-language python yacc

Last synced: 05 Apr 2025

https://github.com/jb3/sef

A teeny tiny language written in Python to teach me some stuffs about AST

abstract-syntax-tree programming-language python3

Last synced: 24 Mar 2025

https://github.com/thomas-crane/pine

A general purpose, type checked language inspired by Rust.

compile-to-js compiler programming-language typescript

Last synced: 27 May 2026

https://github.com/1boch1/murphy

Scanner, Parser and Interpreter of a simple functional programming language

functional-language interpreted-programming-language ocaml programming-language

Last synced: 27 Mar 2025

https://github.com/lmantw/boxes

A goofy programing language all about πŸ“¦.

goofy programming-language

Last synced: 07 Apr 2025

https://github.com/radu-matei/monkey

[WIP] Interpreter, compiler, language server and debugger for the Monkey programming language

compiler debugger interpreter language-server-protocol programming-language

Last synced: 20 Jan 2026

https://github.com/atlas77-lang/Atlas-core

atlas-core is a system based flexible lexer builder library letting you easily build a fully fledge lexer.

compiler language lexer lexer-generator programming-language

Last synced: 02 Oct 2025

https://github.com/chidiebereokpoechi/voice-of-mordor

Interpreter for loosely-typed designer programming language

compiler interpreter programming-language

Last synced: 14 May 2025

https://github.com/gryfenfer97/neon

A simple swift-like programming language

cpp lox programming-language swift swift-like

Last synced: 16 May 2026

https://github.com/snmslavk/lena-lang

The custom llvm programming language for fun

custom-language lena lena-language llvm programming-language

Last synced: 02 May 2026

https://github.com/b-sullender/expression-parser

An expression parser in C that can easily be modified for more operations or turned into a calculator or programming language.

c-parser calculator expression-evaluator expression-parser programming-language

Last synced: 29 Jun 2025

https://github.com/lbrugnara/zenit

The Zenit programming language

compiler language-design programming-language zenit zenit-lang

Last synced: 23 Jun 2025

https://github.com/nymphium/llix

llix is Lua interpreter written for the Information special seminar http://www.coins.tsukuba.ac.jp/syllabus/GB13312_GB13322.html

interpreted-languages lua lua-interpreter moonscript programming-language

Last synced: 27 Jun 2025

https://github.com/pannous/angle.js

javascript version of the angle programming language

angle node-js programming-language

Last synced: 02 May 2026