[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 gene

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 > Erik de Castro Lopo wrote: > > > B B wrote: > > > > > 1) Is the LL

[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

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

2013-07-02 Thread B B
compiling 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 wrote: > >> On Fri, 28 Jun 2013

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

2013-07-03 Thread B B
on? I want to simply try emscripten and see how it performs on such GHC generater LLVM IRs. 2013/7/2 Luite Stegeman > On Tue, Jul 2, 2013 at 4:38 PM, B B wrote: > >> Thank you for all the replies. >> Luite Stegeman - I was thinking that the LLVM IR code is optimized >> alre

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

2013-07-03 Thread B B
hile connecting it we want 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 > On Wed, Jul 3, 2013 at 11:06 AM, B B wrote: > >

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 f

[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 th