APL Programming and Computer Techniques
Title | APL Programming and Computer Techniques PDF eBook |
Author | Harry Katzan |
Publisher | New York : Van Nostrand Reinhold |
Pages | 356 |
Release | 1970 |
Genre | Computers |
ISBN |
Presents the APL language and terminal system and provides an introduction to computer techniques for scientists, engineers, business analysts and managers.
An APL Compiler
Title | An APL Compiler PDF eBook |
Author | Timothy Budd |
Publisher | Springer Science & Business Media |
Pages | 157 |
Release | 2012-12-06 |
Genre | Computers |
ISBN | 1461238064 |
Presents the results of an investigation into the issues raised by the development of a compiler for APL, a very high level computer programming language. APL presents a number of novel problems for a compiler writer: weak variable typing, run time changes in variable shape, and a host of primitive operations. Through the integration of several recently developed compiler construction techniques, such as data flow analysis, and a novel and space efficient demand driven or lazy evaluation approach to code generation, the author has been able to produce a true compiler for the language while still maintaining the felxibility and ease that are the hallmarks of APL.
APL with a Mathematical Accent
Title | APL with a Mathematical Accent PDF eBook |
Author | C.A. Reiter |
Publisher | Routledge |
Pages | 285 |
Release | 2018-05-04 |
Genre | Mathematics |
ISBN | 135146633X |
This book should be of interest to mathematics scientists working in the areas of linear algebra, abstract algebra, number theory, numerical analysis, operations research and mathematical modelling.
APL--an Interactive Approach
Title | APL--an Interactive Approach PDF eBook |
Author | Leonard Gilman |
Publisher | John Wiley & Sons |
Pages | 404 |
Release | 1976 |
Genre | Computers |
ISBN | 9780471300229 |
Mastering Dyalog APL
Title | Mastering Dyalog APL PDF eBook |
Author | Bernard Legrand |
Publisher | |
Pages | 796 |
Release | 2009 |
Genre | APL (Computer program language) |
ISBN | 9780956463807 |
History of Programming Languages
Title | History of Programming Languages PDF eBook |
Author | Richard L. Wexelblat |
Publisher | Academic Press |
Pages | 784 |
Release | 2014-05-27 |
Genre | Reference |
ISBN | 1483266168 |
History of Programming Languages presents information pertinent to the technical aspects of the language design and creation. This book provides an understanding of the processes of language design as related to the environment in which languages are developed and the knowledge base available to the originators. Organized into 14 sections encompassing 77 chapters, this book begins with an overview of the programming techniques to use to help the system produce efficient programs. This text then discusses how to use parentheses to help the system identify identical subexpressions within an expression and thereby eliminate their duplicate calculation. Other chapters consider FORTRAN programming techniques needed to produce optimum object programs. This book discusses as well the developments leading to ALGOL 60. The final chapter presents the biography of Adin D. Falkoff. This book is a valuable resource for graduate students, practitioners, historians, statisticians, mathematicians, programmers, as well as computer scientists and specialists.
A Programming Language
Title | A Programming Language PDF eBook |
Author | Kenneth E. Iverson |
Publisher | |
Pages | 322 |
Release | 1962 |
Genre | Computers |
ISBN |
Explores how programming language is a signifier for a whole host of mathematical algorithms and procedures. The book focuses on specific areas of application which serve as universal examples and are chosen to illustrate particular facets of the effort to design explicit and concise programming languages.