programming-language
Here are 4,392 public repositories matching this topic...
-
Updated
Aug 19, 2021 - Kotlin
-
Updated
Aug 19, 2021 - V
-
Updated
Aug 2, 2021
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Aug 4, 2021 - Python
-
Updated
Jul 16, 2021 - Perl
-
Updated
Aug 10, 2021 - Python
-
Updated
Aug 16, 2021 - OCaml
-
Updated
Aug 19, 2021 - Dart
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Aug 19, 2021
-
Updated
Feb 21, 2021
-
Updated
Aug 19, 2021 - JavaScript
-
Updated
Aug 19, 2021 - TypeScript
This function body causes an assertion error in the compiler (version 0.42.0 in this case but I also see it in a slightly modified version of 0.45.0). I couldn't find another issue for this yet but it's not easy to search for.
Found this on a hunch/check while looking at the error-flag code, hoping to fix with possible other changes
let x: String = (error)
This results in:
-
Updated
Aug 19, 2021 - Red
-
Updated
Aug 19, 2021 - Haxe
-
Updated
Aug 19, 2021 - Go
-
Updated
Aug 18, 2021 - Go
-
Updated
Aug 19, 2021 - Java
The API tags it as a Data
, but should be Ability
:
{"termDefinitions":{},"typeDefinitions":{"##IO":{"typeNames":[".base.IO",".builtin.io2.IO",".contrib.stew.logging.builtin.io2.IO"],"bestTypeName":"base.IO",
"defnTypeTag":"Data"
,"typeDefinition":{"tag":"BuiltinObject",
-
Updated
Jul 22, 2021 - C
Environment
- SuperCollider version: 3.12 (relevant code is stable for a long time)
- Operating system: doesn't matter
Steps to reproduce
a = { Clip.ar(0, 0, 1) }.play; // crash
a = { InRange.ar(0, 0, 1) * 0.05 }.play; // buzzing at kr frequency
Expected vs. actual behavior
Crashes, by definition, should be fixed or prevented. (The crash for Cli
-
Updated
Jul 27, 2021 - JavaScript
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
-
Updated
Feb 3, 2021 - Swift
-
Updated
Aug 10, 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."
Looking for ";" in the help REPL shows a docstring that describes its use as the end of statement and as output suppressor but it doesn't mention its use as a separator between positional and keyword arguments in function definitions and calls, nor about its role for building arrays or about its usage to access the shell REPL mode.
This is the same in v1.6 and master (August 8 2021).