Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
ihp.digitallyinduced.com
Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
1–10 of 40 posts
Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#2Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#3Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#4It looks like Docker support is still a paid feature? That's disappointing. I had written a blog post outlining how important docker support was and explaining how little work it was to get working, and at the time the maintainers agreed it should be a free feature, but it seems they've changed their minds.
We've not changed our minds on docker becoming a free feature eventually. We just didn't update the pricing yet, but this is planned for the near future.
Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#5It looks like Docker support is still a paid feature? That's disappointing. I had written a blog post outlining how important docker support was and explaining how little work it was to get working, and at the time the maintainers agreed it should be a free feature, but it seems they've changed their minds.
Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#6It looks like Docker support is still a paid feature? That's disappointing. I had written a blog post outlining how important docker support was and explaining how little work it was to get working, and at the time the maintainers agreed it should be a free feature, but it seems they've changed their minds.
If it's using nix for building - there's multiple ways to DIY turn that into a docker container, like pkgs.dockerTools.buildImage or nixpacks: https://github.com/railwayapp/nixpacks
Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#7Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#8Re: Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
#9One 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
#10Is this something I can play with despite zero knowledge of Haskell?
A good starting might btw be our IHP Casts Youtube playlist https://www.youtube.com/watch?v=PLl9Sjq6Nzc&list=PLenFm8BWuK...