programming-language
Here are 3,038 public repositories matching this topic...
-
Updated
Sep 28, 2020 - Kotlin
-
Updated
Sep 28, 2020 - V
-
Updated
Sep 16, 2020 - Python
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 27, 2020 - Perl
-
Updated
Sep 21, 2020 - OCaml
-
Updated
Sep 28, 2020 - Dart
-
Updated
May 28, 2020
-
Updated
Jul 8, 2020 - Python
-
Updated
Sep 28, 2020 - Red
-
Updated
Sep 27, 2020 - Go
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 28, 2020 - Java
-
Updated
Sep 25, 2020 - Haxe
-
Updated
Aug 31, 2020 - C
-
Updated
Sep 20, 2020 - Clojure
-
Updated
Sep 28, 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
Should suppress --strict
warnings.
-
Updated
Sep 28, 2020 - JavaScript
Description:
When:
- A function in a service
processRequest
... - Calls another function in the same service
createError
... - That returns an error...
- The processing in the first function
processRequest
exits prematurely (as if it were doing acheck
). This behaviour is not the subject of this issue report. Issue #24795 is. - The reason of the error has its first letter Lo
let _r = 1
let _r = 2
This code runs with this failure.
** (MatchError) no match of right hand side value: 1
I think it's making erlang code that looks like the following.
_R = 1
_R = 2
Suggestion / feature request: List which languages / compilers support source maps, and which do not.
-
Updated
Jun 30, 2020 - C
-
Updated
Sep 24, 2020 - Rust
-
Updated
Apr 18, 2020 - C
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
printf
style 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.