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/sno2/xlang

Alternative implementation of ArithLang, VarLang, DefineLang, FuncLang, RefLang, and TypeLang used in COM S 3420.

interpreter programming-language zig ziglang

Last synced: 07 Aug 2025

https://github.com/rvats20/simple-python-projects

This repo contains the simple python projects build to increase the python learning at granular level.

generative-ai machine-learning programming-language python python-project-beginner

Last synced: 08 Aug 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: 15 May 2026

https://github.com/rk0cc/github_colour_flutter

Receiving ozh's github-colors repository with latest commit of colors.json to Flutter's Color object.

color colors colour colours dart flutter github github-colors github-colours package programming-language pub

Last synced: 09 Apr 2026

https://github.com/abhaysp95/the_gopl

programs and exercises from the go programming language

go golang programming-language

Last synced: 12 Jun 2026

https://github.com/aruvili/agam

அகம் - A Tamil programming language with Python inspired syntax using rust

agam aruvili performance programming-language security simple tamil-language

Last synced: 30 Dec 2025

https://github.com/0xm4ll0c/yuji

yuji programming language

c c-lang programming-language

Last synced: 11 Aug 2025

https://github.com/amari-calipso/stacc

A parserless stack-based programming language made in a night for fun

esoteric-language esoteric-programming-language interpreter programming-language rust stack-based-language stack-machine

Last synced: 24 Jul 2025

https://github.com/yeonguchoe/java-note

Personal study note on Java

java programming-language

Last synced: 07 Sep 2025

https://github.com/aziis98/go-lisp-interpreter

A small interpreter for a lisp like language embedded in Go

embedded-scripting-language golang-library lisp-dialect programming-language

Last synced: 08 Jul 2025

https://github.com/alt-romes/langjam-cdc

A very simple language that when interpreted displays in a graphical window the composition done in the main function (langjam submission)

langjam programming-language

Last synced: 10 Nov 2025

https://github.com/lordubuntu/hello3000

A collection of roughly 3000 ways to say hello

hello-world language language-learning programming-language programming-languages

Last synced: 13 Aug 2025

https://github.com/snowy1803/suffix-lang

A type-safe functional programming language using Reverse Polish Notation

compiler functional-programming language programming-language suffix-lang

Last synced: 27 Oct 2025

https://github.com/dr-saad-la/java-programming

A comprehensive, industry-oriented repository providing structured progression from fundamental concepts to advanced Java implementations.

analytics app-analytics java java-application learning programming programming-language technology

Last synced: 04 Oct 2025

https://github.com/lloydlobo/lumina-lang

Compiler for Lumina powered by C and Assembly

assembly c compiler programming-language

Last synced: 15 Aug 2025

https://github.com/nuccitheboss/crox

Implementation of the Lox programming language in written in Crystal. Based on the first (Java) implementation of Lox.

crystal interpreter lox-language programming-language tree-walk-interpreter

Last synced: 22 Mar 2025

https://github.com/vwkd/sdrawkcab

A programming language that is forwards because it is backwards

new-language programming-language programming-language-concepts

Last synced: 25 Jan 2026

https://github.com/thekeenant/myth-lang

A programming language for the JVM.

jvm language myth-lang mythlang programming-language

Last synced: 10 Aug 2025

https://github.com/sammyne/the-rust-programming-language

Reading notes for <The rust programming language>

programming-language rust

Last synced: 17 Aug 2025

https://github.com/manojpawar94/go-lang-fundamental-examples

The repository has the programs on the fundamental concept of the Go Language programming. It covers variable declaration, conditional block, loop, functions, a data structure(array and slice), goroutines, struct, pointers, error handling and file handling.

arrays error-handling filehandling functional-programming functions go golang golang-examples google-golang goroutine pointers programming-exercises programming-language slice struct

Last synced: 03 Jan 2026

https://github.com/jewishlewish/barcelona

Programming Language allowing for more efficient API Requests for Other Interpreter Languages

barcelona interpreter language programming-language

Last synced: 17 Mar 2025

https://github.com/dimits-ts/mini-python-compiler

A project implementing a compiler for the 'Mini Python' programming language.

compiler programming-language sablecc

Last synced: 25 Jan 2026

https://github.com/naharashu/n

Powerful language for everything

n nlang programming-language

Last synced: 19 Aug 2025

https://github.com/yazaldefilimone/eva-typechecker

📝 | Type system | Static typeChecker | Type inference

compiler compiler-design programming-language typechecker types

Last synced: 19 Aug 2025

https://github.com/mmsaki/golang-basics

Beginners learning golang

golang programming-language

Last synced: 06 Apr 2025

https://github.com/sonyarianto/hello-world

"Hello world" on several different programming languages. Just need Docker to run each sample.

programming-language

Last synced: 28 Jun 2025

https://github.com/gusenov/random-programming-language-sh

Shell-скрипт для вывода из индекса TIOBE случайного языка программирования.

programming-language programming-languages shell-script

Last synced: 20 Feb 2026

https://github.com/cragglesg/webscript

webscript. interact with the web.

hackclub javascript programming-language web

Last synced: 02 Jan 2026

https://github.com/Simpson-Computer-Technologies-Research/simplc_parser

Parser for my programming language, simp lang (simpl) made in C

c parser programming-language simpl

Last synced: 14 May 2025

https://github.com/kajizukataichi/stack-programing-language

The powerful script language about stack oriented type.

programming-language stack-oriented

Last synced: 14 May 2025

https://github.com/willothy/worth

Compiler for the Porth programming language, targeting x86_64 assembly.

compiler compilers porth programming-language rust stack-based-language

Last synced: 20 Jan 2026

https://github.com/newlandtv/helloworld

Let's print "Hello, World!" In 6 programming languages.

c cpp csharp hello-world helloworld java javascript js programming-language python

Last synced: 08 Apr 2026

https://github.com/shriram-vibhute/python

This repository contains comprehensive Python coursework, featuring lessons on fundamentals, data structures & OOP's. concept.

data-structures object-oriented-programming programming-language python

Last synced: 22 Aug 2025

https://github.com/superscary/loom

A statically-typed OOP language with two-pass compilation, value semantics, and bare metal accessibility.

compiler llvm ocaml programming-language static-typing

Last synced: 22 Aug 2025

https://github.com/ccntrq/freezylang

A simple interpreted programming language implemented in Haskell

haskell-learning interpreter programming-language

Last synced: 08 Jul 2025

https://github.com/asllop/runpack

Minimalistic, yet practical, scripting language

async-await concatenative-language embedded interpreter programming-language rust scripting

Last synced: 08 Apr 2026

https://github.com/evaisse/the-great-analysis-challenge

A multi-language base application to test performance of static analysis

benchmark chess chess-engine code programming-language

Last synced: 24 May 2026

https://github.com/laluxx/rush

Yet another llvm wrapper

ast llvm parser programming-language

Last synced: 09 Mar 2026

https://github.com/ultreon/ultran-lang

Programming Language for the Device Mod (WIP)

devices-mod programming-language ultran-lang

Last synced: 14 Apr 2025

https://github.com/gastonchenet/uniscript

🔩 UniScript is a simple compiler to bash and powershell.

bash compiler powershell programming-language scripting scripting-language

Last synced: 24 Oct 2025

https://github.com/paulinobermudez/introductiontopythonandprogrammingbasic-cisco

Introduction to Python and programming basics - Becas Digitaliza Cisco

becas chunche95 cisco devnet digitaliza pauchino programming-language python

Last synced: 14 Mar 2025

https://github.com/austaras/acompiler

Compiler for ADF lang

compiler programming-language

Last synced: 26 Aug 2025

https://github.com/jaredhalpern/monkey

Toy programming language and interpreter

interpreter programming-language

Last synced: 05 Apr 2025

https://github.com/paulcacheux/elang

Compiler for a simple C-like rust-inspired language.

compilers programming-language rust

Last synced: 17 Oct 2025

https://github.com/two-project/2Lang

[Work in progress] An assembler for the 2Lang programming language

assembly assembly-language binary compiler language programming-language

Last synced: 17 Sep 2025

https://github.com/ayushsiloiya619/threshold-dkn

C++ Important Coding questions with solutions.

competitive-programming cplusplus cpp programming-language

Last synced: 23 Mar 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/rcosta358/scripting-language

Attempt of a custom scripting language using Python

interpreter programming-language python scripting-language

Last synced: 09 Oct 2025

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/farhantips/object_oriented_programming_python

Explore the core concepts of Object-Oriented Programming (OOP) in Python through hands-on exercises and real-world examples. This repository helps deepen understanding of OOP principles such as inheritance, encapsulation, polymorphism, and abstraction, providing practical implementations for effective learning.

abstract bracucse111 cse111 encapsulation inheritance object-oriented-programming oop overriding programming-language python

Last synced: 12 Aug 2025

https://github.com/lillian0x1a/lilium

Safe low-level programming with Python-like syntax.

compiler llvm programming-language rust-alternative safe-unsafe systems-programming

Last synced: 04 Oct 2025

https://github.com/ucx15/meteorite

Meteorite is a tiny, fast programming language built for low-level control inspired by C. It’s statically typed, super lightweight, and compiles down using FASM.

compiler programming-language

Last synced: 11 Jun 2025

https://github.com/rasabh-org/cpp-tutorials

A repository to host sample C++ source files intended to be used as study materials for learning or teaching purposes.

cpp programming-language tutorial-code tutorial-demos tutorial-sourcecode tutorials

Last synced: 04 Oct 2025

https://github.com/b-jure/tokudae

Embeddable interpreted programming language (work in progress)

c embedded-language interpreter programming-language

Last synced: 12 Aug 2025

https://github.com/acerx-amj/cfunge

2D esoteric programming language based off Befunge-93.

cpp17 esolang interpreter programming-language

Last synced: 17 Sep 2025

https://github.com/ttulka/turmin

Turmin esoteric programming language is neither a Turing machine nor a Minsky machine.

esolang js minsky programming-language turing-machine

Last synced: 12 Aug 2025

https://github.com/acerx-amj/cll_interpreter

Interpreter for CLL inspired by C++ and Python.

cpp17 interpreted-programming-language interpreter programming-language

Last synced: 17 Sep 2025

https://github.com/gaming32/typo

I thought I'd try my hand at making an environment that looks like its own os.

programming-language scripting-language

Last synced: 13 Aug 2025

https://github.com/aceinetx/zenlang

Primary programming language of ZenOS

garbage-collection programming-language rust rust-lang

Last synced: 06 Nov 2025

https://github.com/ashesh-para/travel-management-system

This project is designed to manage and streamline travel arrangements, including booking flights, accommodations, and other travel-related activities. The system aims to provide an efficient way to handle travel logistics for users.

css database final-year-project html javaswing jdbc-database jquery nodejs pijus-mazumdar programming programming-language tkinter-gui tourism-website travel-website

Last synced: 09 Apr 2026

https://github.com/abdulrhman-dev/abood_lang

A simple Arabic scripting language built with python.

arabic programming-language python scripting-language

Last synced: 18 Mar 2025

https://github.com/gabrieljuan349/rustlings_course

🦀 Small exercises to get you used to reading and writing Rust code!

learning-resources programming-language rust

Last synced: 29 May 2026

https://github.com/imsushant12/stone-paper-scissor

It is a small project related to C-Language in which I have coded the famous stone-paper-scissor game that I think everyone has played in their childhood.

clanguage programming-language project

Last synced: 17 Mar 2025

https://github.com/joaofaveri/discovering-modern-cpp

My walk-through over the book "Discovering Modern C++", written by Peter Gottschling (Addison-Wesley - Second Edition). An intensive course for scientists, engineers and programmers

book-exercises cpp programming programming-language

Last synced: 20 Mar 2025

https://github.com/sclorentz/my_js_test_runtime

third test to Cb, this one, again, related to rust. But this time I'm trying to include "backwards" compatibilities with the original version

deno js js-runtime programming-language rust ts

Last synced: 29 Apr 2026

https://github.com/ltabis/d-lisp

An implementation of Lisp in C

lisp-interpreter programming-language

Last synced: 17 Jan 2026

https://github.com/newlandtv/python-tutorial-3.11.0

This is tutorial about Python 3.11.0 for beginners.

programming-language python python3 python3-11 tutorial

Last synced: 16 Sep 2025

https://github.com/webcien/u-lang

U is a Modern, Safe, and Lightweight systems programming language

programming-language

Last synced: 20 Jan 2026

https://github.com/r1c4rdco5t4/scripting-language

Attempt of a custom scripting language using Python

interpreter programming-language python scripting-language

Last synced: 30 Mar 2025

https://github.com/willmcpherson2/tulip

A Tiny, Untyped, Lazy, Interpreted, Pure language

haskell programming-language

Last synced: 30 Mar 2025

https://github.com/olion-lang/olion

A programming language with Algebraic Effects on WASI

algebraic-effects effect programming-language security wasi wasi-preview-2 wasm web-assembly webassembly

Last synced: 30 Jul 2025

https://github.com/zethearc/yachayl

Programming Language for Yachay Tech student.

programming programming-language python python3

Last synced: 05 Oct 2025