One of the nice features of IHP is that, thanks to Haskell’s strict type checking, it does not just eliminate bugs, it also speeds up development. E.g. if you want to change or build a new feature, you don’t need to write tests for it since the compiler basically does that for you. Since you don’t need to write tests, your work is perhaps half of what it would be normally – and neither do you have to know how to writ…
Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
11–20 of 40 posts
Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#12One of the nice features of IHP is that, thanks to Haskell’s strict type checking, it does not just eliminate bugs, it also speeds up development. E.g. if you want to change or build a new feature, you don’t need to write tests for it since the compiler basically does that for you. Since you don’t need to write tests, your work is perhaps half of what it would be normally – and neither do you have to know how to writ…
Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#13Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#14Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#15Big thank you for developers.
Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#16IHP is already used in production for a number of commercial projects, but I'd also highly recommend the framework for anyone interested in just learning and hacking away with haskell. The IHP IDE is a great playground and you are automatically set up with a postgres db, ghc, hls, etc. So a lot of the configuration barrier is removed and you can just start writing Haskell and experimenting with some of the cool libra…
Do you think the web-based IDE is enough to be productive? For example, could this work on a Chromebook (in browser) or an iPad Pro (browser only)?
Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#17Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#18I've been meaning to pick up either Haskell or OCaml for my next language. On the OCaml side, I see Cornell's free CS 3110 textbook recommended around here. Is there something similar on the Haskell side?
Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#19IHP is already used in production for a number of commercial projects, but I'd also highly recommend the framework for anyone interested in just learning and hacking away with haskell. The IHP IDE is a great playground and you are automatically set up with a postgres db, ghc, hls, etc. So a lot of the configuration barrier is removed and you can just start writing Haskell and experimenting with some of the cool libra…
It looks great! Do you think the web-based IDE is enough to be productive? For example, could this work on a Chromebook (in browser) or an iPad Pro (browser only)?
The IDE is btw entirely optional and everything can be done via code. E.g. all operations done via the visual Schema Designer are saved in the Application/Schema.sql file. That file can be edited from a code editor as you want. All operations in the schema designer operate on the AST of the parsed Schema.sql file.
Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#20Wow, just started watching video, this is really nice. The integrated environment, db and everything makes it super easy to get started. I guess you made it so you just have no excuses to try this out. Big thank you for developers.