Content deleted Content added
Jerryobject (talk | contribs) Small WP:EoS WP:COPYEDITs. Time: MOS:CURRENT > specific. My template error fixed. |
m Open access bot: url-access updated in citation with #oabot. |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1:
'''Shared Variables''' are a feature of the programming language [[APL (programming language)|APL]] which allows APL programs running on one [[Processor (computing)|processor]] to share information with another processor.<ref name="ency">{{cite book
|title=Encyclopedia of Microcomputers
|year=1987
|
|isbn=0824727002
|chapter-url=https://books.google.com/books?id=F-Y0wdIIucgC&pg
|pages=
|chapter=APL for Microcomputers}}</ref> Although originally developed for [[mainframe computer]]s, Shared Variables were also used in [[personal computer]] implementations of APL.<ref name="ency"/> Shared Variables could be used to control [[peripheral device]]s, or to communicate with external files, [[database]] management systems, or other users.<ref name="ency"/> Shared Variables were first introduced by International Business Machines Corporation ([[IBM]]) in their APL.SV [[software]] product in 1973,<ref name="design">{{cite journal
|journal=IBM Journal of Research and Development
Line 16:
|author1=A.D. Falkoff
|author2=K.E. Iverson
|pages= 324–334
|doi=10.1147/rd.174.0324
|url-access=subscription
}}</ref> and are still available {{as of|2017|lc=y}}, in APLs from IBM and Dyalog,<ref name="dya15">{{cite web
|url=http://help.dyalog.com/15.0/Content/InterfaceGuide/Shared%20Variables/Shared%20Variable%20Principles.htm
Line 44 ⟶ 47:
* Full Screen Display Manager (AP124)
* IBM [[Graphical Data Display Manager]] (GDDM) (AP126)
* [[IBM
==Subsequent uses==
Line 55 ⟶ 58:
|year=1988}}</ref> NSVP predates the widespread use of the Internet by five years.
Shared Variables were one technique used by APL implementors and vendors to increase the richness of the APL language, doing so without changing the core implementation. With the advent of more powerful personal computing, the exodus of the APL user community to smaller computers was inevitable. APL was first available on [[Intel 8008]], [[Intel 8080|8080]], and [[Zilog Z80]] based hardware, later the original IBM PC, and as of 2015, on the 32- and 64-bit Linux and Windows workstations. Although Dyalog APL included an implementation of shared variables for communication with the now-deprecated Microsoft Windows [[Dynamic Data Exchange]] (DDE),
Nearly all other APL vendors chose to implement new functions, such as access to [[Linux]] and Windows native features, [[graphical user interface]]s, presentation graphics, database management system interfaces, and so on, more directly in their respective versions of the APL language.{{citation needed|date=December 2017}} In modern non-IBM APL implementations, the Shared Variable interface has been largely supplanted by [[Component Object Model]] (COM), [[ActiveX]], and [[.NET Framework]].
|