haste-compiler icon indicating copy to clipboard operation
haste-compiler copied to clipboard

A GHC-based Haskell to JavaScript compiler

Results 63 haste-compiler issues
Sort by recently updated
recently updated
newest added

Hi! I want to ask you if you plan to support Template Haskell? As far as I understand it should be not big deal, because ghc can generate (in compile...

haste is great , but how to start contributing to it? I mean,https://haste-lang.org/pubs/haste-licentiate.pdf is a good start,but something might have changed ,It is good to have a more recent contributing...

``` hastec Main.hs -o ../dist/main.js -Wall -fno-warn-missing-signatures --debug || hastec: : can't load .so/.DLL for: libHSinteger-gmp-0.5.0.0-7De04errl6qF6aE1LQQO7V.so (libHSinteger-gmp-0.5.0.0-7De04errl6qF6aE1LQQO7V.so: cannot open shared object file: No such file or directory) ``` https://github.com/valderman/haste-compiler/commit/ab0f6c1bbb93e9919205c804817e99e1455aa325 built...

I am new to haste and is totally fascinated by its approach,but there does not seems to be any performance test , and the haste package does not depend on...

The following generates JavaScript that crashes due to an Uncaught ReferenceError involving what seems to be a generated symbol (e.g. "_l2"). It succeeds if compiled with --ddisable-js-opts. ``` import Control.Concurrent.MVar...

In https://github.com/valderman/haste-compiler/blob/ab0f6c1bbb93e9919205c804817e99e1455aa325/src/Haste/AST/PP.hs#L109 (buildStgName function) , I suspected that the operator `(*)` and `(-)` will be mangled to same symbol... Actually in my case, `instance Num (Var String)` generates following codes...

I am trying now, for the first time, to install Haste on my PC-BSD laptop; this is essentially a thin wrapper around FreeBSD 10.3-RELEASE-p5. With `haste-compiler`, I am still using...

I find examples for using server-side state in the Haskell ’14 paper and in `haste-compiler/examples/chatbox/chatbox.hs`, but these rely on `liftServerIO`, which is not part of the new Haste anymore. How...

I get some weird SO behavior on the following program, which I think Haste tries to [avoid](https://github.com/valderman/haste-compiler/issues/77) by policy to my understanding. (I tried simplifying the code in a few...

I am using version 0.2.4 of haste compiler with ghc 7.6.3 and I am experiencing this runtime error (in the title). The libraries I am using are Data.Text, Parsec 3...

haste-lib