Hacker News new | ask | show | jobs
by lolinder 2032 days ago
I tried it out about a month ago, and my sense was it's definitely on the right track, but I wouldn't by any means put it into production yet. The UI was surprisingly useful rather than gimmicky, and the use of types was very cool. I was particularly impressed with the migrations framework, which was really easy to work with.

I didn't get too far into it, though, because at the time it didn't support the Haskell language server, which made exploring the framework hard. They've added support for that since then, so I'm looking forward to trying it again. I'd also love to hear people's experiences, if anyone has gotten further in it.

1 comments

> at the time it didn't support the Haskell language server

It does now:

https://ihp.digitallyinduced.com/Guide/editors.html#notes-on...