Matches in DBpedia 2016-04 for { <http://wikidata.dbpedia.org/resource/Q7427136> ?p ?o }
Showing triples 1 to 37 of
37
with 100 triples per page.
- Q7427136 subject Q7134755.
- Q7427136 subject Q7142683.
- Q7427136 subject Q7237558.
- Q7427136 abstract "Cecilia is a pure object-oriented programming language that was developed by Craig Chambers at the University of Washington in 1992 to be part of the Vortex project there. Cecil has many similarities to other object-oriented languages, most notably Objective-C, Modula-3, and Self. The main goals of the project were extensibility, orthogonality, efficiency, and ease-of-use.The language supports multiple dispatch and multimethods, dynamic inheritance, and optional static type checking. Unlike most other OOP systems, Cecil allows subtyping and code inheritance to be used separately, allowing run-time or external extension of object classes or instances. Like Objective-C, all object services in Cecil are invoked by message passing, and the language supports run-time class identification. These features allow Cecil to support dynamic, exploratory programming styles. Parameterized types and methods (generics, polymorphism), garbage collection, and delegation are also supported. Cecil also supports a module mechanism for isolating independent libraries or packages. Cecil does not presently support threads or any other form of concurrency. A standard library for Cecil is also available and includes various collection, utility, system, I/O, and GUI classes.The Diesel language was the successor of Cecil.There was also an assembler type language known as Cesil (Computer Education in Schools Instructional Language) used in the late 70's developed by ICL. It was quite similar to the later language MASM.".
- Q7427136 wikiPageExternalLink cecil.html.
- Q7427136 wikiPageExternalLink cecil.
- Q7427136 wikiPageWikiLink Q1051282.
- Q7427136 wikiPageWikiLink Q1184069.
- Q7427136 wikiPageWikiLink Q1756543.
- Q7427136 wikiPageWikiLink Q1859284.
- Q7427136 wikiPageWikiLink Q1864529.
- Q7427136 wikiPageWikiLink Q188531.
- Q7427136 wikiPageWikiLink Q1928222.
- Q7427136 wikiPageWikiLink Q21005460.
- Q7427136 wikiPageWikiLink Q212542.
- Q7427136 wikiPageWikiLink Q219563.
- Q7427136 wikiPageWikiLink Q322202.
- Q7427136 wikiPageWikiLink Q3240252.
- Q7427136 wikiPageWikiLink Q4115054.
- Q7427136 wikiPageWikiLink Q5065544.
- Q7427136 wikiPageWikiLink Q5421353.
- Q7427136 wikiPageWikiLink Q7134755.
- Q7427136 wikiPageWikiLink Q7142683.
- Q7427136 wikiPageWikiLink Q7237558.
- Q7427136 wikiPageWikiLink Q79872.
- Q7427136 wikiPageWikiLink Q865760.
- Q7427136 wikiPageWikiLink Q9143.
- Q7427136 type Language.
- Q7427136 type Language.
- Q7427136 type ProgrammingLanguage.
- Q7427136 type Thing.
- Q7427136 type Q315.
- Q7427136 type Q34770.
- Q7427136 type Q9143.
- Q7427136 comment "Cecilia is a pure object-oriented programming language that was developed by Craig Chambers at the University of Washington in 1992 to be part of the Vortex project there. Cecil has many similarities to other object-oriented languages, most notably Objective-C, Modula-3, and Self. The main goals of the project were extensibility, orthogonality, efficiency, and ease-of-use.The language supports multiple dispatch and multimethods, dynamic inheritance, and optional static type checking.".
- Q7427136 label "Cecil (programming language)".
- Q7427136 homepage cecil.