Re: [Haskell-cafe] ghci ghc - JS (Emscripten)

2013-07-03 Thread B B
emscripten and see how it performs on such GHC generater LLVM IRs. 2013/7/2 Luite Stegeman stege...@gmail.com On Tue, Jul 2, 2013 at 4:38 PM, B B blackbox.dev...@gmail.com wrote: Thank you for all the replies. Luite Stegeman - I was thinking that the LLVM IR code is optimized already or you can

Re: [Haskell-cafe] ghci ghc - JS (Emscripten)

2013-07-03 Thread B B
this tool to interpret such connections and visualise the data on each step - so we want to have some kind of runtime or interpreter on client side. 2013/7/3 Luite Stegeman stege...@gmail.com On Wed, Jul 3, 2013 at 11:06 AM, B B blackbox.dev...@gmail.com wrote: Emscripten is meant to translate ANY

Re: [Haskell-cafe] ghci ghc - JS (Emscripten)

2013-07-03 Thread B B
I think GHCJS should be able to compile all Haskell code in GHC, but we haven't tested this yet. The tricky bit is probably getting foreign code work, and creating a working installation that includes all other things, like libraries and a package database. Usually, GHCi loads object files

[Haskell-cafe] GHC 7.8 (GHCJS)

2013-07-03 Thread B B
Hi, on the GHCJS website () I found an information: If you are from the future, you have GHC 7.8 or higher installed, and Cabal 1.18, run the following: $ cabal install ghcjs $ ghcjs-boot --auto Is it possible currently to get somehow GHC 7.8 or this information means that AFTER release of 7.8

Re: [Haskell-cafe] ghci ghc - JS (Emscripten)

2013-07-02 Thread B B
it to JavaScript and running it in the client. This is different from some of the other try websites (like try.ocamlpro.com), so it's easy to get confused. On Fri, Jun 28, 2013 at 11:24 AM, Henk-Jan van Tuyl hjgt...@chello.nlwrote: On Fri, 28 Jun 2013 15:25:59 +0200, B B blackbox.dev...@gmail.com

Re: [Haskell-cafe] LLVM Backend status

2013-06-28 Thread B B
Great! Its very very nice to hear that! Has Haskell somewhere a technical documentation focused on LLVM usage? (for exampel about GHC's custom calling convention) 2013/6/28 Erik de Castro Lopo mle...@mega-nerd.com Erik de Castro Lopo wrote: B B wrote: 1) Is the LLVM Backend actively

[Haskell-cafe] ghci ghc - JS (Emscripten)

2013-06-28 Thread B B
Hi! Does anybody tried, or is there anywhere a project, of online ghc or ghci (compiled to JavaScript with Emscripten)? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] LLVM Backend status

2013-06-27 Thread B B
Hi! I'm new to Haskell and I'm very interested in using it as a base layer for my application. I need to generate the LLVM-IR code from ghc compiler, so I've got 2 questuions to you: 1) Is the LLVM Backend actively developed or should I be afraid it will be discontinued or broken? 2) How can I