programming-language
Here are 5,353 public repositories matching this topic...
The Kotlin Programming Language.
-
Updated
Apr 10, 2022 - Kotlin
List of Computer Science courses with video lectures.
-
Updated
Apr 9, 2022
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
Apr 10, 2022 - V
-
Updated
Apr 4, 2022 - JavaScript
文言文編程語言 A programming language for the ancient Chinese.
-
Updated
Mar 24, 2022 - TypeScript
A collection of full-stack resources for programmers.
-
Updated
Apr 3, 2022 - Python
Our translation repositories in solidity-docs only preserve the docs/ directory from the main repository. The problem is that the script we use to build the documentation is currently under scripts/docs.sh so it cannot be easily used by translators to render the docs locally. It would be b
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
Updated
Apr 7, 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 10, 2022 - Dart
How to be low-level programmer
-
Updated
Apr 6, 2022
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Mar 3, 2022
-
Updated
Apr 7, 2022 - JavaScript
Create beautiful diagrams just by typing mathematical notation in plain text.
-
Updated
Apr 7, 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
Apr 3, 2022 - Go
Haxe - The Cross-Platform Toolkit
-
Updated
Apr 10, 2022 - Haxe
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 5, 2022 - Red
Elvish = Expressive Programming Language + Versatile Interactive Shell
-
Updated
Apr 9, 2022 - Go
Apache Groovy: A powerful multi-faceted programming language for the JVM platform
-
Updated
Apr 8, 2022 - Java
Most influential books on Computer Science/programming
-
Updated
Sep 3, 2021
I believe that the patch command accepts an optional patch argument, but it isn't described in help patch:
patch
`patch` rewrites any definitions that depend on definitions with type-preserving edits to use the
updated versions of these dependencies.
Motivation
The Git class currently doesn't support submodules which prevents for example using submodules in Quark repos.
Description of Proposed Feature
Add a submodule method to Git and add submodule recursion to the Quark install step, eg adding the --recurse-submodules git flag to the clone command. This will download an
Gravity Programming Language
-
Updated
Sep 18, 2021 - C
Attempts of binding or rebinding variables without the let keyword should print a more obvious error message:
pub fn main() {
foo = 42
}error: Syntax error
┌─ ./src/main.gleam:2:6
│
2 │ foo = 42
│ ^ I was not expecting this.
Expected one of: "}"
See: <https://johndoneth.github.io/gleam-playground/?s=A4VwRgBAZgdhC2BDAljAFASggbwFDQHsCIBeCA
Esoteric Programming Language
-
Updated
Apr 10, 2022 - JavaScript
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."


Currently, this is defined only for arrays, but it seems like we should have
(I just came across this when trying to implement this algorithm for random unitary matrices, which is basically
Q * Diagonal(normalize.(diag(R)), but I discovered thatnormalizedidn't work.)