>>>> "argv" == Rajesh Godbole
<argv(a)Sun.COM> writes:
>>>> Olivier Galibert writes:
argv> Why do I get the feeling that I've opened a can of worms.
Trolling?
argv> o The OS
argv> First off, the OS itself needs to "support" threads. Most
argv> industrial strength OSes do so. Examples, DG/UX, HP/UX,
argv> AIX, Linux, Windoze, Sun.
Guile uses a user space thread library that doesn't require OS
threads. It only works on systems for which the assembler part has
been written. It does stack-switching.