You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is mainly useful on Windows where command line usability is seriously lacking.
The plan is to develop this in C#, since GUI libraries for Haskell are sometimes hard to compile, especially on Windows.
The user should be able to simply select the source file, the output file, the libraries that should be included and hit a button.
Basic feature ideas
configurable location of compiler and prelude library
library management
invoking the compiler with the right settings (maybe even automatically whenever source file changes)
display errors
settings can be saved in "projects" of some sort
The text was updated successfully, but these errors were encountered:
This is mainly useful on Windows where command line usability is seriously lacking.
The plan is to develop this in C#, since GUI libraries for Haskell are sometimes hard to compile, especially on Windows.
The user should be able to simply select the source file, the output file, the libraries that should be included and hit a button.
Basic feature ideas
The text was updated successfully, but these errors were encountered: