Hacker News new | past | comments | ask | show | jobs | submit login

Bangs are well written and idiomatic Haskell code. Haskell is a default-lazy language. Good code uses lazy algorithms (to avoid wasted work) and strict data structures (to avoid space leaks), so efficient data structures need the bangs.



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

Search: