programming-language
Here are 4,273 public repositories matching this topic...
The Kotlin Programming Language.
-
Updated
Jul 20, 2021
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
Jul 20, 2021 - V
List of Computer Science courses with video lectures.
-
Updated
Jul 1, 2021
-
Updated
Jul 17, 2021 - JavaScript
文言文編程語言 A programming language for the ancient Chinese.
-
Updated
Jun 9, 2021 - TypeScript
A collection of full-stack resources for programmers.
-
Updated
Jul 19, 2021 - Python
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
Updated
Jul 16, 2021 - Perl
Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
-
Updated
May 11, 2021 - OCaml
-
Updated
Jul 20, 2021 - Python
The Dart SDK, including the VM, dart2js, core libraries, and more.
-
Updated
Jul 20, 2021 - Dart
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
How to be low-level programmer
-
Updated
May 1, 2021
-
Updated
Feb 21, 2021
Create beautiful diagrams just by typing mathematical notation in plain text.
-
Updated
Jul 20, 2021 - TypeScript
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
Jul 20, 2021 - Red
Haxe - The Cross-Platform Toolkit
-
Updated
Jul 20, 2021 - Haxe
Elvish = Expressive Programming Language + Versatile Interactive Shell
-
Updated
Jul 17, 2021 - Go
-
Updated
Jul 8, 2021 - JavaScript
Apache Groovy: A powerful multi-faceted programming language for the JVM platform
-
Updated
Jul 20, 2021 - Java
A music programming language for musicians.
-
Updated
Jul 15, 2021 - Go
If someone looks at this, it might also be a good moment to consider whether we should be able to parse or pretty-print float values Infinity, -Infinity and NaN. (comment)
_Originally posted by @atacratic in unisonweb/unison#611 (comment)
Gravity Programming Language
-
Updated
Jul 10, 2021 - C
Environment
- SuperCollider version:
- 3.11.1
- Operating system:
- Windows 10 (?)
Steps to reproduce
// macOS:
"~".pathMatch;
// -> [ "/Users/<myusername>"]
// windows:
"~".pathMatch;
// -> [ ];
// this fixes the behaviour, but is clumsy;
"~".standardizePath.pathMatch;
// -> [ "C:\Users\<myusernAll your standard libraries will be assimilated into our JavaScript collective. Resistance is futile.
-
Updated
May 27, 2021 - JavaScript
精心收集并分类整理的Swift开发学习资源,包括Apple官方提供的示例代码和文档,以及github上的项目和国内外开发者的技术博客。欢迎提交pull-request一起维护。https://t.me/SwiftCN QQ交流群 32958950 申请请注明开发经验
-
Updated
Feb 3, 2021 - Swift
I was searching the docs for any benchmarks or comparisons of an application written in Mint, with other modern frameworks, like Svelte or Vue, but i couldn't find anything, this could be fairly useful, especially for enthusiasts or people who are interested in the project and considering giving it a try, but have concerns about performance and/or size
Esoteric Programming Language
-
Updated
Jun 27, 2021 - 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."


There's a post going around on Twitter for how to write a super fast DFA, e.g. for UTF8 validation: https://twitter.com/_rsc/status/1413843059972923394?s=19. We have a UTF8 validation function, so we should try this technique. Should be reasonably simple to do.