Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yegor256/purity

The same program in a few different "pure" object-oriented languages
https://github.com/yegor256/purity

object-oriented object-oriented-programming oop

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Fibonacci in "Pure" Object-Oriented Languages

[![make](https://github.com/yegor256/purity/actions/workflows/make.yml/badge.svg)](https://github.com/yegor256/purity/actions/workflows/make.yml)

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

The languages are:

* [Ruby](/ruby)
* [Smalltalk](/smalltalk)
* [Io](/io)
* [Scala](/scala)
* [Dart](/dart)

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