Difference between revisions of "ITasks"
m |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 17: | Line 17: | ||
* Integration framework for common client-side javascript libraries (for example google maps) | * Integration framework for common client-side javascript libraries (for example google maps) | ||
− | + | == Installation == | |
− | == | + | Follow the instructions at [[Download Clean]] to install the ''Latest iTask and Clean Release''. Stable version (e.g. Clean 3.1) are not supported in combination with iTasks. |
− | |||
− | |||
− | |||
− | |||
== Documentation == | == Documentation == | ||
− | Documentation of iTasks is still mostly done in scientific papers (look for iTasks on the [[Publications]] page). | + | You can find up-to-date documentation via the [https://cloogle.org Cloogle] search engine which indexes all standard libraries, external libraries, compiler errors, ABC instructions, builtins and syntax elements. Documentation of the concepts of iTasks is still mostly done in scientific papers (look for iTasks on the [[Publications]] page). |
== Browsers == | == Browsers == | ||
− | + | The iTask system supports recent versions of Firefox, Chrome and Edge. | |
− | The iTask system | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Read more == | == Read more == |
Latest revision as of 08:01, 22 September 2022
The iTask system (iTasks) is a task-oriented programming toolkit for programming workflow support applications in Clean.
With this toolkit, interactive systems can be specified using combinators in a very high level declarative monadic style. Programs are constructed by combining typed 'tasks'. These tasks produce results that can be passed as parameters to other tasks. Tasks are constructed by combining single steps sequentially or in parallel. From iTask specifications, executable web-based workflow support systems are generated automatically.
This latest version features:
- A highly declarative API for specification of interactive systems as task compositions.
- Automatic generation of web-based user interfaces for entering and updating and viewing data.
- Automatic data persistance
- Automatic instant synchronization between different clients using html5 push technologies.
- Easy creation of JSON webservices
- A builtin HTTP1.1 webserver
- Integration framework for common client-side javascript libraries (for example google maps)
Installation
Follow the instructions at Download Clean to install the Latest iTask and Clean Release. Stable version (e.g. Clean 3.1) are not supported in combination with iTasks.
Documentation
You can find up-to-date documentation via the Cloogle search engine which indexes all standard libraries, external libraries, compiler errors, ABC instructions, builtins and syntax elements. Documentation of the concepts of iTasks is still mostly done in scientific papers (look for iTasks on the Publications page).
Browsers
The iTask system supports recent versions of Firefox, Chrome and Edge.