Hacker News new | ask | show | jobs
by zelphirkalt 52 days ago
Same output for same input is implicitly part of FP. (Not for OOP, due to mutation and side-effects.) I would think that when writing Haskell, one naturally always aims for same input same output.