This repository contains a detailed comparison of Lisp and Haskell in functional programming, focusing on key differences in syntax, evaluation strategy, data structures, recursion, and type systems.
- comparison_lisp_haskell.md - A theoretical comparison of Lisp and Haskell.
- lisp_examples.lisp - Example implementations in Lisp.
- haskell_examples.hs - Example implementations in Haskell.
- README.md - Overview of the repository.
- Syntax and Evaluation Strategy
- Data Structure Handling
- Recursion and Higher-Order Functions
- Type Systems
- Open comparison_lisp_haskell.md for the detailed comparison.
- Run lisp_examples.lisp in a Lisp interpreter (e.g., SBCL or Common Lisp).
- Run haskell_examples.hs in a Haskell compiler (e.g., GHC or GHCi).
Ekrema Babiker