On Monday, 28 August 2023 at 06:38:50 UTC, Vino wrote:
Hi All,
The the below code is not working, hence requesting your help.
Code:
```
import std.stdio;
import std.process: environment;
void main () {
int* ext(string) = &environment.get("PATHEXT");
writeln(*ext);
}
```
Problems is th
On Monday, 28 August 2023 at 10:20:14 UTC, Basile B. wrote:
On Monday, 28 August 2023 at 06:38:50 UTC, Vino wrote:
Hi All,
The the below code is not working, hence requesting your
help.
Code:
```
import std.stdio;
import std.process: environment;
void main () {
int* ext(string) = &envir
On 26.08.23 05:39, j...@bloow.edu wrote:
On Friday, 25 August 2023 at 21:31:37 UTC, Ali Çehreli wrote:
On 8/25/23 14:27, j...@bloow.edu wrote:
> "A work unit is a set of consecutive elements of range to be
processed
> by a worker thread between communication with any other
thread. The
> number
Afternoon all,
I think D Lang has such potential :)
I wonder if there are any plans to implement on aarch64? Which
would be useful in schools/colleges, SBC projects etc.
Or release aarch64 binaries, etc
I just loaded up the installer on a Pi 400 (running Diet Pi
(based on Debian bullseye))
On Monday, 28 August 2023 at 14:38:36 UTC, BrianLinuxing wrote:
Afternoon all,
I think D Lang has such potential :)
Both GDC and LDC should support Linux aarch64. LDC even has file
in Releases
https://github.com/ldc-developers/ldc/releases/tag/v1.34.0
On Monday, 28 August 2023 at 15:04:25 UTC, Sergey wrote:
On Monday, 28 August 2023 at 14:38:36 UTC, BrianLinuxing wrote:
Afternoon all,
I think D Lang has such potential :)
Both GDC and LDC should support Linux aarch64. LDC even has
file in Releases
https://github.com/ldc-developers/ldc/rel
On Monday, 28 August 2023 at 15:14:52 UTC, BrianLinuxing wrote:
On Monday, 28 August 2023 at 15:04:25 UTC, Sergey wrote:
On Monday, 28 August 2023 at 14:38:36 UTC, BrianLinuxing wrote:
Afternoon all,
I think D Lang has such potential :)
Both GDC and LDC should support Linux aarch64. LDC even
On Monday, 28 August 2023 at 15:14:52 UTC, BrianLinuxing wrote:
Thank you that looks good :)
But is it the full installer and all of the bits?
The official [`install.sh`](https://dlang.org/install.html)
script will download ldc on ARM too, just as well as on x86. I
use it on my Pi400.
On Monday, 28 August 2023 at 15:38:34 UTC, Sergey wrote:
On Monday, 28 August 2023 at 15:14:52 UTC, BrianLinuxing wrote:
[...]
[...]
I never worked with Pi boards, but in the archive from release
should be binaries and some internal libraries. Usually just
unzip + put some environment var
On Monday, 28 August 2023 at 10:33:15 UTC, Christian Köstlin
wrote:
On 26.08.23 05:39, j...@bloow.edu wrote:
On Friday, 25 August 2023 at 21:31:37 UTC, Ali Çehreli wrote:
On 8/25/23 14:27, j...@bloow.edu wrote:
> "A work unit is a set of consecutive elements of range to be
processed
> by a wor
On 8/28/23 15:37, j...@bloow.edu wrote:
> Basically everything is hard coded to use totalCPU's
parallel() is a function that dispatches to a default TaskPool object,
which uses totalCPUs. It's convenient but as you say, not all problems
should use it.
In such cases, you would create your own
11 matches
Mail list logo