Skip to content

vorakl/composingprograms.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice inspired by www.composingprograms.com

My experiments inspired by "Composing Programs" which is authored and maintained by John DeNero.

  • char_converter, the example of applying the constraint programming paradigm for converting Characters to/from Ascii codes
  • pure_oop, a pure implementation of the Object-Oriented Paradigm (encapsulation, polymorphism, inheritance) in one function
  • fibonacci_iter, a simple iterator for producing Fibonacci sequence (up to a defined value)

Releases

No releases published

Packages

No packages published

Languages