Hacker News new | ask | show | jobs
by iso-8859-1 2428 days ago
So is this cross-platform? How does it compare to http://hackage.haskell.org/package/brick ?
3 comments

just a guess here, but this library is for c# and brick appears to be for haskel
It's .Net Core but there doesn't seem to be any mention of running it on Linux or macOS.
The example is .NET Core 2.1, but the actual library itself is .NET Standard 2.0.

It will depend on how the System.Console class is implemented in Linux and macOS. It might fair better to port the example to Mono or .NET Core 3.0 (which should just be a change of build settings).

  _______________
  |   |     |   |
  |   | STD |   |
  |   |_____|   |
  |      |      |
  |  FX  | CORE |
  |______|______|
There's an issue where it throws an unsupported platform in Linux. :(
no, got 'Unhandled exception. System.PlatformNotSupportedException: Operation is not supported on this platform.' when I try using it on Linux.