@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
<https://archive.org/details/byte-magazine-1981-08> rdf:type schema:TextDigitalDocument .
<https://archive.org/details/byte-magazine-1981-08> schema:url <https://archive.org/details/byte-magazine-1981-08> .
<https://archive.org/details/byte-magazine-1981-08> schema:image <https://archive.org/services/img/byte-magazine-1981-08> .
<https://archive.org/details/byte-magazine-1981-08> schema:name "Byte Magazine Volume 06 Number 08 - Smalltalk" .
<https://archive.org/details/byte-magazine-1981-08> schema:datePublished "1981-08" .
<https://archive.org/details/byte-magazine-1981-08> schema:keywords "disk, software, computer, byte, system, apple, data, systems, byte publications, double density, byte august, power supply, floppy disk, hard disk, instance variable, north star, residents add, variable names" .
<https://archive.org/details/byte-magazine-1981-08> schema:description "Features\np.14 introducing the Smalltalk-80 System\n[author Adele Goldberg]\nA readers' guide to the Smalltalk articles in this issue.\np.36 The Smalltalk-80 System\n[author the Xerox Learning Research Group]\nHow message-sending objects are used in the Smalltalk-80 system.\np.50 Build a Z8-Based Control Computer with BASIC, Part 2\n[author Steve Ciarcia]\nSteve continues his description of the Z8-BASIC Microcomputer and suggests two applications.\np.74 Object-Oriented Software Systems\n[author David Robson]\nObject-oriented software systems provide the underlying design of Smalltalk.\np.90 The Smalltalk Environment\n[author Larry Tesler]\nProgramming and debugging in Smalltalk are always interactive activities.\np.147 User-Oriented Descriptions of Smalltalk Systems\n[author Trygve M H Reenskaug]\nA Smalltalk application program will limit the user's access to the language.\np.168 The Smalltalk Graphics Kernel\n[author Daniel H H Ingalls]\nThe Graphics Kernel provides the interface through which all text and graphics are displayed.\np.200 The Japanese Computer invasion\n[author Stan Miastkowski]\nLike it or not, the Japanese small computers are on their way.\np.230 Building Data Structures In the Smalltalk-80 System\n[author James C Althoff Jr]\nMany kinds of data structures can be added easily to the Smalltalk-80 system.\np.286 Design Principles Behind Smalltalk\n[author Daniel H H ingalls]\nThe design principles of a language strongly affect its power and usability.\np.300 The Smalltalk-80 Virtual Machine\n[author Glenn Krasner]\nThe use of a Smalltalk-80 Virtual Machine allows the system to be transported easily among different 16-bit microprocessors.\n322 Building Control Structures in the Smalltalk-80 System [author L Peter Deutsch]\nDesign of complicated control structures is easy in the Smallralk-80 language\np.348 Is the Smalltalk-80 System for Children?\n[author Adele Goldberg and Joan Ross]\nAlthough Smalltalk-80 is not meant to be used by children, application programs can be written that will allow them to be creative and, at the same time, learn about programming.\np.369 ToolBox: A Smalitalk Illustration System\n[author William Bowman and Bob Flegal]\nThe versatile Smalltalk-80 language can create an environment for graphics design that can be used by non technically oriented people.\np.378 Virtual Memory for an Object-Oriented Language\n[author Ted Kaehler]\nVirtual memory techniques must be used when the active memory space needed by a language is much larger than the amount of available memory.\nReviews\np.398 Microsoft Editor/Assembler Plus\n[author Keith Carlson]\np.401 BOSS: A Debugging Utility for the TRS-80 Model I\n[author Scott Mitchell]\n\nNucleus\np.6 Editorial: Smalltalk: A Language for the 1980s\np.30 Letters\np.197 BYTE's Bits\np.224 BYTELINES\np.392 BYTE's Bugs\np.388 Ask BYTE\np.391 Books Received\np.391 Software Received\np.392 Clubs and Newsletters\np.394 Event Queue\np.402, 413 System Notes: Indirect I/O Addressing on the 8080: Aim-65 16-bit Hexadecimal to Decimal Conversion\np.404, 408, 414, 417, 418 Programming Quickies: A Disk Catalog for the Eighties: Alpha-Beta Tree Search Converted to Assembler; Fast Line-Drawing Techniques: Word Ujbnmarle: Binary-to-BCD Converter Program for The 8080\np.421 What's New?\np.478 Unclassified Ads\np.479 Reader Service\np.480 BOMB, BOMB Results\n" .
<https://archive.org/details/byte-magazine-1981-08> schema:identifier "byte-magazine-1981-08" .
<https://archive.org/details/byte-magazine-1981-08> schema:interactionStatistic _:bb1 .
_:bb1 rdf:type schema:InteractionCounter .
_:bb1 schema:interactionType schema:ViewAction .
_:bb1 schema:userInteractionCount "24,156" .

@prefix schema: <http://schema.org/> .
@prefix dbpedia: <http://dbpedia.org/resource/> . 
@prefix : <#> . 

:this
schema:name "Byte Magazine Volume 06 Number 08 - Smalltalk" ;
schema:about dbpedia:SmallTalk . 

