Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conaclos/eioc
Eiffel Inversion of Control
https://github.com/conaclos/eioc
dependency-injection eiffel eioc injection
Last synced: 26 days ago
JSON representation
Eiffel Inversion of Control
- Host: GitHub
- URL: https://github.com/conaclos/eioc
- Owner: Conaclos
- License: mpl-2.0
- Created: 2014-07-14T16:41:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T00:29:44.000Z (almost 8 years ago)
- Last Synced: 2023-07-31T13:08:38.995Z (over 1 year ago)
- Topics: dependency-injection, eiffel, eioc, injection
- Language: Eiffel
- Size: 32.2 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# Eiffel Inversion of Control
## Overview
EIOC is a library which implements a simple Inversion of Control.
It allows to deliver singletons and instances created from factory functions.
Currently a strict matching type is required.## Origin
EIOC was created as an experiment to test the expressiveness of the Eiffel programming language and its standard libraries.
## License
Copyright (c) 2015-2016 Victorien Elvinger
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL
was not distributed with this file, You can obtain
one at https://mozilla.org/MPL/2.0/.