{"id":2535,"date":"2022-07-30T22:00:32","date_gmt":"2022-07-30T17:00:32","guid":{"rendered":"https:\/\/www.edopedia.com\/blog\/?p=2535"},"modified":"2022-08-03T16:47:24","modified_gmt":"2022-08-03T11:47:24","slug":"open-source-programming-languages-on-github","status":"publish","type":"post","link":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/","title":{"rendered":"64 Open Source Programming Languages on GitHub"},"content":{"rendered":"\n<p>In this blog post, I&#8217;m creating a list of all the open-source programming languages that are actively developed on GitHub.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Go<\/h2>\n\n\n\n<p>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/golang\/go\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Swift<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/apple\/swift\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">TypeScript<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/microsoft\/TypeScript\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Rust<\/h2>\n\n\n\n<p>Empowering everyone to build reliable and efficient software.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/rust-lang\/rust\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Kotlin<\/h2>\n\n\n\n<p>It is an open-source, statically typed programming language supported and developed by JetBrains and open-source contributors.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/JetBrains\/kotlin\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Python<\/h2>\n\n\n\n<p>Python is a programming language that lets you work quickly and integrate systems more effectively.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/python\/cpython\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">PHP<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/php\/php-src\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Carbon<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Features<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Performance matching C++ using LLVM, with low-level access to bits and addresses<\/li><li>Interoperate with your existing C++ code, from inheritance to templates<\/li><li>Fast and scalable builds that work with your existing C++ build systems<\/li><li>Solid language foundations that are easy to learn, especially if you have used C++<\/li><li>Easy, tool-based upgrades between Carbon versions<\/li><li>Safer fundamentals, and an incremental path toward a memory-safe subset<\/li><li><strong>Batteries-included approach:<\/strong> compiler, libraries, docs, tools, package manager, and more<\/li><\/ul>\n\n\n<p><a href=\"https:\/\/github.com\/carbon-language\/carbon-lang\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Julia<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/JuliaLang\/julia\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Ruby<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Features<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Simple Syntax<\/li><li><strong>Normal<\/strong>&nbsp;Object-oriented Features (e.g. class, method calls)<\/li><li><strong>Advanced<\/strong>&nbsp;Object-oriented Features (e.g. mix-in, singleton-method)<\/li><li>Operator Overloading<\/li><li>Exception Handling<\/li><li>Iterators and Closures<\/li><li>Garbage Collection<\/li><li>Dynamic Loading of Object Files (on some architectures)<\/li><li>Highly Portable (works on many Unix-like\/POSIX compatible platforms as well as Windows, macOS, etc.)<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/ruby\/ruby\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">CoffeeScript<\/h2>\n\n\n\n<p>CoffeeScript is a little language that compiles into JavaScript. It is like an &#8220;Unfancy JavaScript&#8221; code.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/jashkenas\/coffeescript\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Elixir<\/h2>\n\n\n\n<p>Elixir is a dynamic, functional language designed for building scalable and maintainable applications.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/elixir-lang\/elixir\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Crystal<\/h2>\n\n\n\n<p>Crystal is a programming language with the following goals:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Have a syntax similar to Ruby (but compatibility with it is not a goal)<\/li><li>Statically type-checked but without having to specify the type of variables or method arguments.<\/li><li>Be able to call C code by writing bindings to it in Crystal.<\/li><li>Have compile-time evaluation and generation of code, to avoid boilerplate code.<\/li><li>Compile to efficient native code.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Why?<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>We love Ruby&#8217;s efficiency for writing code.<\/li><li>We love C&#8217;s efficiency for running code.<\/li><li>We want the best of both worlds.<\/li><li>We want the compiler to understand what we mean without having to specify types everywhere.<\/li><li>We want full OOP.<\/li><li>Oh, and we don&#8217;t want to write C code to make the code run faster.<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/crystal-lang\/crystal\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">PowerShell<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/PowerShell\/PowerShell\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Scala<\/h2>\n\n\n\n<p>Scala combines object-oriented and functional programming in one concise, high-level language. Scala&#8217;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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/scala\/scala\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Clojure<\/h2>\n\n\n\n<p>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 \u2013 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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/clojure\/clojure\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">MicroPython<\/h2>\n\n\n\n<p>A lean and efficient Python implementation for microcontrollers and constrained systems.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/micropython\/micropython\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Erlang<\/h2>\n\n\n\n<p><strong>Erlang<\/strong>&nbsp;is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability.<\/p>\n\n\n\n<p><strong>OTP<\/strong>&nbsp;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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/erlang\/otp\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Nim<\/h2>\n\n\n\n<p>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).<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/nim-lang\/Nim\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">AssemblyScript<\/h2>\n\n\n\n<p>A TypeScript-like language for WebAssembly.<\/p>\n\n\n\n<p>AssemblyScript compiles a variant of TypeScript (basically JavaScript with types) to WebAssembly using <a href=\"https:\/\/github.com\/WebAssembly\/binaryen\" target=\"_blank\" rel=\"noreferrer noopener\">Binaryen<\/a>. It generates lean and mean WebAssembly modules while being just an <code>npm install<\/code> away.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/AssemblyScript\/assemblyscript\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">PureScript<\/h2>\n\n\n\n<p>A small strongly typed programming language with expressive types that compiles to JavaScript, written in and inspired by Haskell.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/purescript\/purescript\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Elm<\/h2>\n\n\n\n<p>Compiler for Elm, a functional language for reliable webapps.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/elm\/compiler\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Roslyn<\/h2>\n\n\n\n<p>Roslyn is the open-source implementation of both the C# and Visual Basic compilers with an API surface for building code analysis tools.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/dotnet\/roslyn\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">C#<\/h2>\n\n\n\n<p>C# is designed by the C# Language Design Team (LDT) in close coordination with the Roslyn project, which implements the language.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/dotnet\/csharplang\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Red<\/h2>\n\n\n\n<p>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!<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/red\/red\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Pony<\/h2>\n\n\n\n<p>Pony is an open-source, object-oriented, actor-model, capabilities-secure, high-performance programming language.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/ponylang\/ponyc\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Frege<\/h2>\n\n\n\n<p>Frege is a Haskell for the JVM.<\/p>\n\n\n\n<p>Like any Haskell, it is purely functional, enjoys a strong static type system with global type inference and&nbsp;<a href=\"http:\/\/en.wikipedia.org\/wiki\/Non-strict_programming_language\">non-strict<\/a>&nbsp;&#8211; also known as&nbsp;<em>lazy<\/em>&nbsp;&#8211; evaluation.<\/p>\n\n\n\n<p>Frege compiles to Java, runs on the JVM, and uses any Java library you want. It can be used inside any Java project.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/Frege\/frege\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Goby<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/goby-lang\/goby\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Racket<\/h2>\n\n\n\n<p>Racket is a general-purpose programming language and an ecosystem for language-oriented programming.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/racket\/racket\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Idris<\/h2>\n\n\n\n<p>Idris is a general-purpose functional programming language with dependent types.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/idris-lang\/Idris-dev\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">OCaml<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/ocaml\/ocaml\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Eta<\/h2>\n\n\n\n<p>The Eta programming language is a dialect of Haskell which runs on the JVM and has the following goals:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>accessibility for beginners from imperative languages, especially Java<\/li><li>compatibility with GHC 7.10.3&#8217;s Haskell.<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/typelead\/eta\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Nu<\/h2>\n\n\n\n<p>Nu is an interpreted Lisp that builds on the Objective-C runtime and Foundation framework.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/programming-nu\/nu\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">LiveScript<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/gkz\/LiveScript\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Io<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/IoLanguage\/io\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">DMD<\/h2>\n\n\n\n<p>DMD is the reference compiler for the D programming language.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/dlang\/dmd\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Terra<\/h2>\n\n\n\n<p>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&#8217;s syntax and control-flow constructs. It is easy to call Lua functions from Terra (or Terra functions from Lua).<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/terralang\/terra\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">F#<\/h2>\n\n\n\n<p>An open-source language that makes it easy to write succinct, robust, and performant code.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/dotnet\/fsharp\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Skip<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n\n<p>It is a programming language to skip the things you have already computed.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/skiplang\/skip\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Rakudo<\/h2>\n\n\n\n<p>This is Rakudo, a Raku Programming Language compiler for the MoarVM, JVM, and Javascript virtual machines.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/rakudo\/rakudo\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Chapel<\/h2>\n\n\n\n<p>Chapel is a modern programming language designed for productive parallel computing at scale. Chapel&#8217;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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/chapel-lang\/chapel\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Lucee Server<\/h2>\n\n\n\n<p>Lucee Server (or simply Lucee) is a dynamic, Java-based, tag and scripting language used for rapid web application development.<\/p>\n\n\n\n<p>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.<\/p>\n\n\n\n<p>Lucee provides a compatibility layer for Adobe ColdFusion \u00a9 CFML using fewer resources and delivering better performance.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/lucee\/Lucee\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Golo<\/h2>\n\n\n\n<p>Golo is a lightweight, dynamic, and weakly-typed language for the JVM.<\/p>\n\n\n\n<p>Built from day 1 with&nbsp;<code>invokedynamic<\/code>, Golo takes advantage of the latest advances of the JVM. It is also a showcase on how to build a language runtime with&nbsp;<code>invokedynamic<\/code>.<\/p>\n\n\n\n<p>Eclipse Golo was originally created by&nbsp;<a href=\"https:\/\/julien.ponge.org\/\">Julien Ponge<\/a>&nbsp;and developed as part of the research activities of the&nbsp;<a href=\"http:\/\/dynamid.citi-lab.fr\/\">DynaMid<\/a>&nbsp;group of the&nbsp;<a href=\"http:\/\/www.citi-lab.fr\/\">CITI Laboratory<\/a>&nbsp;at&nbsp;<a href=\"http:\/\/www.insa-lyon.fr\/\">INSA Lyon<\/a>.<\/p>\n\n\n\n<p>Eclipse Golo is a&nbsp;<em>mature<\/em>&nbsp;Eclipse Technology Project.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/eclipse\/golo-lang\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Gosu<\/h2>\n\n\n\n<p>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&#8217;s simple syntax and type safety. Gosu is an object-oriented language with a sprinkle of functional programming features.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/gosu-lang\/gosu-lang\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Zig<\/h2>\n\n\n\n<p>A general-purpose programming language and toolchain for maintaining&nbsp;<strong>robust<\/strong>,&nbsp;<strong>optimal<\/strong>, and&nbsp;<strong>reusable<\/strong>&nbsp;software.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/ziglang\/zig\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Haxe<\/h2>\n\n\n\n<p>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:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>The Haxe programming language<\/strong>, a modern, high-level, strictly-typed programming language<\/li><li><strong>The Haxe cross-compiler<\/strong>, a state-of-the-art, lightning-speed compiler for many targets<\/li><li><strong>The Haxe standard library<\/strong>, a complete, cross-platform library of common functionality<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/HaxeFoundation\/haxe\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">LiveCode<\/h2>\n\n\n\n<p>The LiveCode Community open source platform provides a way to build applications for mobile, desktop and server platforms.<\/p>\n\n\n\n<p>The visual workflow allows the user to develop apps &#8220;live&#8221;, using a powerful and uniquely-accessible language syntax.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/livecode\/livecode\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Coq<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/coq\/coq\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">V<\/h2>\n\n\n\n<p>Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in &lt;1s with zero library dependencies. Supports automatic C =&gt; V translation.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/vlang\/v\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Dart<\/h2>\n\n\n\n<p>Dart is:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Optimized for UI<\/strong>: Develop with a programming language specialized around the needs of user interface creation.<\/li><li><strong>Productive<\/strong>: Make changes iteratively: use hot reload to see the result instantly in your running app.<\/li><li><strong>Fast on all platforms<\/strong>: Compile to ARM &amp; x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.<\/li><\/ul>\n\n\n\n<p>Dart&#8217;s flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Dart Native<\/strong>: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.<\/li><li><strong>Dart Web<\/strong>: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).<\/li><\/ul>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/dart-lang\/sdk\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Pharo<\/h2>\n\n\n\n<p>Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/pharo-project\/pharo\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Ring<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n\n<p>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.<\/p>\n\n\n\n<p>The language is designed to be Simple, Small, and Flexible.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/ring-lang\/ring\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Senegal<\/h2>\n\n\n\n<p>Senegal is a powerful, small-but-fast, concurrent, class-based, and dynamically-typed programming language with a modern syntax.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/SenegalLang\/Senegal\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">EO<\/h2>\n\n\n\n<p><strong>EO<\/strong>&nbsp;(stands for&nbsp;<a href=\"http:\/\/www.yegor256.com\/elegant-objects.html\">Elegant Objects<\/a>&nbsp;or ISO 639-1 code of&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Esperanto\">Esperanto<\/a>) is an object-oriented programming language based on&nbsp;<a href=\"https:\/\/arxiv.org\/abs\/2111.13384\">\ud835\udf11-calculus<\/a>. We&#8217;re aware of popular semi-OOP languages and we don&#8217;t think they are good enough, including&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Java_%28programming_language%29\">Java<\/a>,&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Ruby_%28programming_language%29\">Ruby<\/a>,&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/C%2B%2B\">C++<\/a>,&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Smalltalk\">Smalltalk<\/a>,&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Python_%28programming_language%29\">Python<\/a>,&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/PHP\">PHP<\/a>,&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/C_Sharp_%28programming_language%29\">C#<\/a>: all of them have something we don&#8217;t tolerate.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/objectionary\/eo\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">ChavaScript<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/ChavaScript\/chavascript\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Jelly<\/h2>\n\n\n\n<p>Jelly is a golfing&nbsp;and recreational programming language inspired by J.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/DennisMitchell\/jellylanguage\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Beef<\/h2>\n\n\n\n<p>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 &#8220;modern&#8221; niceties inspired by languages such as Rust, Swift, and Go. See the&nbsp;<a href=\"https:\/\/www.beeflang.org\/docs\/language-guide\/\">Language Guide<\/a>&nbsp;for more details.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/beefytech\/Beef\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">CUE<\/h2>\n\n\n\n<p><em>Configure, Unify, Execute<\/em><\/p>\n\n\n\n<p>CUE is an open-source data constraint language that aims to simplify tasks involving defining and using data.<\/p>\n\n\n\n<p>It is a superset of JSON, allowing users familiar with JSON to get started quickly.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/cue-lang\/cue\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">JDK<\/h2>\n\n\n\n<p>The Java Development Kit is a distribution of Java Technology by Oracle Corporation.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/openjdk\/jdk\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Tiny C Compiler<\/h2>\n\n\n\n<p>You can compile and execute C code everywhere, for example on<br>rescue disks. TCC generates optimized x86 code. No byte code overhead. Compile, assemble and link about 7 times faster than &#8216;gcc -O0&#8217;.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/TinyCC\/tinycc\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">PC-BASIC<\/h2>\n\n\n\n<p>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.<\/p>\n\n\n\n<p>PC-BASIC is free and open source software released under the GPL version 3.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/robhagemans\/pcbasic\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">QB64<\/h2>\n\n\n\n<p>BASIC for the modern era.<\/p>\n\n\n\n<p>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.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/QB64Team\/qb64\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Gleam<\/h2>\n\n\n\n<p>Gleam is a friendly language for building type-safe, scalable systems!<\/p>\n\n\n\n<p>It compiles to&nbsp;<a href=\"http:\/\/www.erlang.org\/\">Erlang<\/a>&nbsp;(or JavaScript) and has straightforward interop with other BEAM languages such as Erlang, Elixir, and LFE.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/gleam-lang\/gleam\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Gwion<\/h2>\n\n\n\n<p>Strongly-timed musical programming language. Gwion is a programming language, aimed at making music.<\/p>\n\n\n<p><a class=\"ep_link_major\" href=\"https:\/\/github.com\/Gwion\/Gwion\" target=\"_blank\" rel=\"noopener\">View Source Code<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>In this blog post, I&#8217;m creating a list of all the open-source programming languages that are actively developed on GitHub. Go Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. View Source Code Swift Swift is a high-performance system programming language. It has a clean and &#8230; <a title=\"64 Open Source Programming Languages on GitHub\" class=\"read-more\" href=\"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/\" aria-label=\"Read more about 64 Open Source Programming Languages on GitHub\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":1762,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[113],"tags":[],"class_list":["post-2535","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-collections"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>64 Open Source Programming Languages on GitHub<\/title>\n<meta name=\"description\" content=\"In this blog post, I&#039;m creating a list of all the open-source programming languages that are actively developed on GitHub. Go Go is an open source\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"64 Open Source Programming Languages on GitHub\" \/>\n<meta property=\"og:description\" content=\"In this blog post, I&#039;m creating a list of all the open-source programming languages that are actively developed on GitHub. Go Go is an open source\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/\" \/>\n<meta property=\"og:site_name\" content=\"Edopedia\" \/>\n<meta property=\"article:author\" content=\"trulyfurqan\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-30T17:00:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-03T11:47:24+00:00\" \/>\n<meta name=\"author\" content=\"Furqan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Furqan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"64 Open Source Programming Languages on GitHub","description":"In this blog post, I'm creating a list of all the open-source programming languages that are actively developed on GitHub. Go Go is an open source","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/","og_locale":"en_US","og_type":"article","og_title":"64 Open Source Programming Languages on GitHub","og_description":"In this blog post, I'm creating a list of all the open-source programming languages that are actively developed on GitHub. Go Go is an open source","og_url":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/","og_site_name":"Edopedia","article_author":"trulyfurqan","article_published_time":"2022-07-30T17:00:32+00:00","article_modified_time":"2022-08-03T11:47:24+00:00","author":"Furqan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Furqan","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/#article","isPartOf":{"@id":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/"},"author":{"name":"Furqan","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/3951cb19e3aa56df09e408c98aa02339"},"headline":"64 Open Source Programming Languages on GitHub","datePublished":"2022-07-30T17:00:32+00:00","dateModified":"2022-08-03T11:47:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/"},"wordCount":2799,"commentCount":0,"publisher":{"@id":"https:\/\/www.edopedia.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","articleSection":["Collections"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/","url":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/","name":"64 Open Source Programming Languages on GitHub","isPartOf":{"@id":"https:\/\/www.edopedia.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/#primaryimage"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","datePublished":"2022-07-30T17:00:32+00:00","dateModified":"2022-08-03T11:47:24+00:00","description":"In this blog post, I'm creating a list of all the open-source programming languages that are actively developed on GitHub. Go Go is an open source","breadcrumb":{"@id":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/#primaryimage","url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","contentUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","width":880,"height":495,"caption":"Default Featured Image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.edopedia.com\/blog\/open-source-programming-languages-on-github\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.edopedia.com\/blog\/"},{"@type":"ListItem","position":2,"name":"64 Open Source Programming Languages on GitHub"}]},{"@type":"WebSite","@id":"https:\/\/www.edopedia.com\/blog\/#website","url":"https:\/\/www.edopedia.com\/blog\/","name":"Edopedia","description":"Coding\/Programming Blog","publisher":{"@id":"https:\/\/www.edopedia.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.edopedia.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.edopedia.com\/blog\/#organization","name":"Edopedia","url":"https:\/\/www.edopedia.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2017\/10\/edopedia_icon_text_10.jpg","contentUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2017\/10\/edopedia_icon_text_10.jpg","width":400,"height":100,"caption":"Edopedia"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/3951cb19e3aa56df09e408c98aa02339","name":"Furqan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","caption":"Furqan"},"description":"Well. I've been working for the past three years as a web designer and developer. I have successfully created websites for small to medium sized companies as part of my freelance career. During that time I've also completed my bachelor's in Information Technology.","sameAs":["http:\/\/www.edopedia.com\/blog\/","trulyfurqan"],"url":"https:\/\/www.edopedia.com\/blog\/author\/furqan\/"}]}},"_links":{"self":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/2535","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/comments?post=2535"}],"version-history":[{"count":0,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/2535\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/media\/1762"}],"wp:attachment":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/media?parent=2535"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/categories?post=2535"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/tags?post=2535"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}