programming-language
Here are 5,025 public repositories matching this topic...
The Kotlin Programming Language.
-
Updated
Jan 26, 2022 - Kotlin
List of Computer Science courses with video lectures.
-
Updated
Jan 26, 2022
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
Jan 27, 2022 - V
-
Updated
Jan 25, 2022 - JavaScript
文言文編程語言 A programming language for the ancient Chinese.
-
Updated
Oct 24, 2021 - TypeScript
A collection of full-stack resources for programmers.
-
Updated
Jan 24, 2022 - Python
OpenZeppelin is currently working on a base-64 library (OpenZeppelin/openzeppelin-contracts#2884) and it turns out that our optimizer is not yet good enough to get to the level of hand-optimized assembly in that case. We should add this code as a test case so that we can use it to evaluate our optimizer improvements.
In the PR and its comments you'll find versions of the
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
Updated
Jan 9, 2022 - Perl
-
Updated
Jan 23, 2022 - Python
Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
-
Updated
Oct 14, 2021 - OCaml
The Dart SDK, including the VM, dart2js, core libraries, and more.
-
Updated
Jan 27, 2022 - Dart
How to be low-level programmer
-
Updated
Sep 25, 2021
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Sep 28, 2021
-
Updated
Jan 25, 2022 - JavaScript
Create beautiful diagrams just by typing mathematical notation in plain text.
-
Updated
Jan 26, 2022 - TypeScript
So currently, install in our "unix" Makefile isn't hooked into cmake so it can lead to errors.
in particular if you do
make configure arch=not-our-default
make build
make install
you will end up with a broken install because the arch override from configure is used during build but isn't used during install, instead a different arch (our default) is used and you end
A music programming language for musicians.
-
Updated
Jan 22, 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
Jan 25, 2022 - Red
Haxe - The Cross-Platform Toolkit
-
Updated
Jan 26, 2022 - Haxe
Elvish = Expressive Programming Language + Versatile Interactive Shell
-
Updated
Jan 26, 2022 - Go
Apache Groovy: A powerful multi-faceted programming language for the JVM platform
-
Updated
Jan 26, 2022 - Java
Most influential books on Computer Science/programming
-
Updated
Sep 3, 2021
When the user defines an invalid top-level term, the error message should give correct info about what is permissible.
Of course, if we want to bring back the namespace functionality, disregard!
Motivation
The Non-Realtime Synthesis guide (https://doc.sccode.org/Guides/Non-Realtime-Synthesis.html) currently doesn't contain much info or examples that make use of busses and synth mapping/lfo mapping.
Description of Proposed Feature
Add info ala the examples here:
https://scsynth.org/t/how-to-allocate-busses-in-nrt-mode/
Gravity Programming Language
-
Updated
Sep 18, 2021 - C
Esoteric Programming Language
-
Updated
Oct 12, 2021 - JavaScript
i) offsetLeft / offsetRight
ii) layerX / layerY
iii) offsetX / offsetY
These three things really helps in DOM manipulation. It is very cumbersome to do things without these methods. It will bring developer happiness hopefully.
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."


When zipping with a product iterator with no arguments (which produces only one output, the empty tuple), it seems the check for zip completion does not handle this case: