Skip to content

The same program in a few different "pure" object-oriented languages

License

Notifications You must be signed in to change notification settings

yegor256/purity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci in "Pure" Object-Oriented Languages

make

Using a few pure object-oriented programming languages, I wrote the same simple program that calculates Fibonacci number. Just for fun.

The languages are:

If you know any other "pure" OOP languages, submit a pull request.