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

Actor (programming language)

From Wikipedia, the free encyclopedia

The Actor programming language was invented by Charles Duff of The Whitewater Group in 1988. It was an offshoot of some object-oriented extensions to the Forth language he had been working on.[1]

Actor is a pure object-oriented language in the style of Smalltalk. Like Smalltalk, everything is an object, including small integers. A Baker semi-space garbage collector is used, along with (in memory-constrained Windows 2.1 days) a software virtual memory system that swaps objects. A token threaded interpreter,[2] written in 16-bit x86 assembly language, executes compiled code.

Actor only was released for Microsoft Windows 2.1 and 3.0. Actor used a pure object-oriented framework over native operating system calls as its basic GUI architecture. This allows an Actor application to look and feel exactly like a Windows application written in C, but with all the advantages of an interactive Smalltalk-like development environment. Both a downside and upside to this architecture is a tight coupling to the Windows architecture, with a thin abstraction layer into objects. This allows direct use of the rich Windows OS API, but also makes it nearly impossible to support any other OS without a significant rewrite of the application framework.

A demo of Actor was shown in an episode of Computer Chronicles.[3]

YouTube Encyclopedic

  • 1/3
    Views:
    18 823
    7 595
    47 093
  • Introduction to the Actor Model for Concurrent Computation: Tech Talks @ AppNexus
  • The Actor Model
  • Which programming languages will stand the test of time? | Pluralsight

Transcription

Further reading

References

  1. ^ Ziff Davis Inc (1991-03-26). PC Mag. Ziff Davis, Inc.
  2. ^ InfoWorld Media Group (1991-02-25). InfoWorld. InfoWorld Media Group, Inc.
  3. ^ Computer Chronicles. Episode 718. Programming Languages, 1990-03-01, retrieved 2022-07-10
  4. ^ Don Crabs (15 October 1990). "Actor offers a sophisticated OOP development system". InfoWorld. InfoWorld Media Group, Inc.: 86–. ISSN 0199-6649. Retrieved 18 August 2011.
This page was last edited on 29 January 2023, at 19:52
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.