Hacker News new | ask | show | jobs
by arturaz 197 days ago
To what Unison is actually compiled to and how is it ran? Gemini LLM says it compiles down to Scheme with is then ran Chez Scheme, how much of an LLM hallucination is that?

Edit: I found https://www.unison-lang.org/blog/jit-announce/

1 comments

That information is a bit out of date, though correct at the time. We've put the Chez Scheme interpreter on ice, and we focused on runtime improvements to the Haskell interpreter. So, currently, Unison compiles to Haskell.