- Flex machine
There are multiple systems named Flex Machine.
Alan Kay developed his Flex Machine in the late 1960s while exploring ideas that would later evolve intoSmalltalk . See The Early History of Smalltalk, which is linked from theSmalltalk page, for more information.Royal Signals and Radar Establishment (RSRE) developed its Flex Machine [ [http://stinet.dtic.mil/oai/oai?verb=getRecord&metadataPrefix=html&identifier=ADA085010 An Introduction to the FLEX Computer System ] ] in Malvern, England, during the 1980s. It used a tagged storage scheme to implement a capability architecture, and was designed for the safe and efficient implementation of strongly-typed procedures.There were (at least) two incarnations of Flex, implemented using hardware with writable
microcode . The first was supplied byLogica to a RSRE design, and the second used an ICL Perq [http://stinet.dtic.mil/stinet/jsp/docread.jsp?K2DocKey=http%3A%2F%2Fstinet.dtic.mil%2Fstinet%2FXSLTServlet%3Fad%3DADA166398%40trA-search&Format=1F&Custom=&querytext=perqflex&AD=ADA166398&TI=PerqFlex+Firmware%2C&RD=December+01%2C+1985&DC=%26nbsp%3B+%26nbsp%3B+%26nbsp%3B+%26nbsp%3B+%26nbsp%3B+01+-+APPROVED+FOR+PUBLIC+RELEASE&XPC=&PAG=42+Pages%28s%29&MC=&PE=] . The microcode alone was responsible for storage allocation, deallocation and garbage collection. This immediately precluded a whole class of errors arising from the misuse (deliberate or accidental) of pointers.Another notable feature of Flex was the tagged, write-once filestore. This allowed arbitrary code and data structures to be written and retrieved transparently, without recourse to external encodings. Data could thus be passed safely from program to program.
In a similar way, remote capabilities allowed data and procedures on other machines to be accessed over a network connection, again without the application program being involved in external encodings of data, parameters or result values.
The whole scheme allowed
abstract data types to be safely implemented, as data items and the procedures permitted to access them could be bound together, and the resulting capability passed freely around. The capability would grant access to the procedures, but could not be used in any way to obtain access to the data.Also in computing, there is also the
Flex programming language , and the Operating System for the Motorola 6800 and 6809 microcomputers).References
Wikimedia Foundation. 2010.