Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Cecil (programming language)

From Wikipedia, the free encyclopedia

Cecil
Paradigmobject-oriented
Designed byCraig Chambers
First appeared1992; 31 years ago (1992)
Typing disciplinedynamic (optionally static)
Influenced
Diesel

Cecil 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.[1][2] 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.[3]

YouTube Encyclopedic

  • 1/3
    Views:
    218 858
    3 194
    5 011
  • The Last Programming Language
  • Clean code book review - chapter 6 - objects vs data structures
  • Combine Google Sheets Workbooks (Files from Google Drive) to One Master - Google Colab

Transcription

References

  1. ^ Dean, Jeffrey; DeFouw, Greg; Grove, David; Litvinov, Vassily; Chambers, Craig (1996). "Vortex: an optimizing compiler for object-oriented languages". Proceedings of the 11th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications. OOPSLA'96. pp. 83–100. doi:10.1145/236338.236344. ISBN 0-89791-788-X.
  2. ^ Chambers, Craig (1992). "Object-oriented multi-methods in Cecil". ECOOP ’92 European Conference on Object-Oriented Programming. ECOOP'92. LNCS. Vol. 615. pp. 33–56. doi:10.1007/BFb0053029. ISBN 3-540-55668-0. ISSN 0302-9743.
  3. ^ "Diesel". University of Washington.

External links


This page was last edited on 9 October 2023, at 00:20
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.