Shared Variables: Difference between revisions

Content deleted Content added
Cowznofski (talk | contribs)
m some more missing links
Cowznofski (talk | contribs)
mNo edit summary
Line 21:
Shared Variables were one technique used by APL implementors and vendors to increase the richness of the APL language, doing so without touching 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 Z80 based hardware, later the original IBM PC, and today 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]], it is interesting to note that only IBM continued to use Shared Variables as a means to supply new features to their versions of the APL2 language for non-mainframe computers.
 
Nearly all other APL vendors chose to implement new functionality, such as access to [[Linux]] and Windows native features, graphical user interface, presentation graphics, database management system interfaces, and so on, more directly in their respective versions of the APL language. In modern non-IBM APL implementations, the Shared Variable interface has been largely supplanted by [[Component Object Model|COM]], [[ActiveX]], and [[Microsoft .Net|.Net]].