programming-language
Here are 3,337 public repositories matching this topic...
The Kotlin Programming Language
-
Updated
Sep 10, 2020 - Kotlin
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
Sep 10, 2020 - V
文言文編程語言 A programming language for the ancient Chinese.
-
Updated
Aug 8, 2020 - TypeScript
List of Computer Science courses with video lectures.
-
Updated
Sep 6, 2020
A collection of full-stack resources for programmers.
-
Updated
Aug 27, 2020 - Python
-
Updated
Sep 3, 2020 - JavaScript
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
Updated
Aug 23, 2020 - Perl
Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
-
Updated
Sep 2, 2020 - OCaml
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
How to be low-level programmer
-
Updated
Oct 4, 2019
The Dart SDK, including the VM, dart2js, core libraries, and more.
-
Updated
Sep 10, 2020 - Dart
-
Updated
May 28, 2020
-
Updated
Jul 8, 2020 - Python
A basic way of building up more complex vector graphics from simple primitives is to use clipping paths. Clipping, for instance, is quite natural in many classes of diagrams—for instance, imagine that you want to plot a collection of lines, curves, etc., but only within a certain rectangular region.
Here's a simple example of how clip paths work in SVG (from [this page](https://developer.mozil
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
Sep 9, 2020 - Red
-
Updated
Sep 4, 2020 - JavaScript
Friendly Interactive Shell and Expressive Programming Language
-
Updated
Sep 9, 2020 - Go
Apache Groovy: A powerful multi-faceted programming language for the JVM platform
-
Updated
Sep 10, 2020 - Java
Haxe - The Cross-Platform Toolkit
-
Updated
Sep 9, 2020 - Haxe
Gravity Programming Language
-
Updated
Aug 31, 2020 - C
A music programming language for musicians.
-
Updated
Sep 8, 2020 - Clojure
All your standard libraries will be assimilated into our JavaScript collective. Resistance is futile.
-
Updated
Sep 3, 2020 - JavaScript
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:
Motivation
In supercollider/supercollider#4572 we discussed the need for better documentation on when collection functions test on equality vs identity. For instance, SequenceableCollection:indexOf tests on identity, but you wouldn't know it f
精心收集并分类整理的Swift开发学习资源,包括Apple官方提供的示例代码和文档,以及github上的项目和国内外开发者的技术博客。欢迎提交pull-request一起维护。https://t.me/SwiftCN QQ交流群 32958950 申请请注明开发经验
-
Updated
Jun 25, 2019 - Swift
Really nice project.
Writing in coconut files, you lose all the IDE integrations for Python. For example, I use VSCode and all the intellicode and hints of course doesn't work for cocount.
I am not too familiar but perhaps theres needs to be a separate language server or maybe you could leverage the existing Python integrations. Either way, better IDE integration wo
Esoteric Programming Language
-
Updated
Jul 30, 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."


Currently, the docs for the Printf standardlib simply mentions it uses "C
printfstyle format specification", but does not specify what that is, nor provides a link to the C printf format.It would be nice to explain it in the docs.