[Haskell-cafe] ActionScript Byte Code backend ?
Jeremy Shaw
jeremy at n-heptane.com
Tue Nov 9 15:20:44 EST 2010
Hello,
I wrote the old backend. I have not (and will not) have the time to
update to the newer SWF format. Unless things have changed, the format
is well documented -- so you don't have to reverse engineer it if you
want to make your own attempt.
That said, if you are trying to generate actionscript bytecode, a
better approach may be to use LLVM. That is what adobe does for Alchemy:
http://labs.adobe.com/wiki/index.php/Alchemy:FAQ
if the LLVM -> actionscript code is public, then you can use the
existing haskell->llvm bindings and get a bunch of optimizing for
'free'.
- jeremy
On Nov 9, 2010, at 11:40 AM, Aaron Gray wrote:
> Is there a Flash ActionScript Byte Code generating backend for
> Haskell ?
>
> I know there was an older SWF 3 backend :-
>
> http://www.n-heptane.com/nhlab/repos/haskell-swf/
>
> But is there anything more up to date ?
>
> Aaron
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20101109/b0c4d317/attachment.html
More information about the Haskell-Cafe
mailing list