programming-language
Here are 3,537 public repositories matching this topic...
The Kotlin Programming Language
-
Updated
Nov 26, 2020 - Kotlin
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
Nov 25, 2020 - V
文言文編程語言 A programming language for the ancient Chinese.
-
Updated
Aug 8, 2020 - TypeScript
List of Computer Science courses with video lectures.
-
Updated
Nov 23, 2020
A collection of full-stack resources for programmers.
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 8, 2020 - JavaScript
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
Updated
Nov 21, 2020 - Perl
Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
-
Updated
Nov 8, 2020 - OCaml
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
How to be low-level programmer
-
Updated
Nov 19, 2020
-
Updated
Sep 30, 2020 - Python
The Dart SDK, including the VM, dart2js, core libraries, and more.
-
Updated
Nov 26, 2020 - Dart
-
Updated
Nov 16, 2020
Since we migrated from the Haskell runtime (what's in master now) to a React + Typescript runtime that's part of the frontend (what's in web-runtime now), a lot of the example domains we implemented for the paper need to be ported to the new runtime.
This is high-priority for us since it will enable us to test that the new runtime is at parity, and start c
It should be noted that it currently applies to all of the existing packages.
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 26, 2020 - Red
Friendly Interactive Shell and Expressive Programming Language
-
Updated
Nov 26, 2020 - Go
-
Updated
Nov 26, 2020 - JavaScript
Haxe - The Cross-Platform Toolkit
-
Updated
Nov 25, 2020 - Haxe
Apache Groovy: A powerful multi-faceted programming language for the JVM platform
-
Updated
Nov 26, 2020 - Java
Gravity Programming Language
-
Updated
Nov 21, 2020 - C
A music programming language for musicians.
-
Updated
Nov 23, 2020 - Clojure
Current behavior:
.> view ##Nat
⚠️
The following names were not found in the codebase. Check your spelling.
##Nat
.> names ##Nat
😶
I couldn't find anything by that name.
.> alias.type ##Nat Nat
Done.
.> names ##Nat
Type
Hash: ##Nat
Names: Nat
.> view ##Nat
-- Nat is built-in.
Desired behavior would be something like:
The Linux readme (https://github.com/supercollider/supercollider/blob/develop/README_LINUX.md#environment) mentions the use of environment variables SC_JACK_DEFAULT_INPUTS and SC_JACK_DEFAULT_OUTPUTS as ways to decide which jack client to connect to on startup. This is a cool feature but for some reason these environment variables are just overwritten in the startup method for the linux platfo
All your standard libraries will be assimilated into our JavaScript collective. Resistance is futile.
-
Updated
Nov 19, 2020 - HTML
精心收集并分类整理的Swift开发学习资源,包括Apple官方提供的示例代码和文档,以及github上的项目和国内外开发者的技术博客。欢迎提交pull-request一起维护。https://t.me/SwiftCN QQ交流群 32958950 申请请注明开发经验
-
Updated
Jun 25, 2019 - Swift
Should suppress --strict warnings.
Esoteric Programming Language
-
Updated
Nov 12, 2020 - 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."


One of the main use cases of
lpadandrpadis, at least for me personally, to align things in the terminal. However,lpadandrpadare defined (and documented) to work in terms of code units (i.e. they calllengthon the input string) which means that whenlengthandtextwidthdisagree, you get unaligned output: