Re: [Haskell-cafe] [Haskell] ANNOUNCE: jhc-0.8.1

Am 11.05.2014 22:20, schrieb John Meacham:
After a hiatus, jhc 0.8.1 is released.
Could you clarify the current relation between jhc and ajhc. Are they independent from each other, or does ajhc still pull all features from jhc?

On Sun, May 11, 2014 at 1:26 PM, Henning Thielemann
Could you clarify the current relation between jhc and ajhc. Are they independent from each other, or does ajhc still pull all features from jhc?
I try to pull what I can back from ajhc, I had to take a break from developing jhc for a bit (grumble) so it was easier for kiwamu to branch on his own. As long as we don't diverge too much, there shouldn't be an issue sharing any patches between them. I don't see us diverging much as kiwamu is working mainly on the embedded targets, I'm in the process of revamping the intermediate representation to allow faster/better/easier optimizations and fixing some warts on the type system with the powers of hindsight and some inspiring papers by SPJ :) John

Hi John.
On Mon, May 12, 2014 at 5:34 AM, John Meacham
I try to pull what I can back from ajhc, I had to take a break from developing jhc for a bit (grumble) so it was easier for kiwamu to branch on his own. As long as we don't diverge too much, there shouldn't be an issue sharing any patches between them. I don't see us diverging much as kiwamu is working mainly on the embedded targets,
I'll try to darcs-send Ajhc's remain patch to jhc.
I'm in the process of revamping the intermediate representation to allow faster/better/easier optimizations and fixing some warts on the type system with the powers of hindsight and some inspiring papers by SPJ :)
Umm.... I'll try to understand your design, and believe your design is so crazy. ;) Thank's a lot for your brain, -- Kiwamu Okabe at METASEPI DESIGN
participants (3)
-
Henning Thielemann
-
John Meacham
-
Kiwamu Okabe