This HTML5 document contains 77 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n19https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
dbpedia-ruhttp://ru.dbpedia.org/resource/
schemahttp://schema.org/
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
n6http://www.intersystems.com/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Caché_ObjectScript
rdf:type
schema:Language yago:Abstraction100002137 wikidata:Q9143 yago:Language106282651 yago:ArtificialLanguage106894544 dbo:ProgrammingLanguage yago:ProgrammingLanguage106898352 yago:Communication100033020 dbo:Language wikidata:Q315 owl:Thing
rdfs:label
Caché ObjectScript ObjectScript (язык программирования) Caché ObjectScript
rdfs:comment
Caché ObjectScript ist eine Programmiersprache und Bestandteil des von InterSystems vertriebenen Caché-. Die Sprache basiert auf einer funktionalen, jedoch begrenzten Menge der ANSI-Standard-MUMPS-Programmiersprache. Weil der Kern von Caché eine MUMPS-Implementierung ist, kann es ANSI-MUMPS-Routinen ohne Änderungen ausführen. Caché ObjectScript beinhaltet auch eine Unterstützung für objektorientierte Programmierung, eine Makro-Vorverarbeitungssprache, eingebettetes SQL für ANSI-Standard-SQL-Zugriff auf die integrierten Datenbank-, Prozedur- und Steuerblöcke. Caché ObjectScript is a part of the Caché database system sold by InterSystems. The language is a functional superset of the ANSI-standard MUMPS programming language. Since Caché is at its core a MUMPS implementation, it can run ANSI MUMPS routines with no change. To appeal as a commercial product, Caché implements support for object-oriented programming, a macro preprocessing language, embedded SQL for ANSI-standard SQL access to M's built-in database, procedure and control blocks using C-like brace syntax, procedure-scoped variables, and relaxed whitespace syntax limitations. ObjectScript (произносится на английском как /'ɔbʤikt skript/, в русском языке транслитерация — «обджект скрипт») — слаботипизированный объектно-ориентированный язык программирования, разработанный компанией . Приложения на ObjectScript обычно транслируются в специальный байт-код, поэтому они могут работать на любой компьютерной архитектуре, с помощью среды исполнения Caché или . Он сочетает в себе возможности таких языков, как JavaScript, Lua и PHP
foaf:name
Caché ObjectScript
dbp:name
Caché ObjectScript
dcterms:subject
dbc:Persistent_programming_languages
dbo:wikiPageID
2242790
dbo:wikiPageRevisionID
1105476600
dbo:wikiPageWikiLink
dbr:Preprocessor dbr:SQL dbr:C_(programming_language) dbc:Persistent_programming_languages dbr:Embedded_SQL dbr:Cross-platform dbr:MUMPS dbr:InterSystems dbr:%22Hello,_World!%22_program dbr:Profile_Scripting_Language dbr:ANSI dbr:InterSystems_Caché dbr:Object-oriented_programming dbr:Programming_language dbr:GT.M
dbo:wikiPageExternalLink
n6:cache
owl:sameAs
dbpedia-ru:ObjectScript_(язык_программирования) n19:4eVLm dbpedia-de:Caché_ObjectScript freebase:m.06yp6q wikidata:Q5016025
dbp:wikiPageUsesTemplate
dbt:Compu-lang-stub dbt:Notability dbt:Short_description dbt:Multiple_issues dbt:Self-published dbt:Infobox_programming_language dbt:Reflist dbt:Original_research
dbp:influencedBy
dbr:MUMPS
dbp:operatingSystem
dbr:Cross-platform
dbp:year
1997
dbo:abstract
Caché ObjectScript is a part of the Caché database system sold by InterSystems. The language is a functional superset of the ANSI-standard MUMPS programming language. Since Caché is at its core a MUMPS implementation, it can run ANSI MUMPS routines with no change. To appeal as a commercial product, Caché implements support for object-oriented programming, a macro preprocessing language, embedded SQL for ANSI-standard SQL access to M's built-in database, procedure and control blocks using C-like brace syntax, procedure-scoped variables, and relaxed whitespace syntax limitations. The language has private and public variables and globals. Global has a different meaning in this language than in most; such variables are global across routines, processes, and sessions. Thus, editing a global variable is making permanent and immediate changes to a system-universal database (which survives reboots, etc.). The scope of a private variable is the local function, the scope of a public variable is the entire process. Variables, private and public, may be single elements or complete multi-dimensional arrays. The great majority of Caché's feature-set is inherited from the ANSI MUMPS standard. See that article for details on how data is represented and the different ways a programmer can think about the data during development. ObjectScript (произносится на английском как /'ɔbʤikt skript/, в русском языке транслитерация — «обджект скрипт») — слаботипизированный объектно-ориентированный язык программирования, разработанный компанией . Приложения на ObjectScript обычно транслируются в специальный байт-код, поэтому они могут работать на любой компьютерной архитектуре, с помощью среды исполнения Caché или . Он сочетает в себе возможности таких языков, как JavaScript, Lua и PHP Caché ObjectScript ist eine Programmiersprache und Bestandteil des von InterSystems vertriebenen Caché-. Die Sprache basiert auf einer funktionalen, jedoch begrenzten Menge der ANSI-Standard-MUMPS-Programmiersprache. Weil der Kern von Caché eine MUMPS-Implementierung ist, kann es ANSI-MUMPS-Routinen ohne Änderungen ausführen. Caché ObjectScript beinhaltet auch eine Unterstützung für objektorientierte Programmierung, eine Makro-Vorverarbeitungssprache, eingebettetes SQL für ANSI-Standard-SQL-Zugriff auf die integrierten Datenbank-, Prozedur- und Steuerblöcke. Die Sprache hat private und öffentliche Variablen und Globals. Global hat in dieser Sprache eine andere Bedeutung als in den meisten anderen Programmiersprachen; solche Variablen sind über Routinen, Prozesse und Sitzungen hinweg global. So führt die Bearbeitung einer globalen Variablen zu permanenten und sofortigen Änderungen an einer systemuniversellen Datenbank (die Neustarts überlebt etc.). Mit einer privaten Variablen ist eine lokale Funktion gemeint und mit einer öffentlichen Variablen der gesamte Prozess. Variablen, private und öffentliche, können einzelne Elemente oder komplette multidimensionale Felder (Arrays) sein.
gold:hypernym
dbr:Part
prov:wasDerivedFrom
wikipedia-en:Caché_ObjectScript?oldid=1105476600&ns=0
dbo:wikiPageLength
3115
dbo:influencedBy
dbr:MUMPS
foaf:isPrimaryTopicOf
wikipedia-en:Caché_ObjectScript
Subject Item
dbr:List_of_programming_languages
dbo:wikiPageWikiLink
dbr:Caché_ObjectScript
Subject Item
dbr:List_of_programming_languages_by_type
dbo:wikiPageWikiLink
dbr:Caché_ObjectScript
Subject Item
dbr:Generational_list_of_programming_languages
dbo:wikiPageWikiLink
dbr:Caché_ObjectScript
Subject Item
dbr:MUMPS
dbo:wikiPageWikiLink
dbr:Caché_ObjectScript
dbp:influenced
dbr:Caché_ObjectScript
dbo:influenced
dbr:Caché_ObjectScript
Subject Item
dbr:Comparison_of_object_database_management_systems
dbo:wikiPageWikiLink
dbr:Caché_ObjectScript
Subject Item
dbr:InterSystems_Caché
dbo:wikiPageWikiLink
dbr:Caché_ObjectScript
Subject Item
dbr:Cache_ObjectScript
dbo:wikiPageWikiLink
dbr:Caché_ObjectScript
dbo:wikiPageRedirects
dbr:Caché_ObjectScript
Subject Item
dbr:Semantics
dbo:wikiPageWikiLink
dbr:Caché_ObjectScript
Subject Item
dbr:Persistent_programming_language
dbo:wikiPageWikiLink
dbr:Caché_ObjectScript
Subject Item
dbr:ObjectScript
dbo:wikiPageWikiLink
dbr:Caché_ObjectScript
dbo:wikiPageRedirects
dbr:Caché_ObjectScript
Subject Item
wikipedia-en:Caché_ObjectScript
foaf:primaryTopic
dbr:Caché_ObjectScript