programming-language
Here are 5,163 public repositories matching this topic...
-
Updated
Feb 26, 2022 - Kotlin
-
Updated
Feb 26, 2022
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Feb 27, 2022 - V
-
Updated
Feb 8, 2022 - TypeScript
-
Updated
Jan 24, 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
Feb 23, 2022 - Perl
-
Updated
Feb 6, 2022 - Python
-
Updated
Feb 21, 2022 - OCaml
-
Updated
Feb 27, 2022 - Dart
-
Updated
Sep 25, 2021
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Feb 9, 2022
-
Updated
Feb 25, 2022 - JavaScript
-
Updated
Feb 25, 2022 - TypeScript
The following code fails to compile, as expected:
actor Main
new create(env: Env) =>
let f = {() => None}
f.string()
However, the error message says:
Error:
[main.pony:4:6](): couldn't find 'string' in '$1$0'
f.string()
^
Internally to the compiler (I believe) we don't have a proper name for lambdas, so it's not clear what would be the a
-
Updated
Feb 23, 2022 - Go
-
Updated
Feb 27, 2022 - Red
-
Updated
Feb 27, 2022 - Haxe
-
Updated
Feb 27, 2022 - Go
-
Updated
Feb 26, 2022 - Java
-
Updated
Sep 3, 2021
When the user defines an invalid top-level term, the error message should give correct info about what is permissible.
Of course, if we want to bring back the namespace functionality, disregard!
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
Feb 3, 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."
Following the discussion in JuliaLang/julia#44168 (comment) (and JuliaLinearAlgebra/MKL.jl#106) I suggest to copy https://carstenbauer.github.io/ThreadPinning.jl/dev/explanations/blas/ into somewhere in the Julia manual if @carstenbauer is OK with it.