Hacker News new | past | comments | ask | show | jobs | submit login
Parametrising Code Over Modules: Towards Backpack in Practice (youtube.com)
3 points by wz1000 on Dec 19, 2016 | hide | past | favorite | 1 comment



I'm really excited for backpack, because with its release, 2 of the 3 major problems that I had working with Haskell have been solved, in addition to the dependency/cabal hell problem being solved by stack last year.

1. String types(Text, Bytestring, String...)

2. Lack of modules being... modular: The Haskell ecosystem has loads of code/interface duplication, with Lazy/Strict versions of data structures, modules that work with only a specific version of other modules and so on.

The third major problem I have is records. There are lots of different proposed solutions to this(vinyl, hlist, rawr and so on) but nothing really satisfactory yet.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: