Happy !
HerveVerjus / Nimrod
Project infos
| License | MIT |
| Tags | adl, soa, pi-calculus |
| Creation date | 2013-05-01 |
| Website | http://univ.herveverjus.com/software.php |
Monticello registration
About Nimrod
Framework that combines strengths of object orientation and pi-calculus based ADL. It provides a kind of language named Nimrod-ADL (a Smalltalk language extension) allowing the user to describe software architectures. Nimrod software architectures are composed of components. Each component has a behaviour (a pi-calculus process) and interacts with other component by the way of connections (pi-calculus channels). Nimrod-ADL is a core language (aka meta-model) that can be extended.
You can download the latest development version by executing the following script in the latest Pharo image:
Gofer new
smalltalkhubUser: 'HerveVerjus' project: 'Nimrod';
package: 'Nimrod';
load.
