programming-language
Here are 5,312 public repositories matching this topic...
The Kotlin Programming Language.
-
Updated
Apr 2, 2022 - Kotlin
List of Computer Science courses with video lectures.
-
Updated
Mar 7, 2022
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
Apr 2, 2022 - V
-
Updated
Mar 22, 2022 - JavaScript
文言文編程語言 A programming language for the ancient Chinese.
-
Updated
Mar 24, 2022 - TypeScript
A collection of full-stack resources for programmers.
-
Updated
Mar 29, 2022 - Python
Abstract
We need a CI job that runs mypy on every PR and reports type errors in Python code.
Motivation
Currently type annotations in our Python scripts are not checked at all. This is because the interpreter does not enforce them and an external tool is needed. mypy is currently the most popular one (though there are some others and we could use one of
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
Updated
Apr 1, 2022 - Perl
-
Updated
Mar 12, 2022 - Python
Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
-
Updated
Mar 24, 2022 - OCaml
The Dart SDK, including the VM, dart2js, core libraries, and more.
-
Updated
Apr 2, 2022 - Dart
How to be low-level programmer
-
Updated
Mar 17, 2022
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Mar 3, 2022
-
Updated
Apr 1, 2022 - JavaScript
Create beautiful diagrams just by typing mathematical notation in plain text.
-
Updated
Apr 1, 2022 - TypeScript
Currently they use 20.04
The builder will need to be updated and then the version of said builder will need to be updated in .cirrus.yml.
This should get a changelog entry.
Ubuntu 22.04 will be available on or around April 21, 2022.
A music programming language for musicians.
-
Updated
Feb 23, 2022 - Go
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!
-
Updated
Apr 2, 2022 - Red
Haxe - The Cross-Platform Toolkit
-
Updated
Apr 2, 2022 - Haxe
Elvish = Expressive Programming Language + Versatile Interactive Shell
-
Updated
Mar 29, 2022 - Go
Apache Groovy: A powerful multi-faceted programming language for the JVM platform
-
Updated
Apr 1, 2022 - Java
Most influential books on Computer Science/programming
-
Updated
Sep 3, 2021
Motivation
The .postf is a neat shortcut for posting a formatted string.
But personally I see my self doing things like "% is not implemented yet".format("something").warn and the equivalent with .error all the time.
Description of Proposed Feature
Add the following methods to String:
// Equivalent to .postf
St
Gravity Programming Language
-
Updated
Sep 18, 2021 - C
Esoteric Programming Language
-
Updated
Mar 25, 2022 - JavaScript
i.e. src/one/two/three.js and src/one/two/three.erl.
We will need to track Erlang module names to ensure there are no clashes. For example src/one/themodule.erl and src/two/themodule.erl in one project is an error.
Improve this page
Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."


As discussed on Discourse, it would be nice to have
!fooreturn aComposedFunction, which would!foo!fooas"!foo"rather than as"#xx (generic function with 1 method)"(by overloadingshowforComposedFunction{typeof(!)}