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

Possible to use an interpreter package such as Hint, or GHC API? #91

Closed
karljs opened this issue Jul 31, 2013 · 2 comments
Closed

Possible to use an interpreter package such as Hint, or GHC API? #91

karljs opened this issue Jul 31, 2013 · 2 comments

Comments

@karljs
Copy link

karljs commented Jul 31, 2013

I'd like to try to write a browser application that interprets user-provided Haskell code, but am not sure if ghcjs will allow me to do this. Trying to use cabal install --ghcjs fails some dependency checks for Hint, but I suspect there might be a deeper problem.

Is there, or will there be, a way to accomplish something like this?

@co-dan
Copy link
Member

co-dan commented Jul 31, 2013

Hint is not compatible with GHCJS and GHC 7.7.

I am actually working on a similar project with a bigger scope, interactive-diagrams: http://github.com/co-dan/interactive-diagrams

In the process I hope that I will come up with a cleaner higher-level API for GHCJS.

Hth,

  • Dan

On Jul 31, 2013, at 20:30, Karl Smeltzer notifications@github.com wrote:

I'd like to try to write a browser application that interprets user-provided Haskell code, but am not sure if ghcjs will allow me to do this. Trying to use cabal install --ghcjs fails some dependency checks for Hint, but I suspect there might be a deeper problem.

Is there, or will there be, a way to accomplish something like this?


Reply to this email directly or view it on GitHub.

@karljs
Copy link
Author

karljs commented Aug 5, 2013

@co-dan Thanks for the information. I've actually seen your project via the Diagrams mailing list, and will keep an eye on it.

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

No branches or pull requests

2 participants