Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI tool for compiling #7

Open
fatho opened this issue Apr 7, 2017 · 1 comment
Open

GUI tool for compiling #7

fatho opened this issue Apr 7, 2017 · 1 comment
Labels

Comments

@fatho
Copy link
Owner

fatho commented Apr 7, 2017

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
@fatho fatho added the idea label Apr 7, 2017
@vitvakatu
Copy link

As Rust developer, I offer Rust for this duty :)
It's fast (faster than C# at least), safe as Haskell and has some GUI libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants