Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 224 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 224 Bytes

This is a pretty standard implementation of the basic components of function programming

  • church_nums.clj: Natural Numbers using Church's encoding
  • list-comprehension.clj: Basic list comprehension functions