Category:Caché ObjectScript: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
m (added documentation section)
Line 8: Line 8:
<p>Caché ObjectScript (COS) is a part of the Caché database system sold by InterSystems. The language is a functional superset of the ANSI-standard M (i.e. MUMPS) programming language. MUMPS programmers can run existing MUMPS routines under Caché with little or no change. The original scripting language for Caché, Caché ObjectScript is an object-oriented language. One interesting feature of Caché ObjectScript is that it enables the intermixing of data access methods – developers may view data as objects, as relational tables (using SQL), or as multidimensional arrays.
<p>Caché ObjectScript (COS) is a part of the Caché database system sold by InterSystems. The language is a functional superset of the ANSI-standard M (i.e. MUMPS) programming language. MUMPS programmers can run existing MUMPS routines under Caché with little or no change. The original scripting language for Caché, Caché ObjectScript is an object-oriented language. One interesting feature of Caché ObjectScript is that it enables the intermixing of data access methods – developers may view data as objects, as relational tables (using SQL), or as multidimensional arrays.
</p>
</p>

==Documentation==
''InterSystems Documentation''<br />
http://docs.intersystems.com

''InterSystems Class Reference (Caché 2012.2)''<br />
http://docs.intersystems.com/cache20122/csp/documatic/%25CSP.Documatic.cls

Revision as of 10:45, 25 March 2013

Language
Caché ObjectScript
This programming language may be used to instruct a computer to perform a task.
Typing: Untyped
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Caché ObjectScript.

Visit the Google group for discussions about this language.

Visit Wikipedia for a general description.

Caché ObjectScript (COS) is a part of the Caché database system sold by InterSystems. The language is a functional superset of the ANSI-standard M (i.e. MUMPS) programming language. MUMPS programmers can run existing MUMPS routines under Caché with little or no change. The original scripting language for Caché, Caché ObjectScript is an object-oriented language. One interesting feature of Caché ObjectScript is that it enables the intermixing of data access methods – developers may view data as objects, as relational tables (using SQL), or as multidimensional arrays.

Documentation

InterSystems Documentation
http://docs.intersystems.com

InterSystems Class Reference (Caché 2012.2)
http://docs.intersystems.com/cache20122/csp/documatic/%25CSP.Documatic.cls