Projects



Changes between Version 6 and Version 7 of ccpn


Ignore:
Timestamp:
02/02/19 23:19:02 (6 years ago)
Author:
9simon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ccpn

    v6 v7  
    22
    33The Curry-coloured Petri net formalism and its tool set provide the possibilities
    4  - to model CCPNs (Curry-coloured Petri nets) with Curry inscriptions in the [http://renew.de Renew] editor environment
     4 - to model CCPNs (Curry-coloured Petri nets) with [http://www.curry-language.org Curry] inscriptions in the [http://renew.de Renew] editor environment
    55 - to simulate CCPN models
    66 - to generate a reachability graph for CCPN models
    7  - to be integrated as a Haskell library into Haskell programs
    8 While Haskell is used as the implementations language, Curry is used as the inscription language.
     7 - to be integrated as a [https://www.haskell.org Haskell] library into Haskell programs
     8While [https://www.haskell.org Haskell] is used as the implementations language, [http://www.curry-language.org Curry] is used as the inscription language.
    99The main advantage is that CCPN inscriptions are side effect free due to the Curry's functional purness and the control of side effects by its strong type system.
    1010Binding searches are based on the highly optimized Curry evaluation environment of the [https://www-ps.informatik.uni-kiel.de/kics2 KiCS2] compiler.