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/chrrs/lisp

An interpreted lisp language in Go

go golang hobby language lisp lisp-dialect programming-language

Last synced: 25 Oct 2025

https://github.com/anandarauf/poolang

Poolang(Comingsoon release).

programming-language programming-languages

Last synced: 06 Feb 2026

https://github.com/chloelavrat/orca-tutorial

Unofficial tutorial and documentation for the Orca procedural sequencer.

musicmaking programming-language sequencer sequencer-midi tutorial

Last synced: 04 Feb 2026

https://github.com/nicknaso/verona-lang

Experiments using verona

programming-language verona

Last synced: 26 Oct 2025

https://github.com/totobird-creations/snake-s-esoteric-programming-language

A terrible esoteric programming language based around the game of Snake.

cursed esoteric-programming-language programming-language snake

Last synced: 24 Jan 2026

https://github.com/bartolomej/ralc

Programmable calculator ðŸ”Ē

programming-language school-assignment

Last synced: 08 Apr 2025

https://github.com/gastonchenet/uniscript-vscode

🖞ïļ The VSCode extension for UniScript

language-support programming-language vscode-extension

Last synced: 01 Apr 2025

https://github.com/golem2game/guess-the-number

ðŸŽŪ A simple C program where you have to guess a random number between 1 and 100. Great for beginners learning C basics like loops, conditions, and functions.

c gcc-complier guess-the-number guessing-game programming programming-language vscode

Last synced: 11 Jun 2025

https://github.com/michaelkryukov/mitoy

Toy interpreted programming language

mitoy not-serious programming-language python students study

Last synced: 09 Nov 2025

https://github.com/lunatic-fox/github-colors

A web project to present all programming and markup language colors known by Github.

color colors github programming programming-language

Last synced: 31 Mar 2025

https://github.com/simplyyan/leveldot

An easy, fast, secure and lightweight markup language. Can be easily manipulated with Go

csv go golang json markup markup-builder markup-language markup-languages markup-template markups programming-language toml xml

Last synced: 01 Apr 2025

https://github.com/99thedark/aqua

6th version of my programming language, Aqua

compiler language llvm nim nim-lang programming-language

Last synced: 06 Jan 2026

https://github.com/brickfrog/rutile

Experimental stack-based DSL meant for LLM usage.

dsl llm llms openai-api programming-language

Last synced: 06 Feb 2026

https://github.com/vishal-raj-1/language-proficiency-in-c

It contains all the solutions of HackerRank (Language Proficiency In C)

basic-of-programming basics-of-c c hackerrank language-proficiency programming-language

Last synced: 03 Jul 2025

https://github.com/blazinsan/privacyscreenfilter

Privacy screen filter that simulates a privacy screen film that protects your privacy around others. It is developed using C++ and ran as a windows program.

cplusplus cpp programming programming-language

Last synced: 01 Apr 2025

https://github.com/hunan-rostomyan/pl-arith

An arithmetic programming language compiler

compiler experiment programming-language

Last synced: 22 Feb 2025

https://github.com/diohabara/pl

a programming language

ocaml opam programming-language

Last synced: 25 Mar 2025

https://github.com/humancto/forge-lang

Forge — an internet-native programming language with built-in HTTP, database, crypto, AI, JIT compiler, and 14 interactive tutorials. Write less. Build more.

bytecode-vm developer-tools http internet-native jit-compiler language natural-language-syntax programming-language rust scripting-language

Last synced: 07 Mar 2026

https://github.com/kennylajara/machine-dialect

Natural language programming in Markdown - write code that reads like English documentation. Designed to be written by LLMs and read by humans.

compiler language machine-dialect programming-language

Last synced: 26 Feb 2026

https://github.com/thevilledev/seppolang

A Seppo inspired programming language

programming-language seppo

Last synced: 30 Mar 2025

https://github.com/salteadorneo/cssx

Compile CSS as a programming language

comedy css hacktoberfest programming-language

Last synced: 09 Feb 2026

https://github.com/alphaharrius/veil

The implementation of the Veil programming language.

cpp cpp17 custom-language language-runtime programming-exercises programming-language

Last synced: 24 Mar 2025

https://github.com/sano-jin/dhl-alpha

A minimal compiler and runtime for a language based on graph rewriting

compiler interpreter ocaml programming-language

Last synced: 24 Mar 2025

https://github.com/divineniiquaye/pillar-lang

The Pillar Programming Language

blazingly-fast pillar programming-language

Last synced: 18 Mar 2026

https://github.com/jbrosdevelopment/calc_lang

A programming language designed to look like math and be used like a calculator

calculaor calculation programming-language rust

Last synced: 18 Jul 2025

https://github.com/sano-jin/lmn-alpha

A minimal compiler and a runtime for a language based on graph rewriting

compiler interpreter programming-language

Last synced: 24 Mar 2025

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

A statically typed, simple language.

compiler programming-language

Last synced: 18 Mar 2026

https://github.com/ozgrozer/todo

A challenge to myself, to learn all programming languages, while making a todo app

challenge nodejs php programming-language python todo

Last synced: 08 Apr 2025

https://github.com/linsyking/spell23-notes

Personal lecture notes and assignments of SPELL23.

programming-language

Last synced: 27 Feb 2026

https://github.com/tengyifei/shink

Shink is a JIT-ed, dynamic programming language

compiler interpreted-programming-language interpreter programming-language

Last synced: 13 Feb 2026

https://github.com/elijah-team/elijah-lang-lgpl

Elijjah is a high-level language suitable for replacement Java and C++. It is meant to integrate into current C and Java projects. It will feature a REPL and a graphical environment as well, along the lines Smalltalk/Tunes Slate.

elijah-lang programming-language transpiler

Last synced: 16 Jan 2026

https://github.com/daniel-liu-c0deb0t/recall

Interpreter for reCall, a dynamically typed scripting language that emphasizes recursion. Also contains object-oriented and functional features.

java programming-language

Last synced: 24 Mar 2025

https://github.com/masumkhan081/c-plus-plus-code-notes

This repository contains notes and code snippets related to C++ programming, focusing on various fundamental concepts, the Standard Template Library (STL), and best practices. It serves as a personal reference for learning and consolidating knowledge in C++. Intend to use for personal use and to help reinforce understanding of C++ concepts

cpp data-structures low-level-programming programming-language

Last synced: 19 Mar 2026

https://github.com/eirikvaa/nic

My first stab at creating a programming language from the ground up

compiler programming-language

Last synced: 11 Jun 2025

https://github.com/airsequel/airscript

[WIP] A scripting language for spreadsheet formulas, CLI tools, ETL pipelines

formula fp functional functional-programming language programming-language scripting scripting-language

Last synced: 19 Mar 2026

https://github.com/sidnand/byte

In development. Byte is a bare-bones language, it gives you the bare minimum out of the box features.

c-programming-language interpreter programming-language

Last synced: 14 Feb 2026

https://github.com/fernandothedev/eureka

The Eureka Programming Language

programming-language

Last synced: 14 Feb 2026

https://github.com/buxogabriel/gabelang

A programming language written in rust

interpreter lexer parser programming-language rust wasm

Last synced: 14 Feb 2026

https://github.com/benphelps/aul

Aul, is a Lua-like toy programming language.

lua programming-language toy-compiler toy-language

Last synced: 31 Mar 2025

https://github.com/hbiede/threes

Novelty programming language that operates as a stack-based reduced instruction set language.

esoteric-language esoteric-programming-language interpreted-language interpreted-programming-language langauge programming-language stack stack-language

Last synced: 03 Apr 2025

https://github.com/seanwevans/xorm

⊕, macros, and two 8-bit registers. That's all you get.

8-bit assembly macros programming-language xor-machine

Last synced: 15 Feb 2026

https://github.com/demierox/kavun

The Kavun Programming Language is a Turkish programming language for beginners, designed to be similar to common speech.

collaborative easy-to-understand language outline programming-language turkish turkish-language

Last synced: 15 Feb 2026

https://github.com/skillfulelectro/hulang

AI powered programming lang

ai hulang parallelism programming-language

Last synced: 19 Mar 2026

https://github.com/lang-programming/spec-test

The official lang test unit test files for checking compliance with the lang standard.

lang-language programming-language test-suite translation-files

Last synced: 19 Mar 2026

https://github.com/itevie/zephyrlanguage

Zephyr is a general purpose, interpreted programming language written in C#

coding-language custom-language interpreter language programming-language zephyr

Last synced: 19 Mar 2026

https://github.com/ravenleeblack/illeshian_suite

Illeshian is a series of programs. A driver, A preprocessor, A compiler, an Assembler, and some day a Linker.

assembler c compiler driver linker makefile nasm-assembly preprocessor programming-language translator

Last synced: 08 Apr 2025

https://github.com/psidh/Ganges

EARLY STAGE: An upcoming programming language inspired from Mahabharata and Epics of Hinduism. Arjun is a programming language that is designed to be simple and to introduce a culture of bharat throught it. It is a high-level language and interpretted language.

cpp go golang interpreter language lexer llvm low-level parser programming-language rust

Last synced: 22 Mar 2026

https://github.com/rieselhilfe/sofunlang

An Interpreter for my language "Sofun" (Stack-Oriented FUNctional programming language) written in haskell. Now with a basic type system.

esoteric-language functional-programming haskell interpreter programming-language repl sofun stack-based

Last synced: 23 Mar 2026

https://github.com/madkne/MPL_interpreter

A small,fast and simple interpreter also best solution to common problems of programmers.

beta c interpreter language mpl programming-language

Last synced: 11 May 2025

https://github.com/ldrk11/filesandfolders

Typescript interpreter for FilesAndFolders!

esolang esolangs folders programming-language

Last synced: 16 Mar 2025

https://github.com/itzisonn/meazy

ÐŊÐ·Ņ‹Ðš ÐŋŅ€ÐūÐģŅ€Ð°ÐžÐžÐļŅ€ÐūÐēÐ°Ð―ÐļŅ

programming-language

Last synced: 08 Apr 2025

https://github.com/raviqqe/tisp.rs

Tisp programming language in Rust

concurrent parallel programming-language tisp

Last synced: 29 Mar 2026

https://github.com/golergka/ts-lox

Typescript version of LOX language from Crafting Interpreters

programming-language typescript

Last synced: 29 Oct 2025

https://github.com/wilfred/syntax-cafe

programming languages to suit all tastes

programming-language what-was-i-thinking

Last synced: 29 Mar 2026

https://github.com/twfksh/yet-another-language

an interpreted language with built-in garbage collection

interpreter language programming-language

Last synced: 16 Mar 2025

https://github.com/aattoa/kieli

A general-purpose programming language

compiler language-server programming-language

Last synced: 27 Feb 2025

https://github.com/webfashionist/devclassify

DevClassify analyzes the source code of several programming languages and returns the probabilities for each language with the recommended file extension.

analysis classification devclassify-analyzes language php programming-language

Last synced: 06 Jul 2025

https://github.com/arturo-lang/cross-benchmarks

Comparison benchmarks: Arturo VS the-rest

arturo benchmark language programming-language

Last synced: 06 Sep 2025

https://github.com/kinshuk-code-1729/python-basic

This repository contains some basic codes of python programming language

programming programming-language python tkinter-gui tkinter-python turtle turtle-graphics

Last synced: 01 Mar 2025

https://github.com/joymon/learnprogrammingviajavascript

Learn programming via JavaScript - Malayalam

html javascript karel programming programming-language

Last synced: 26 Mar 2025

https://github.com/ongyx/ox

the ox programming language

programming-language python3

Last synced: 14 Jan 2026

https://github.com/Bredalis/PyTest

🐍 Testing's librery for Python 🐍

framework librery programming-language pytest python testing unit-testing

Last synced: 11 Mar 2025

https://github.com/andydevs/jump

An experiment in writing interpreted languages in C++

programming-language state-machine

Last synced: 21 Feb 2025

https://github.com/hudson-newey/cobra

Similar to what TypeScript is to JavaScript, Cobra is an abstraction of Python which can compile into Python, but with improved types, memory management, and syntax. Cobra is also backwards compatible with Python2.7 & Python3, to use (similar to TypeScript), rename your .py files to .pyc

language languages programming-language python python-3 python-script python2 python3 types

Last synced: 27 Feb 2025

https://github.com/tripplyons/subleq

A one instruction Turing Machine - SUBtract and branch if Less-than or EQual to zero

esolang esoteric-language esoteric-programming-language programming-language

Last synced: 07 Dec 2025

https://github.com/fairfield-programming/cherrycake

ðŸ•ļ A server-focused, interpreted and compiled programming language with simplicity, speed, and size in mind.

cherry cherrycake cli language programming-language server simplicity small speed web web-server

Last synced: 26 Mar 2025

https://github.com/fergusq/forten

Forten is a text preprocessor inspired by Fortob and TeX

fortob preprocessor programming-language

Last synced: 11 Mar 2025

https://github.com/mirror4s/introductory-c-programming-specialization

杜克åΧå­Ķ C įž–įĻ‹å…Ĩé—Ļ

c programming-language

Last synced: 20 Aug 2025

https://github.com/drift-language/drift

The Drift programming language.

java jvm kotlin language programming-language

Last synced: 06 Jan 2026

https://github.com/diohabara/cornellpl

https://cs3110.github.io/textbook/chapters/interp

programming-language

Last synced: 25 Mar 2025

https://github.com/corocoto/crb-language

programming language on JS :man_technologist: :computer: :symbols: :woman_technologist:

crb-language javascript js programming programming-language

Last synced: 09 Oct 2025

https://github.com/lang-programming/docs

The offical lang language standard and documentation

documentation lang-language programming-language translation-files

Last synced: 08 Jan 2026

https://github.com/atemmel/cherry

🍒 Personalized shell for unix systems

programming-language repl scripting-language shell

Last synced: 31 Jan 2026

https://github.com/willothy/testscript

A programing language interpreter project, written in Python using PLY.

ply programming-language python

Last synced: 12 Sep 2025

https://github.com/evve01/linsl

Simple interpreter for a Lisp/Scheme like language

lisp programming-language rust scheme

Last synced: 18 Jun 2025