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).
- GitHub: https://github.com/topics/programming-language
- Wikipedia: https://en.wikipedia.org/wiki/Programming_language
- Aliases: programming-languages,
- Last updated: 2026-06-25 00:20:51 UTC
- JSON Representation
https://github.com/pravda-lang/pravda
A functional programming language that best of both worlds between Haskell and Lisp
functional-paradigm haskell interpreter lisp pravda programming-language
Last synced: 10 Apr 2025
https://github.com/losfair/luax
A Lua 5.3 implementation in Rust (work in progress)
interpreter lua programming-language rust vm
Last synced: 04 Feb 2026
https://github.com/jddev0/lang
This project provides a CLI and GUI interface to the Standard Lang implementation of the Lang Programming Language
interpreter lang-language programming-language translation-files
Last synced: 27 Jul 2025
https://github.com/frendsick/torth
Stack-based programming language
compiler language programming-language reverse-polish-notation self-hosted stack-based
Last synced: 16 May 2026
https://github.com/kisaragieffective/origlang
programming-language static-typed toy-language
Last synced: 02 May 2025
https://github.com/wrapl/wrapl
Wrapl, The Programming Language
backtracking goal-directed-evaluation interpreter multiple-dispatch programming-language text-processing
Last synced: 11 May 2025
https://github.com/sahilbansal17/cplusplus
Get to know A to Z of C++
basics-of-cpp cpp programming-language
Last synced: 30 Apr 2025
https://github.com/thmxv/tx-lang-cxx
Lightweight, fast, modern and scripting language
compiler cplusplus cpp cxx fast interpreter language light lightweight modern programming-language safe single-pass vm
Last synced: 11 Jul 2025
https://github.com/maxrt101/ff
Scripting language
compiler cpp17 programming-language python3 scripting-language
Last synced: 27 Feb 2026
https://github.com/codeperfectplus/kagglecomptetiontitanic
:jack_o_lantern:Kaggle-Comptetion-Titanic-Dataset(Codeperfectplus):trophy:
binary-classification classification-algorithm codeperfectplus data-science joblib jupyter-notebook kaggle kaggle-competition kaggle-dataset kaggle-titanic logistic-regression pickle programming-language python3 random-forest
Last synced: 27 Aug 2025
https://github.com/inteliense/aloft
An ongoing project for a programming language specifically for full stack development with simple and crazy powerful syntax.
compiler full-stack-web-development fullstack-development language programming-language web-server
Last synced: 10 Apr 2025
https://github.com/louiml/easy-programming-language
create your own programming language with javascript
easy-to-make easy-to-use javascript js nodejs programming-language
Last synced: 19 Apr 2025
https://github.com/erueri/kosu-lang
Trying to make a programming language
compiler ocaml programming-language
Last synced: 03 May 2025
https://github.com/ursalang/ursa
A friendly, stable general-purpose programming language
programming programming-language ursalang
Last synced: 11 Apr 2025
https://github.com/neilkleistgao/luatic
A Lua dialect with some interesting ideas.
Last synced: 17 Aug 2025
https://github.com/blyxyas/braincumc
Compiler for the Braincum esoteric language based in Brainfuck
brainfuck compiler esolang esoteric-language esoteric-programming-language programming-language rust
Last synced: 24 Mar 2025
https://github.com/wandvvs/expression-parser
Lexing and constructing AST for arithmetic expressions using the recursive descent parsing method
compiler cpp cpp23 cxx cxx23 interpreter language lexer lexer-parser lexing parser programming-language tokenizer
Last synced: 13 Apr 2025
https://github.com/lingdong-/dither-lang
A New Language for Creative Coding
creative-coding programming-language
Last synced: 18 Aug 2025
https://github.com/hatsusixty/loisp
Simple S-expression based programming language.
assembly compiler lisp programming-language rust
Last synced: 17 Jul 2025
https://github.com/rramoscabral/20484---training---essentials-of-developing-windows-store-apps-using-c-sharp
20484 Training for Microsoft Official Course (MOC) 20484 - Essentials of Developing Windows Store Apps Using C#
20484 learning microsoft-training programming-language training uwp wpf xaml
Last synced: 26 Jan 2026
https://github.com/alcatrazescapee/cordy
Dynamically Typed Scripting Language
cordy interpreter programming-language rust
Last synced: 18 Mar 2025
https://github.com/ammienyami/loisp
Simple S-expression based programming language.
assembly compiler lisp programming-language rust
Last synced: 16 Jul 2025
https://github.com/aermoss/rsx
An interpreted statically typed multi paradigm general purpose programming language designed for cross platform applications.
cross-platform general-purpose interpreted interpreted-languages interpreter multi-paradigm programming-language rsharp rsx statically-typed
Last synced: 14 Apr 2025
https://github.com/twolodzko/gosch
Minimal Scheme implemented in Go
go lisp lisp-interpreter programming-language scheme
Last synced: 19 Mar 2025
https://github.com/aermoss/rsx-r
A compiled statically typed multi paradigm general purpose programming language designed for cross platform applications.
compiler cross-platform general-purpose llvm llvmlite multi-paradigm programming-language rsharp rsxr statically-typed
Last synced: 23 Oct 2025
https://github.com/crabby-lang/crabby
Crabby, the new programming language of the modern programming era.
functional-programming modern programming-language project pythonic rust
Last synced: 05 Apr 2025
https://github.com/nthnn/yttria-lang
Yttria programming language using LLVM bindings in pure TypeScript.
compiler compiler-construction compiler-design compiler-infrastructure compiler-principles language llvm llvm-bindings nodejs-application programming-language typescript-app typescript-application typescript-compiler
Last synced: 06 May 2025
https://github.com/sungwoncho/tru
An esoteric programming language with prefix-free brackets
esolang esoteric-programming-language programming-language
Last synced: 18 Sep 2025
https://github.com/thevurv/expressionscript
Expression2 rewritten in Haxe
compiler expression2 garrys garrysmod hacktoberfest haxe programming-language transpiler wiremod
Last synced: 21 Jun 2025
https://github.com/macdue/mank
The Mank programming language
compiler language mank programming-language
Last synced: 01 Aug 2025
https://github.com/binhangyuan/javamethodautoabridging
programming-language software-engineering
Last synced: 11 Apr 2025
https://github.com/charleskoffler/clprolf
Clprolf is a specialized, guided object-oriented language. It features predefined, specialized components and applies constraints to inheritance and interfaces, focusing on algorithmic programming. It is a superset of java.
c c-sharp design-pattern design-patterns design-patterns-implemented-in-java design-patterns-java framework java language languages new-language oriented-programming-language php programming-language programming-languages science scientific-research simulation simulation-framework simulations
Last synced: 12 Apr 2025
https://github.com/heir-lang/heir
A strongly-typed bytecode interpreter for everybody.
bytecode interpreter language programming-language
Last synced: 16 Apr 2025
https://github.com/leon0399/benchmarks
World's complete programming language benchmark
benchmark benchmark-framework benchmarking benchmarks hacktoberfest linpack programming-language scoreboards
Last synced: 22 Mar 2025
https://github.com/astro-gram/basp
My programming language. Similar to JavaScript, with a semi-optional type system. Written fully in JavaScript with 0 dependencies.
javascript no-dependencies programming-language
Last synced: 17 Feb 2026
https://github.com/wzshiming/gs
A lightweight embedded scripting language embeddable programming language built with Go.
go gs language programming-language script
Last synced: 22 Jun 2025
https://github.com/bfontaine/eolas
Toy programming language
experiment programming-language
Last synced: 15 Apr 2025
https://github.com/blackbird71sr/programming-resources
Repository containing various programming resources for learning new concepts
beginner-friendly first-timers hacktoberfest hacktoberfest2018 help-wanted open-source programming-language resources
Last synced: 26 Dec 2025
https://github.com/elser-lang/elser
Smart-contract oriented language with emphasis on explicitness for critical and mutative operations and enforcement of a structured approach to smart-contract building.
blockchain clojure dsl ethereum evm language lisp programming-language smart-contracts solidity vyper
Last synced: 24 Sep 2025
https://github.com/virteal/inox
Iɴᴏx is a concatenative script language for Edge Computing on the Internet of Things in ML times. It will run on metal, nodejs, wasm, etc.
actor-model concatenative concatenative-interpreting-language concatenative-language dataflow-programming edge-computing forth-like iot machine-learning programming-language reactive stack-based virtual-machine wasm webassembly
Last synced: 11 Oct 2025
https://github.com/aermoss/aenc
A programming language made with C++.
cpp interpreter programming-language
Last synced: 26 Jun 2025
https://github.com/funnyboy-roks/stark
A strictly-typed stack-based compiled programming language
programming-language rust stack-based
Last synced: 07 May 2025
https://github.com/pes18fan/zen
scripting language
interpreter odin-lang parser programming-language
Last synced: 18 Jan 2026
https://github.com/mittelmark/fusion-tutorial
Tutorial for the Fusion Programming Language
programming-language swig transpiler tutorial
Last synced: 06 Mar 2026
https://github.com/omarazizi/kaleidoscope
Toy Programming language & optimizing JIT Compiler built with LLVM compiler infrastructure and C++
compilers cplusplus llvm llvm-ir programming-language
Last synced: 02 Feb 2026
https://github.com/bobrossrtx/demi-lang
An interpreted programming language developed in TypeScript
deno language programming-language typescript
Last synced: 01 Jul 2025
https://github.com/legionjp/learn_python3
Python Programming Guide
modules-python oops-in-python programming-language python
Last synced: 14 Apr 2025
https://github.com/dmitrii-artuhov/gengo
Gengo - dumb interpreted programming language based on C++
Last synced: 24 May 2026
https://github.com/neverrare/stringed
an esolang with first-class strings
esolang programming-language stringed
Last synced: 22 Mar 2025
https://github.com/mohsen-alizadeh/rgo-lang
syntax by Ruby, performance by Go
Last synced: 23 Jul 2025
https://github.com/sonus21/c-programm-to-3-address-translator
Translate a C program to 3 Address Code.
bison c c-plus-plus compiler lex lexical-analyzer programming-language yacc
Last synced: 23 Apr 2025
https://github.com/foxfriends/trilogy
Actually just three programming languages in a trenchcoat
effect-handlers functional-programming imperative-programming logic-programming programming-language
Last synced: 21 Jan 2026
https://github.com/tbrk/checklistings
LaTeX package for passing verbatim contents through a compiler and reincorporating the resulting output
compilation latex-package programming-language
Last synced: 13 May 2025
https://github.com/erikdelange/exin-ast-the-experimental-interpreter
Define your own programming language and design your own interpreter! This one is written in C and executes a Basic/C/Python like language. The interpreters design centers around an Abstract Syntax Tree.
abstract-syntax-tree ast c ebnf interpreter language programming-language
Last synced: 04 Jan 2026
https://github.com/maksasj/aylin
Aylin - simple esoteric programming language , made just for fun.
esoteric-language language programming-language
Last synced: 15 May 2025
https://github.com/sheikhartin/farr
A brand new programming language designed for developers with diverse coding interests! Yes, it's free to star 🌟!
from-scratch from-scratch-in-python interpreted-programming-language programming-language
Last synced: 03 Apr 2025
https://github.com/catseye/castile
MIRROR of https://codeberg.org/catseye/Castile : A simple imperative language with union types (and a compiler for same, with multiple targets)
compiler experimental-language flow-typing interpreter multiple-backends multiple-targets parse-dont-validate programming-language typecase union-type union-types
Last synced: 26 May 2026
https://github.com/matheusfillipe/mangle
Exolang that can take any utf8 text as valid code and return some result out of it
exolang interpreter joke programming-language pyo3 python repl rust scripting-language word-counter
Last synced: 01 Jul 2025
https://github.com/hathibelagal-dev/arpnc
Advanced RPN Calculator is trying to make your life fancier and more retro
forth-like programming-language rpn rpn-calculator
Last synced: 02 Jan 2026
https://github.com/pravj/glox
Interpreter for the 'Lox' language written in Go
crafting-interpreters go interpreter lox programming-language
Last synced: 23 Mar 2025
https://github.com/tarekmineroyal/minipascal-compiler
End-to-end compiler for MiniPascal, a simplified Pascal language. Built with C++, Flex, and Bison, it parses, semantically analyzes, and generates assembly for a custom stack-based VM.
abstract-syntax-tree bison c-plus-plus c-plus-plus-17 code-generation compiler compiler-construction compiler-design flex lexical-analysis minipascal parsing pascal programming-language semantic-analysis stack-based-virtual-machine syntax-analysis visitor-pattern
Last synced: 15 Jun 2025
https://github.com/ladroid/nekoprogramminglanguage
Neko programming language written in Rust
interpreter programming-language rust rust-lang
Last synced: 05 Jan 2026
https://github.com/werdl/rosemary
A quick, easy programming language that's a blend of Python and C
interpreter language programming-language rosemary rsmy
Last synced: 12 May 2025
https://github.com/killthebuddh4/gadfly
A system 2 compiler for language models.
agent ai framework program-synthesis programming-language typescript
Last synced: 21 Jun 2025
https://github.com/ripe-lang/ripe
The Ripe programming language
compiler ocaml programming-language qbe systems-programming
Last synced: 17 May 2026
https://github.com/kmr-ankitt/s-lang
S-lang is a programming language for newbies.
interpreter programming-language
Last synced: 20 Feb 2026
https://github.com/stevenjdh/code-librarian
Stores and organizes your code snippets for any programming language.
code database programming programming-language snippets snippets-library snippets-manager
Last synced: 07 May 2025
https://github.com/starssxhfdmh/sald
A modern dynamic programming language built with Rust.
async custom-language custom-programming-language language programming-language rust tokio
Last synced: 13 Jan 2026
https://github.com/anaseto/goal
Goal, an embeddable scripting array language. (mirror repository)
array-language functional-language go golang programming-language
Last synced: 12 Apr 2025
https://github.com/seanpm2001/blockql
🟥️🟩️🟦️ BlockQL is a block-based programming language designed for querying.
block-based-programming block-language blockql blockql-language gpl3 gplv3 home-repository md programming-language qjuery-language ql query-language rust rust-lang rust-language txt
Last synced: 14 May 2025
https://github.com/kashyapprajapat/cuttingchai
CuttingChai: A Simple, Desi-Flavored Custom Programming Language.
Last synced: 10 Jun 2025
https://github.com/iamjayprakash/codeclause_unitconvertor
This website helps in unit Conversion. This project is part of my internship.
codeclause codeclause-task covertor css csss development html internship js programming programming-language task unit web
Last synced: 18 May 2026
https://github.com/fabasoad/setup-kitten-action
This GitHub action installs Kitten programming language interpreter.
cli github-action github-actions interpreter kitten programming-language
Last synced: 18 Mar 2025
https://github.com/sandarutharuneth/cpps
Collection of basic C++ programs. All C++ beginner collaborators are welcome to add there simple tools here.
beginner-project coding collaboration cpp programming programming-language
Last synced: 28 Oct 2025
https://github.com/saadbazaz/chinesepython
Unofficial upload of ChinesePython, a translation of the Python programming language in Chinese [Provided by UrduPython engineers]
Last synced: 14 May 2026
https://github.com/wf001/xbrain
XBrain is an experimental programming language inspired by Brainfuck.
brainfuck c compiler programming-language
Last synced: 29 Mar 2025
https://github.com/b1f6c1c4/pythoness
Check how pythonic a Github user is.
demography github programming-language python
Last synced: 24 Mar 2025
https://github.com/alysonnumberfive/compilergenerator
A repo for my current compiler project
compiler go lexer metacompiler programming-language
Last synced: 09 Mar 2026
https://codeberg.org/nox-language/nox
Compiler for the Nox programming language
borrow-checker compiler memory-safety programming-language
Last synced: 23 Jul 2025
https://github.com/zuojianfa/ca-lang
CA is a new programming language, has similar grammar to rust, compatible with C ABI, support calling C functions directly, support for JIT execution, support garbage collections
compiler-design llvm programming-language rust
Last synced: 01 Sep 2025
https://github.com/cjavad/discordql
You ever wanted to browse your discord server from a terminal? Look no further DiscordQL aims to be a CLI interface with your discord bot.
ast cli-interface discord lexer parser programming-language query-language semantic-analysis
Last synced: 28 Apr 2026
https://github.com/liesnikov/extensible-elaborator
prototype implementation of a dependently-typed language with an extendable constraints and accompanying materials
dependent-types elaboration haskell programming-language prototype
Last synced: 07 Aug 2025
https://github.com/arturo-lang/benchmarks
Benchmarking tools & results for Arturo
arturo benchmark interpreter language programming programming-language
Last synced: 16 Jan 2026
https://github.com/Fazendaaa/TypeR
A superset language implemented in Go that types the R language
go programming-language r superset typer-lang
Last synced: 07 May 2025
https://github.com/evolutionengine/Go-Code
<C_> A Guide to Understanding The "Go Programming Language" [Depreciated]
go golang google programming-language
Last synced: 07 May 2025
https://github.com/yassinebenaid/nishimia
An interpreted dynamically typed programming language
go interpreter lexer parser programming-language repl
Last synced: 23 Nov 2025
https://github.com/owainlewis/ava
Ava is a programming language exploring the idea of programs that can mutate and write themselves
compiler haskell programming-language
Last synced: 26 Jun 2025
https://github.com/tinybiggames/nitrovm
High-performance register-based virtual machine in Delphi with comprehensive debugging tools and modular opcode architecture.
debugging delphi developer-tools interpreter modular-architecture pascal performance programming-language register-based-bytecode virtual-machine vm-engine win64 windows-11
Last synced: 02 Jul 2025
https://github.com/user0332/untypedscript
A fast and easy-to-use compiled language with a base implementation written in Python
assembly assembly-x86 compiled compiler language new-language programming-language python python3 ucrt untyped untypedscript
Last synced: 14 Apr 2025
https://github.com/ivpusic/monkey
Programming language implemented for fun and educational purposes
educational-project programming-language
Last synced: 28 Jun 2025
https://github.com/rafaelrinaldi/guess-programming-language
Naive programming language guessing built on top of highlight.js
guess highlight-js programming-language
Last synced: 22 Jul 2025
https://github.com/profan/meia-lua
(WIP) Compiler for a superset of Lua (meia-lua -> half-moon), spawned out of curiousity!
compiler lua nanopass programming-language racket
Last synced: 17 Mar 2025
https://github.com/tanay-pingalkar/productive-script
An interpreter for productivity flexibility and many more
javascript language programming-language typescript
Last synced: 24 Apr 2026
https://github.com/zyugyzarc/dees
Dees is a compiled, dynamicaly typed, programming language made with C++ and Python.
compiler cpp language programming-language python
Last synced: 16 Apr 2026
https://github.com/ashenwijesingha/ip-kuppiya-2022-feb-
Introduction to Programming Study Support Session 2022
c c-programming c-programming-language ip programming-language study-support-session
Last synced: 02 Feb 2026
https://github.com/rohittp0/not-python
!Python is a tiny language that I made to learn how compilers do their magic. The compiler of !Python is written in pure python ( no dependencies )
compiler language programming-language python
Last synced: 11 Apr 2025
https://github.com/fergusq/retki
Suomenkielinen Infom 7 -tyyppinen kieli tekstiseikkailujen luomiseen / Proof-of-concept Finnish programming language inspired by Inform 7
compiler finnish interactive-fiction natural-language-programming programming-by-natural-language programming-language
Last synced: 30 Apr 2025
https://github.com/acutmore/prog-lang-play
toy compiler that outputs lambda calculus style JavaScript
compiler lambda-calculus programming-language
Last synced: 22 Apr 2026
https://github.com/byancamatos01/python
"Aprendendo um pouco sobre a linguagem python através das aulas do Professor Gustavo Guanabara do Curso em video"
curso-em-video-python exercicios programming-language python3
Last synced: 06 Apr 2025