Category:Caché ObjectScript: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
m (Fixed symbol and spacing)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{language
{{language|COS
|untyped=yes}}
|checking=dynamic}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|Object-oriented}}

<p>Visit official [https://community.intersystems.com Developers Community forum] for discussions about ObjectScript .</p>

<p>Code snippets can be found on [https://openexchange.intersystems.com InterSystems Open Exchange] .</p>


<p>Visit the [https://groups.google.com/forum/?fromgroups#!forum/intersystems-public-cache Google group] for discussions about this language.</p>
<p>Visit the [https://groups.google.com/forum/?fromgroups#!forum/intersystems-public-cache Google group] for discussions about this language.</p>
Line 8: Line 14:
<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 Overview Page''<br />
https://docs.intersystems.com

''InterSystems Product Documentation (Cach&eacute; and Ensemble)''<br />
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls

''InterSystems Class Reference (Cach&eacute; and Ensemble system, library, and sample classes)''<br />
https://docs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls

Latest revision as of 09:23, 5 March 2020

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


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


Visit official Developers Community forum for discussions about ObjectScript .

Code snippets can be found on InterSystems Open Exchange .

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 Overview Page
https://docs.intersystems.com

InterSystems Product Documentation (Caché and Ensemble)
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls

InterSystems Class Reference (Caché and Ensemble system, library, and sample classes)
https://docs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls