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

Support for Haskell (hs, ghc) #401

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Conversation

ItsNiklas
Copy link
Contributor

I added support for running Haskell via the extension. The default compiler is ghc. Unfortunately, Haskell always saves the temporary object files next to the source file, so to avoid clutter I redirect them to /tmp/ghc.

image

Probably not a very popular language, but I wanted to use it, so I added it. Also, it is available on Codeforces and is a different paradigm, so it makes sense to have it, I guess.

src/compiler.ts Outdated Show resolved Hide resolved
@agrawal-d agrawal-d merged commit a912081 into agrawal-d:main Dec 20, 2023
4 checks passed
@agrawal-d
Copy link
Owner

Thanks! LGTM.

@ItsNiklas ItsNiklas deleted the haskell-support branch December 20, 2023 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants