xsharp.eu • Lurking
Page 1 of 1

Lurking

Posted: Thu Apr 18, 2024 3:56 am
by bugmagnet
name: Bruce M. Axtens
email: bruce dot axtens at gmail.com
timezone: UTC+8
location: Perth, WA Austraila
github: https://github.com/axtens
exercism: https://exercism.org/profiles/axtens

Does X# run on Linux? Could X# be offered as a language on Exercism?

Re: Lurking

Posted: Thu Apr 18, 2024 6:04 am
by robert
Bruce,
- The X# compiler is a DotNet process. Just like the C# compiler it can also run on Linux
- Programs compiled with X# can also run on Linux. Either on Mono, or with .Net Core and .Net 5 or later.
So yes, it can be offered as language on Exercism.

Robert