programming-language
Here are 4,607 public repositories matching this topic...
-
Updated
Oct 12, 2021 - Kotlin
-
Updated
Oct 12, 2021 - V
-
Updated
Sep 10, 2021
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Sep 19, 2021 - Python
-
Updated
Oct 10, 2021 - Perl
Looking at the list of Yul transformations in the documentation, I noticed a few slight differences between the list at https://docs.soliditylang.org/en/latest/yul.html#optimization-step-sequence and the list at https://docs.soliditylang.org/en/latest/internals/optimizer.html#optimizer-steps:
- In the second list, change FunctionalInliner to ExpressionInliner, just like in the first list.
-
Updated
Aug 10, 2021 - Python
-
Updated
Oct 10, 2021 - OCaml
-
Updated
Oct 12, 2021 - Dart
-
Updated
Sep 25, 2021
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Sep 28, 2021
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Oct 11, 2021 - TypeScript
So currently, install
in our "unix" Makefile isn't hooked into cmake so it can lead to errors.
in particular if you do
make configure arch=not-our-default
make build
make install
you will end up with a broken install because the arch
override from configure
is used during build
but isn't used during install
, instead a different arch (our default) is used and you end
-
Updated
Oct 4, 2021 - Go
-
Updated
Oct 12, 2021 - Red
-
Updated
Oct 11, 2021 - Haxe
-
Updated
Oct 10, 2021 - Go
-
Updated
Oct 12, 2021 - Java
-
Updated
Sep 3, 2021
In unisonweb/unison#2280, I swapped ucm to use optparse applicative, which means we can now get Bash, Zsh, or Fish tab-completion on arguments and commands for free! This also allows configuring custom completion types within the CLI code, and if you use the appropriate parser type for arguments it can infer that a given argument must be a file or directory, etc.
You can
-
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
Hello, I'm rewriting a small application in Mint and have found that there's no way (as far as I can tell) to access the Http response headers when using the built-in Http module. For my use case, I need to know the content type of the response so I can decide how to parse it.
I've run into this not just in my application but also when I'm using mint start
during development; when I test my
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.