lemmih / lhc

The LLVM LHC Haskell Optimization System
http://lhc-compiler.blogspot.com/
The Unlicense
198 stars 16 forks source link

Is this thing on? #2

Closed felix91gr closed 6 years ago

felix91gr commented 6 years ago

Hi! I’m interested in this project. I think it’s healthy for a language to have a compiler developed for it that actually uses LLVM.

LLVM allows for performant code. Very performant. And with good static analysis as well.

I want this project to exist. I don’t have much to give in return (yet), but I wanna know if it will exist for the day I bring something :)

lemmih commented 6 years ago

It's on. :)

I'm writing a reusable name resolution library and type-checking library as part of the haskell-suite. Once those are done, I can continue on LHC. Unfortunately I don't have much time.

This project might be of interest to you: https://github.com/ollef/sixten

lemmih commented 6 years ago

Development has continued on LHC. Closing this issue.