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: 5 months ago
JSON representation
The same program in a few different "pure" object-oriented languages
- Host: GitHub
- URL: https://github.com/yegor256/purity
- Owner: yegor256
- License: mit
- Created: 2024-04-22T16:57:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-29T16:04:53.000Z (6 months ago)
- Last Synced: 2025-05-29T17:48:25.424Z (6 months ago)
- Topics: object-oriented, object-oriented-programming, oop
- Language: Makefile
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fibonacci in "Pure" Object-Oriented Languages
[](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.