programming-language
Here are 4,722 public repositories matching this topic...
The Kotlin Programming Language.
-
Updated
Nov 2, 2021 - Kotlin
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
Nov 2, 2021 - V
-
Updated
Nov 2, 2021 - JavaScript
List of Computer Science courses with video lectures.
-
Updated
Oct 23, 2021
文言文編程語言 A programming language for the ancient Chinese.
-
Updated
Oct 24, 2021 - TypeScript
A collection of full-stack resources for programmers.
-
Updated
Oct 25, 2021 - Python
Depends on #3870/#12074.
Part of #10274.
Currently the only outputs available in assembler mode on the CLI are: --asm, --bin, --ir-optimized and --ewasm. settings.outputSelection in Standard JSON actually provides more (see [StandardCompiler::compileYul()](https://github.com/ethereum/solidity/blob/1e630fc5840bb12ad9bca2dcf1f6c534c9ba8d31/libsolidity/interface/StandardCompil
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
Updated
Nov 1, 2021 - Perl
-
Updated
Oct 28, 2021 - 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
Nov 2, 2021 - 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
Nov 2, 2021 - JavaScript
Create beautiful diagrams just by typing mathematical notation in plain text.
-
Updated
Oct 29, 2021 - 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
Oct 18, 2021 - 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
Nov 2, 2021 - Red
Haxe - The Cross-Platform Toolkit
-
Updated
Nov 2, 2021 - Haxe
Elvish = Expressive Programming Language + Versatile Interactive Shell
-
Updated
Nov 1, 2021 - Go
Apache Groovy: A powerful multi-faceted programming language for the JVM platform
-
Updated
Nov 2, 2021 - Java
Most influential books on Computer Science/programming
-
Updated
Sep 3, 2021
In unisonweb/unison#2280, I swapped ucm to use optparse applicative, which means we can now get Bash, Zsh, or Fish tab-completion on arguments and commands for free! This also allows configuring custom completion types within the CLI code, and if you use the appropriate parser type for arguments it can infer that a given argument must be a file or directory, etc.
You can
Motivation
When installing SuperCollider from fresh, it will by deffault recording the server output in the .aiff format unless changed ala s.recHeaderFormat_("wav") in a startup file.
AIFF is a more MacOS centric format and it just doesn't work as well on Linux for example when converting files, importing/exporting from other prog
Gravity Programming Language
-
Updated
Sep 18, 2021 - C
Bringing stdlibs of other programming languages to JavaScript for educational purposes
-
Updated
Oct 16, 2021 - JavaScript
Hello, I'm rewriting a small application in Mint and have found that there's no way (as far as I can tell) to access the Http response headers when using the built-in Http module. For my use case, I need to know the content type of the response so I can decide how to parse it.
I've run into this not just in my application but also when I'm using mint start during development; when I test my
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."


but others (reserved) assignment ops are not shown as they are typed, eg in infix form but in prefix one.
a small annoyance, but one that may easily be fixed by adding them to
expr_infix_wide@ https://github.com/JuliaLang/juli