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/jlkdevelop/mxscript
MX Script — a modern, open-source scripting language for building web apps and APIs. One file. Zero boilerplate. Founded by Jassim Alkharafi.
api golang interpreter mxscript open-source programming-language scripting-language web-framework
Last synced: 02 May 2026
https://github.com/hengxin/coq-rock
Rock on Coq
coq distributed-system formal-methods programming-language theorem-prover
Last synced: 25 Feb 2025
https://github.com/aerkiaga/nacre
A programming language for verified software.
compiler formal-verification programming-language
Last synced: 25 Oct 2025
https://github.com/trisuaso/faraday
🦇 Faraday is an experimental language which compiles to Lua source!
compiler lua programming-language type-checking
Last synced: 20 May 2026
https://github.com/hrszpuk/rizzlang
The rizziest programming language ever made
compiler llvm-frontend programming-language
Last synced: 25 Oct 2025
https://github.com/nixinova/nouva
The Nouva programming language.
grammar language lark nixinova parser programming-language
Last synced: 01 Nov 2025
https://github.com/taco-c/go-forth
Forth-like language implemented in Go.
experiment programming-language
Last synced: 08 Jul 2025
https://github.com/baberrehman/rust
The Rust Programming Language
cool-stuff programming-language rust
Last synced: 14 Mar 2025
https://github.com/romw314/bashgenn
Original Bashgenn - BASH script GENerator for text maNipulation.
bash bash-script bashgenn cli cli-tool command-line command-line-tool compiler custom-programming-language install install-script programming-language transpiler
Last synced: 20 May 2026
https://github.com/aligusnet/cheasle
bison llvm programming-language re-flex
Last synced: 20 May 2026
https://github.com/astridnielsen-lab/itschool.github.io
Cursos Online de Tecnologia e Negócios Digitais ⚡ Evolua sua carreira e pratique de verdade!
discord discord-bot discord-py html-css-javascript programming-exercises programming-language python-script
Last synced: 14 Mar 2025
https://github.com/corejust/coreproject2024
The core programming language, written in C++ and LLVM
compiler core cpp cpp20 llvm programming-language
Last synced: 25 Feb 2026
https://github.com/asmxfoundation/asmx-g2
🚀The AsmX G2 (AsmX Generation 2)
asmx asmx-compiler assembler compiler compilers future hardware innovation irc-compiler jit-compiler low-level-programming open-source opensource programming-language programming-languages
Last synced: 02 Jan 2026
https://github.com/xerosic/cater-lang
Cater, a primitive programming language made for fun.
caterpillar esoteric programming-language python3
Last synced: 31 Oct 2025
https://github.com/rasheedmhd/llama
A programming language impl from Robert Nystrom's Crafting Interpreters
ast byte lexer parser programming programming-language scanner
Last synced: 06 Apr 2025
https://github.com/vitormanoelvb/sistema-fabrica-vitorcar
Sistema - Fábrica VitorCar
apache car-factory-automation cars console-app console-application database fabrica factory java java-8 jdbc-driver mysql netbeans netbeans-ide netbeans-project oriented-object-programming programming programming-language system system-design
Last synced: 31 Dec 2025
https://github.com/saidhanush27/daily-javascript
daily-tasks javascript javascript-es6 programming-language
Last synced: 06 Jul 2025
https://github.com/hanzceo/pnglang
PoC of a custom assembly language embedded into .png file. Includes assembler and interpreter.
assembler esolang interpreter programming-language
Last synced: 24 Feb 2026
https://github.com/pablushaa/stackcore
💾 Компилируемый язык программирования для ESP32
Last synced: 19 May 2026
https://github.com/kumpatlapavankumar/data-structures
Data structures using java
computer-science data-structures enjoy-coding java love-coding programming-language programming-practice
Last synced: 27 Mar 2025
https://github.com/hathibelagal-dev/occult
A programming language that looks very esoteric and occult-like
esolang ply programming-language python
Last synced: 13 Sep 2025
https://github.com/burning-eggs/whim
Stack-based programming language inspired by Forth.
no-dependencies programming-language python whim
Last synced: 11 Jun 2026
https://github.com/dowhiledev/vibelang
VibeLang is a programming language designed to seamlessly integrate with Large Language Models (LLMs) through native prompt blocks.
c openai programming-language vibe-coding vibelang
Last synced: 30 Apr 2026
https://github.com/yuminaa/yu-lang
language + compiler
compiler-construction compiler-design cpp20 ir language-design programming-language
Last synced: 22 Jul 2025
https://github.com/felixfong227/mlpfim-programming-language
And other MLP "programming language",but reading the real source files
mlp mylittlepony pony programming-language
Last synced: 06 Apr 2025
https://github.com/bchip/trippi-cs451
Trent + Chippi = TRIPPI Programming Language (Project for CS451)
lexical-analysis parser programming-language tokenizer
Last synced: 06 Apr 2025
https://github.com/mwixy/pulse
A lightweight, block-scoped programming language designed for ultra-fast declarative GUI prototyping and native Python interoperability. Build desktop apps in seconds without import statements.
declarative-ui desktop-app gui interpreter programming programming-language pulse python python3 scripting-language tkinter tkinter-gui
Last synced: 03 May 2026
https://github.com/i3abghany/kyoto
The Kyoto Programming Language and its compiler, Cyoto
antlr4 boost compiler llvm programming-language
Last synced: 18 May 2026
https://github.com/mrlsd/lilac
Compiler with LLVM backend
compiler language programming-language
Last synced: 16 May 2026
https://github.com/berzanorg/my-programming-language
A programming language based on a stripped down version of math.
programming-language react repl
Last synced: 18 May 2026
https://github.com/davidlee18/minihaskell
a little, functional, and lazy language
functional-programming lazy programming-language
Last synced: 30 Jan 2026
https://github.com/st0012/monkey
An language Interpreter written in Go
golang interpreter programming-language
Last synced: 29 Mar 2025
https://github.com/severen/lox
My implementations of the Lox programming language from the book Crafting Interpreters by Bob Nystrom.
crafting-interpreters interpeter language lox programming-language virtual-machine vm
Last synced: 18 May 2026
https://github.com/maxrt101/xcc
XCC Programming language compiler based on LLVM
compiler cpp17 llvm programming-language
Last synced: 02 May 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/israfiel-a/azalea
A small, concise C-like language built for use in the Cobalt operating system.
Last synced: 21 Jul 2025
https://github.com/dominhduy09/learning-programming
Learning-programming books and collections
books code coding coding-style collection learning programming programming-language study
Last synced: 25 Feb 2026
https://github.com/arnavk-09/trieslolcode
😆 Just exploring LOLCODE
lolcode programming-language toy-language
Last synced: 07 Feb 2026
https://github.com/magayaga/hyzero
The Hyzero programming language
hyzero language programming-language python
Last synced: 18 May 2026
https://github.com/csjh/wasm-interpreter
An in-place WebAssembly interpreter
cpp interpreter programming-language runtime wasm webassembly
Last synced: 18 May 2026
https://github.com/anathelegend/perl-efz
🚀 Simplify data management with Perl EFZ, an efficient tool for efficient file and data manipulation in Perl applications.
automation code-utilities command-line-tool cross-platform data-manipulation efz file-formatter open-source parser perl programming-language scripting software-development text-processing utf-8
Last synced: 30 Oct 2025
https://github.com/rdenadai/sigil-vscode-language-support
Sigil Language Support for Visual Studio Code
plugin programming-language sigil vscode-extension
Last synced: 18 May 2026
https://github.com/primeeagle/concerto
A modern programming language with an advanced type system, supporting both object-oriented and functional programming paradigms.
advanced-types compiled-language functional-programming object-oriented-programming programming-language
Last synced: 08 Feb 2026
https://github.com/sebheron/pbcad
VPR frontend in Java/Spring
bioinformatics dna programming-language
Last synced: 07 Sep 2025
https://github.com/vmmc2/bleach-docs
Repository that hosts the documentation of the Bleach language and its implementation.
documentation-website interpreters programming-language
Last synced: 19 Mar 2026
https://github.com/chandralegend/vibelang
VibeLang is a programming language designed to seamlessly integrate with Large Language Models (LLMs) through native prompt blocks.
c openai programming-language vibe-coding vibelang
Last synced: 10 Apr 2025
https://github.com/luckasranarison/tree-sitter-icelang
icelang grammar for tree-sitter
parser programming-language tree-sitter
Last synced: 15 Apr 2026
https://github.com/ttulka/i-am-selfish
esoteric programming language that solely discusses itself
esolang programming-language selfish
Last synced: 28 Mar 2025
https://github.com/alexandramartinez/adventofcode-2015
DataWeave scripts used in the adventofcode.com site for 2015.
advent-of-code adventofcode challenge challenges dataweave dataweave-lang dataweave-language dataweave-playground programming programming-challenges programming-exercises programming-language programming-languages
Last synced: 09 Feb 2026
https://github.com/jinxnvmm/turtlebasic
A basic-like programming language for Python Turtle drawing experiments. Still in development state.
programming-language python python3 turtle turtle-graphics turtle-python
Last synced: 04 Mar 2025
https://github.com/ciathefed/fishy
The Fishy compiler and virtual machine
bytecode compiler golang programming-language vm
Last synced: 21 Mar 2025
https://github.com/kmranrg/anuraglang
Welcome to AnuragLang, a simple yet powerful programming language designed for expressiveness and ease of use!
anuraglang new programming-language
Last synced: 05 Apr 2025
https://github.com/ib823/riina
Formally verified programming language with security properties proven in Coq. Zero external dependencies. Thousands theorems. 0 admits.
bahasa-melayu compiler coq effect-system formal-verification information-flow mpl-2 non-interference programming-language rust security theorem-proving type-system zero-trust
Last synced: 10 Feb 2026
https://github.com/suhteevah/aether
AI-native systems language. Close to the metal, LLM-readable, comments stripped at lex time.
ai autodiff compiler jit llm machine-learning programming-language rust systems-programming
Last synced: 14 Jun 2026
https://github.com/ttulka/strokepm
Stroke+- is an esoteric structured programming language
esolang javascript programming-language stroke turing-complete
Last synced: 28 Mar 2025
https://github.com/ttulka/stroke
Stroke {/|\} esoteric structured programming language
esolang javascript programming-language stroke
Last synced: 28 Mar 2025
https://github.com/randomgamingdev/simpl
A simple logic gate based programming language made for educational purposes
easy easy-to-use educational language language-model programming-language simpl simple
Last synced: 13 Mar 2025
https://github.com/rpigor/compiler
Compiler developed for the hypothetical programming language defined in the Compiladores class
ast compiler language programming-language
Last synced: 24 Feb 2025
https://github.com/timetolivechk-spec/uzpp
O'zbek tilida yoziladigan zamonaviy dasturlash tili. Modern programming language with Uzbek syntax, transpiles to C++23.
compiler cpp cpp23 education educational-language educational-programming language-server open-source programming-language transpiler uzbek uzbekistan vscode-extension
Last synced: 18 May 2026
https://github.com/aadenboy/kawa-ide
Official IDE and interpreter for the Kawa esolang
esolang esolang-wiki esolangs esoteric-programming-language ide interpreter programming-language
Last synced: 14 Jun 2026
https://github.com/itsrainingmani/lox
Lox programming language
c interpreter java programming-language
Last synced: 18 May 2026
https://github.com/phucvin/vmgen-langs
Interpreted programming languages using vmgen
assembly interpreter programming-language register-vm stack-vm virtual-machine vm vmgen
Last synced: 18 May 2026
https://github.com/manas1331/codes_using_random_library
These are the codes which uses random library to generate their useful results.
carname color country cricketer name password-generator programming-language server sports-description
Last synced: 21 Mar 2025
https://github.com/dashbing/wenyan
A simple Classical Chinese Programming Language in Simplified Chinese
Last synced: 03 Oct 2025
https://github.com/ellipticobj/alpha
stack based programming language
programming-language stack-based-language
Last synced: 21 Jul 2025
https://github.com/amanmenda/prism
Prism is an educational imperative programming language inspired by Rust syntax, developed during coursework at EPITECH to explore compiler design and language implementation.
compiler haskell programming-language virtual-machine
Last synced: 18 May 2026
https://github.com/linuxfandudeguy/arab-lang
A extremely small and buggy esoteric programming language where all the syntax is Arabic.
arabic arabic-language esolang esoteric-language programming-language python
Last synced: 21 Jul 2025
https://github.com/wgtsantos/aulas_javascript_t
Aulas Práticas de Javascript - Turma Tarde
desenvolvimento-de-sistemas javascript lessons-learned programming-language senai students
Last synced: 19 Jul 2025
https://github.com/wgtsantos/aula_javascript_m
Aulas Práticas de Javascript - Turma Manhã
desenvolvimento-de-sistemas javascript lessons-learned programming-language senai students
Last synced: 04 Oct 2025
https://github.com/erkamuzuncayir/cpp-primer
This repository contains my solutions of exercises for "C++ Primer, 5th Edition" by Stanley B. Lippman
cpp cpp-programming programming programming-exercises programming-language solutions
Last synced: 15 Jan 2026
https://github.com/ryansakurai/artigo-linguagens
Artigo sobre linguagens de programação, feito para a Revista HackoonSpace 2023.
article c cpp java javascript programming-language python typescript
Last synced: 21 Jun 2025
https://github.com/alerzendee/editorx-project
A rich-text editor.
editor editorconfig html-css-javascript javascript js lp programming programming-language rich-text-editor
Last synced: 08 Jul 2025
https://github.com/muba-74/currency-converter
PROJECT BASED ON TYPESCRIPT JAVASCRIPT & NODEJS.
javascript node node-js nodejs programming programming-exercises programming-language typescript
Last synced: 05 May 2026
https://github.com/mirror4s/introductory-c-programming-specialization
杜克大学 C 编程入门
Last synced: 23 Jun 2026
https://github.com/huidaecho/stacki
A stack-based interpreter that borrows all opcodes from Whitespace
esoteric-language interpreter programming-language whitespace
Last synced: 09 Jun 2026
https://github.com/dimits-ts/userfriendlyautomaton
A project containing data structures for different kinds of automata (DFAs/NFAs), a simple custom language defining operations on them, as well as a fully functional and customizable GUI editor.
desktop-application dfa-construction integrated-development-environment java-swing programming-language ui
Last synced: 17 May 2026
https://github.com/shreyaj-27/mini_projects_in_java
This repository contains mini projects created in java.
eclipse-ide intellij-idea java programming-exercises programming-language
Last synced: 17 May 2026
https://github.com/jeluchu/matepedia
Aquí podrás encontrar todos los programas de matemáticas que voy realizando. Desde los más fáciles hasta operaciones complejas
cpp matematicas mathematics maths operations programming programming-language
Last synced: 18 Jun 2025
https://github.com/kenpusney/fed
The Federal of Programming Languages
design-document fed programming-language
Last synced: 17 Feb 2026
https://github.com/hjyup/programming-basics
Here you can find laboratory work for the subject 'Fundamentals of Programming'
programming programming-exercises programming-language
Last synced: 21 Mar 2025
https://github.com/TanzeelaFatima492/Function-in-C-
cpp function program programming-language
Last synced: 22 Jun 2026
https://github.com/jodus-melodus/xy
Programming language specifically designed to solve mathematical problems
ast math mathematical-programming mathematics maths programming-language programming-languages solution solve workbook
Last synced: 13 Mar 2025
https://github.com/codecs1/casm
The compiled language that I wrote for making easier in writing assembly language.
assembly c programming-language x86
Last synced: 02 Feb 2026
https://github.com/it1shka/code-adventure
Project to teach kids basics of programming. Development process is currently frozen
game ide learn-to-code platform playground programming-language
Last synced: 19 Mar 2026
https://github.com/mtsyntho/darkie-sharp
DK#(short for darkie sharp) is a compiled programming language written in Löve2D.
coding-language compiled-language custom-language foss love2d lua programming-language
Last synced: 15 May 2026
https://github.com/sharoonjoseph321/social_media_eda
Data Analysis on social media apps ,using pandas, python, matplotlib.
data data-analysis data-science data-visualization matplotlib programming-language project python pythonprojects
Last synced: 03 Mar 2025
https://github.com/chikrom/hack_assembler
This is my own development of assembler for Hack computer, which translates symbolic representation of instructions in the language Hack into machine code. Thanks to the course developers for the opportunity and unique knowledge. I am very happy and open to suggestions, corrections, improvements, recommendations, advice
assembler computer computer-architecture computer-science programming-language
Last synced: 17 May 2026
https://github.com/krishpranav/learngo
learn golang using this repo
go golang learning linux macos programming programming-language windows
Last synced: 07 May 2026
https://github.com/ivov/lisette
A little language inspired by Rust that compiles to Go
compiler go programming-language rust
Last synced: 20 Apr 2026
https://github.com/sergeychelak/basic-like
Basic-like interpreter/programming language
ast basic interpreted-programming-language interpreter programming-language
Last synced: 17 May 2026
https://github.com/primeeagle/sonata
A modern scripting language with an advanced type system, supporting both object-oriented and functional programming paradigms.
functional-programming interpreted-programming-language object-oriented-programming programming-language scripting-language
Last synced: 17 Feb 2026
https://github.com/rayhanadev/ibcspsuedolang
Attempting to implement the IB Computer Science SL Pseudocode "Spec" as an interpreted language!
esoteric-language ib ibo interpreter programming-language pseudocode rust
Last synced: 15 Jul 2025
https://github.com/muba-74/word-counter
PROJECT BASED ON TYPESCRIPT,JAVASCRIPT & NODEJS.
coding java javascript node node-js nodejs programming programming-language typescript typescript-library
Last synced: 07 Apr 2026
https://github.com/genbuhase/equript
JavaScript + Equation = ???
equation javascript programming-language
Last synced: 16 May 2026
https://github.com/dignissimus/pyjlang
A python like language which is supposed to compile to Java
java language programming-language python
Last synced: 08 May 2026
https://github.com/goldenglorys/rust-gentle-intro
a gentle Rust tutorial
programming-language rust rustlang
Last synced: 19 May 2026