Waldek Hebisch - 2014-04-15

Core FriCAS can run natively (as a native executable) on Windows.
Currently "only" GUI part does not work a native program. GUI
could work natively given native Xlib. But currently the only
freely available Xlib on Windows is provided by Cygwin. In
Principle FriCAS GUI could be ported to use Windows API. This
would require moderate effort, but realistically can be only
done by a Windows user. To the moment no Windows user volunteered
to do such port. So we provide Cygwin binaries because alternatives
would lack GUI.

Concerning refactoring into distinct libraries: FriCAS already consits
of several libraries. About 70% FriCAS code is dynamically loaded
on first use. But FriCAS is written in high-level language
and needs special runtime support. Each high level language imposes
its own memory organization which typically is incompatible with
other languages. So cooperation with other languages requires
translation layers, which require effort to develop.
So cooperation wit .NET or Java may happen, but is of relatively
low priority: effort is large compared to effect.