programming-language
Here are 4,572 public repositories matching this topic...
-
Updated
Oct 3, 2021 - Kotlin
-
Updated
Oct 3, 2021 - V
-
Updated
Sep 10, 2021
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Sep 19, 2021 - Python
-
Updated
Sep 23, 2021 - Perl
-
Updated
Aug 10, 2021 - Python
-
Updated
Sep 27, 2021 - OCaml
-
Updated
Oct 3, 2021 - Dart
-
Updated
Sep 25, 2021
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Sep 28, 2021
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Oct 1, 2021 - TypeScript
While getting pony working on 64-bit Arm, we found a bug where the test-stdlib-debug
tests would segfault. Everything worked fine with release
builds, but debug
builds would crash.
After investigation, we've found that in codegen_machine
in host.cc
if the opt_level
is get to either CodeGenOpt::Default
or CodeGenOpt::Aggressive
instead of CodeGenOpt::None
the problem goes away.
-
Updated
Sep 13, 2021 - Go
-
Updated
Oct 3, 2021 - Red
-
Updated
Oct 2, 2021 - Haxe
-
Updated
Oct 3, 2021 - Go
-
Updated
Oct 3, 2021 - Java
-
Updated
Sep 3, 2021
-
Updated
Sep 18, 2021 - C
Motivation
When installing SuperCollider from fresh, it will by deffault recording the server output in the .aiff format unless changed ala s.recHeaderFormat_("wav")
in a startup file.
AIFF is a more MacOS centric format and it just doesn't work as well on Linux for example when converting files, importing/exporting from other prog
-
Updated
Sep 26, 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
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."
It is nowhere in the v1.7 except for the CHANGELOG. Nor is it in the v1.8.
I think it should be both in the nthreads() section (both manual and Base) and in the note (manual) about starting Julia with more than one thread.
It does appear in the Command line options section of the manual.