© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
In this programming contest, we will accept applications that meet the ObjectScript CLI requirement.
Your application could be the library, package or tool, written in InterSystems ObjectScript can be used as a method call from another ObjectScript class or simply in IRIS Terminal.
The application could be launched on either InterSystems IRIS Community Edition,
or InterSystems IRIS for Health Community Edition.
If git cloned or download from the application's repository it should be runnable with docker container. E.g.:
$ docker-compose up -d
The application could be implemented as CLI, with execution in the IRIS terminal. e.g.:
$ docker-compose exec iris iris session iris
Node: 981b8e5c8f7a, Instance: IRIS
USER>w ##class(Your.Application).MakeTheWorldABetterPlace()
Don't forget to highlight in README.md of your repository how it could be used.