programming-language
Here are 3,498 public repositories matching this topic...
-
Updated
Nov 7, 2020 - Kotlin
-
Updated
Nov 8, 2020 - V
-
Updated
Aug 8, 2020 - TypeScript
-
Updated
Oct 23, 2020
-
Updated
Nov 2, 2020 - Python
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Oct 17, 2020 - Perl
-
Updated
Nov 8, 2020 - OCaml
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Sep 17, 2020
-
Updated
Nov 7, 2020 - Dart
-
Updated
Oct 6, 2020
-
Updated
Sep 30, 2020 - Python
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.
-
Updated
Nov 6, 2020 - Red
-
Updated
Nov 7, 2020 - Go
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Nov 8, 2020 - Java
-
Updated
Nov 6, 2020 - Haxe
-
Updated
Nov 8, 2020 - C
-
Updated
Oct 30, 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:
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
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Jun 25, 2019 - Swift
Should suppress --strict
warnings.
-
Updated
Nov 3, 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."
Recent discussions on Discourse suggest that not all users know about
apropos
(or equivalently, using?"..."
for text search). The startup message currently mentionsI suggest that text search is added to this, but I am still looking for a compact way of phrasing it.