Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yegor256/purity
- Owner: yegor256
- License: mit
- Created: 2024-04-22T16:57:32.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-04T18:39:38.000Z (2 months ago)
- Last Synced: 2024-11-04T19:38:29.702Z (2 months ago)
- Topics: object-oriented, object-oriented-programming, oop
- Language: Makefile
- Homepage:
- Size: 93.8 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
[![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.