In this blog post, I’m creating a list of all the open-source programming languages that are actively developed on GitHub.
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Swift is a high-performance system programming language. It has a clean and modern syntax, offers seamless access to existing C and Objective-C code and frameworks, and is memory safe by default.
Although inspired by Objective-C and many other languages, Swift is not itself a C-derived language. As a complete and independent language, Swift packages core features like flow control, data structures, and functions, with high-level constructs like objects, protocols, closures, and generics. Swift embraces modules, eliminating the need for headers and the code duplication they entail.
TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript.
Empowering everyone to build reliable and efficient software.
It is an open-source, statically typed programming language supported and developed by JetBrains and open-source contributors.
Python is a programming language that lets you work quickly and integrate systems more effectively.
PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is distributed under PHP License v3.01.
Carbon is fundamentally a successor language approach, rather than an attempt to incrementally evolve C++. It is designed around interoperability with C++ as well as large-scale adoption and migration for existing C++ codebases and developers.
Julia is a high-level, high-performance dynamic language for technical computing. The main homepage for Julia can be found at julialang.org. This is the GitHub repository of Julia source code, including instructions for compiling and installing Julia, below.
Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible.
CoffeeScript is a little language that compiles into JavaScript. It is like an “Unfancy JavaScript” code.
Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
Crystal is a programming language with the following goals:
PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.
Scala combines object-oriented and functional programming in one concise, high-level language. Scala’s static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.
Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language, yet remains completely dynamic – every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection.
A lean and efficient Python implementation for microcontrollers and constrained systems.
Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability.
OTP is a set of Erlang libraries, which consists of the Erlang runtime system, a number of ready-to-use components mainly written in Erlang, and a set of design principles for Erlang programs.
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
A TypeScript-like language for WebAssembly.
AssemblyScript compiles a variant of TypeScript (basically JavaScript with types) to WebAssembly using Binaryen. It generates lean and mean WebAssembly modules while being just an npm install
away.
A small strongly typed programming language with expressive types that compiles to JavaScript, written in and inspired by Haskell.
Compiler for Elm, a functional language for reliable webapps.
Roslyn is the open-source implementation of both the C# and Visual Basic compilers with an API surface for building code analysis tools.
C# is designed by the C# Language Design Team (LDT) in close coordination with the Roslyn project, which implements the language.
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
Pony is an open-source, object-oriented, actor-model, capabilities-secure, high-performance programming language.
Frege is a Haskell for the JVM.
Like any Haskell, it is purely functional, enjoys a strong static type system with global type inference and non-strict – also known as lazy – evaluation.
Frege compiles to Java, runs on the JVM, and uses any Java library you want. It can be used inside any Java project.
Goby is an object-oriented interpreter language deeply inspired by Ruby as well as its core implementation by 100% pure Go. Moreover, it has standard libraries to provide several features such as the Plugin system. Note that we do not intend to reproduce the whole of the honorable works of Ruby syntax/implementation/libraries.
Racket is a general-purpose programming language and an ecosystem for language-oriented programming.
Idris is a general-purpose functional programming language with dependent types.
OCaml is a functional, statically-typed programming language from the ML family, offering a powerful module system extending that of Standard ML and a feature-rich, class-based object system.
The Eta programming language is a dialect of Haskell which runs on the JVM and has the following goals:
Nu is an interpreted Lisp that builds on the Objective-C runtime and Foundation framework.
LiveScript is a language that compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional-style programming, it also has many improvements for object-oriented and imperative programming.
Io is a dynamic prototype-based programming language in the same realm as Smalltalk and Self. It revolves around the idea of message passing from object to object.
DMD is the reference compiler for the D programming language.
Terra is a new low-level system programming language that is designed to interoperate seamlessly with the Lua programming language. It is also backwards compatible with (and embeddable in) existing C code. Like C, Terra is a monomorphic, statically-typed, compiled language with manual memory management. But unlike C, it is designed to make interaction with Lua easy. Terra code shares Lua’s syntax and control-flow constructs. It is easy to call Lua functions from Terra (or Terra functions from Lua).
An open-source language that makes it easy to write succinct, robust, and performant code.
Skip is a general-purpose programming language that tracks side effects to provide caching with reactive invalidation, ergonomic and safe parallelism, and efficient garbage collection. Skip is statically typed and ahead-of-time compiled using LLVM to produce highly optimized executables.
It is a programming language to skip the things you have already computed.
This is Rakudo, a Raku Programming Language compiler for the MoarVM, JVM, and Javascript virtual machines.
Chapel is a modern programming language designed for productive parallel computing at scale. Chapel’s design and implementation have been undertaken with portability in mind, permitting Chapel to run on multicore desktops and laptops, commodity clusters, and the cloud, in addition to the high-end supercomputers for which it was originally undertaken.
Lucee Server (or simply Lucee) is a dynamic, Java-based, tag and scripting language used for rapid web application development.
Lucee simplifies technologies like web services (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), data sources (MSSQL, Oracle, MySQL, and others), caching (infinispan, ehcache, and Memcached), and many more.
Lucee provides a compatibility layer for Adobe ColdFusion © CFML using fewer resources and delivering better performance.
Golo is a lightweight, dynamic, and weakly-typed language for the JVM.
Built from day 1 with invokedynamic
, Golo takes advantage of the latest advances of the JVM. It is also a showcase on how to build a language runtime with invokedynamic
.
Eclipse Golo was originally created by Julien Ponge and developed as part of the research activities of the DynaMid group of the CITI Laboratory at INSA Lyon.
Eclipse Golo is a mature Eclipse Technology Project.
Gosu is a pragmatic programming language for the JVM. It has been designed with Java developers in mind by providing a set of features that allow them to be more productive without sacrificing the benefits of Java’s simple syntax and type safety. Gosu is an object-oriented language with a sprinkle of functional programming features.
A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Haxe is an open-source toolkit that allows you to easily build cross-platform tools and applications that target many mainstream platforms. The Haxe toolkit includes:
The LiveCode Community open source platform provides a way to build applications for mobile, desktop and server platforms.
The visual workflow allows the user to develop apps “live”, using a powerful and uniquely-accessible language syntax.
Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation.
Dart is:
Dart’s flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Metaprogramming, Declarative programming using nested structures, and Natural programming.
The language is portable (MS-DOS, Windows, Linux, macOS, Android, WebAssembly, etc.) and can be used to create Console, GUI, Web, Games, and Mobile applications.
The language is designed to be Simple, Small, and Flexible.
Senegal is a powerful, small-but-fast, concurrent, class-based, and dynamically-typed programming language with a modern syntax.
EO (stands for Elegant Objects or ISO 639-1 code of Esperanto) is an object-oriented programming language based on 𝜑-calculus. We’re aware of popular semi-OOP languages and we don’t think they are good enough, including Java, Ruby, C++, Smalltalk, Python, PHP, C#: all of them have something we don’t tolerate.
The ChavaScript language transpiler. ChavaScript, a scripting language in Hebrew only, which is converted in real-time to JavaScript by translating the keywords and variable names from Hebrew to foreign.
Jelly is a golfing and recreational programming language inspired by J.
Beef is an open source performance-oriented compiled programming language which has been built hand-in-hand with its IDE environment. The syntax and many semantics are most directly derived from C#, while attempting to retain the C ideals of bare-metal explicitness and lack of runtime surprises, with some “modern” niceties inspired by languages such as Rust, Swift, and Go. See the Language Guide for more details.
Configure, Unify, Execute
CUE is an open-source data constraint language that aims to simplify tasks involving defining and using data.
It is a superset of JSON, allowing users familiar with JSON to get started quickly.
The Java Development Kit is a distribution of Java Technology by Oracle Corporation.
You can compile and execute C code everywhere, for example on
rescue disks. TCC generates optimized x86 code. No byte code overhead. Compile, assemble and link about 7 times faster than ‘gcc -O0’.
PC-BASIC is a free, cross-platform interpreter for GW-BASIC, Advanced BASIC (BASICA), PCjr Cartridge Basic and Tandy 1000 GWBASIC. It interprets these BASIC dialects with a high degree of accuracy, aiming for bug-for-bug compatibility. PC-BASIC emulates the most common video and audio hardware on which these BASICs used to run. PC-BASIC runs plain-text, tokenised and protected .BAS files. It implements floating-point arithmetic in the Microsoft Binary Format (MBF) and can therefore read and write binary data files created by GW-BASIC.
PC-BASIC is free and open source software released under the GPL version 3.
BASIC for the modern era.
QB64 is a modern extended BASIC+OpenGL language that retains QB4.5/QBasic compatibility and compiles native binaries for Windows (XP and up), Linux and macOS.
Gleam is a friendly language for building type-safe, scalable systems!
It compiles to Erlang (or JavaScript) and has straightforward interop with other BEAM languages such as Erlang, Elixir, and LFE.
Strongly-timed musical programming language. Gwion is a programming language, aimed at making music.
We evaluated the performance of Llama 3.1 vs GPT-4 models on over 150 benchmark datasets…
The manufacturing industry is undergoing a significant transformation with the advent of Industrial IoT Solutions.…
If you're reading this, you must have heard the buzz about ChatGPT and its incredible…
How to Use ChatGPT in Cybersecurity If you're a cybersecurity geek, you've probably heard about…
Introduction In the dynamic world of cryptocurrencies, staying informed about the latest market trends is…
The Events Calendar Widgets for Elementor has become easiest solution for managing events on WordPress…