programming-language
Here are 5,234 public repositories matching this topic...
-
Updated
Mar 15, 2022 - Kotlin
-
Updated
Mar 7, 2022
-
Updated
Mar 14, 2022 - JavaScript
-
Updated
Mar 16, 2022 - V
-
Updated
Mar 8, 2022 - TypeScript
-
Updated
Mar 14, 2022 - Python
Apparently we have the assert
macro disabled in CI, even in non-release builds - at least on Windows (see ethereum/solidity#12634 (comment)). While this macro is generally discouraged in our project in favor of the solAssert()
family of macros, we still do have them in some places and I think that they should
-
Updated
Mar 10, 2022 - Perl
-
Updated
Mar 12, 2022 - Python
-
Updated
Mar 9, 2022 - OCaml
-
Updated
Mar 16, 2022 - Dart
-
Updated
Mar 2, 2022
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Mar 3, 2022
-
Updated
Mar 13, 2022 - JavaScript
-
Updated
Mar 15, 2022 - TypeScript
According to the Naming Rules in the tutorial:
After an underscore for private or special methods (behaviors, constructors, and functions), any method or variable, including parameters and fields, must start with a lowercase letter. In all cases underscores in a row or at the end of a name are not allowed, but otherwise, any comb
-
Updated
Feb 23, 2022 - Go
-
Updated
Mar 15, 2022 - Red
-
Updated
Mar 14, 2022 - Haxe
-
Updated
Mar 15, 2022 - Go
-
Updated
Mar 15, 2022 - Java
-
Updated
Sep 3, 2021
Motivation
The .postf
is a neat shortcut for posting a formatted string.
But personally I see my self doing things like "% is not implemented yet".format("something").warn
and the equivalent with .error
all the time.
Description of Proposed Feature
Add the following methods to String:
// Equivalent to .postf
St
-
Updated
Sep 18, 2021 - C
-
Updated
Mar 1, 2022 - 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, we mostly map julia function arguments directly to LLVM arguments regardless of how many there are. That probably causes us to hit some pathological cases, since LLVM is not likely to care about or optimize handling 1000 arguments, since most front-ends do not generate that.
For example: