The Wayback Machine - https://web.archive.org/web/20211007050359/https://github.com/topics/programming-language
Skip to content
#

programming-language

Here are 4,588 public repositories matching this topic...

julia
nandoconde
nandoconde commented Sep 30, 2021

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.

hrkrshnn
hrkrshnn commented Oct 4, 2021

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.
ponyc
SeanTAllen
SeanTAllen commented Oct 2, 2021

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.

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
  • Updated Oct 6, 2021
  • Red
nozzlegear
nozzlegear commented Sep 29, 2021

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.

Curate this topic

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."

Learn more