Skip to content
/ scoop Public

Demonstration of SCOOP (Simple Concurrent Object-Oriented Programming) usage in Eiffel

License

Notifications You must be signed in to change notification settings

kwaxer/scoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCOOP

Demonstration of SCOOP (Simple Concurrent Object-Oriented Programming) usage in Eiffel

Structure

  • example: ready-to-use simple examples that can be compiled and run to see how certain functionality can be achieved in a SCOOP-driven system
  • library: reusable code that can be used unmodified in other applications

How to use?

  1. Download the source code, e.g.
wget -c https://github.com/kwaxer/scoop/archive/master.zip
unzip master.zip
  1. Compile and run an example, e.g.
cd scoop-master/example/launcher

and then follow the corresponding instructions.

  1. Use the library in your project by adding a reference to scoop-master/library/scoop.ecf.
  2. Include the license and copyright notice in your project.

System requirements

The software was tested with EiffelStudio 19.05 (stable) and 19.12 (beta) releases.

About

Demonstration of SCOOP (Simple Concurrent Object-Oriented Programming) usage in Eiffel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages