"Little Scheme" and PL Design (Code Critique?)

Paul Backus snarwin at gmail.com
Mon Nov 21 14:36:43 UTC 2022


On Thursday, 17 November 2022 at 22:05:45 UTC, jwatson-CO-edu 
wrote:
> * Compatibility with both Windows and Linux. What do I need to 
> consider?
>   - Can I create threads/processes under Windows?

[core.thread][1] and [std.process][2] provide 
platform-independent interfaces for this that should work on both 
Windows and Linux.

[1]: https://druntime.dpldocs.info/core.thread.html
[2]: https://phobos.dpldocs.info/std.process.html


More information about the Digitalmars-d-learn mailing list