Menu
Submit Site
Home
Computer
Programming
All sites of Programming
Algol60
Algol60- Some sample programs in Algol 60. ...
ALGOL
ALGOL- Growing article, with links to many related topics. [Wikipedia] ...
Eli specification of ALGOL 60
Eli specification of ALGOL 60- from which an analyzer for ALGOL 60 can be generated. ...
FOOGOL
FOOGOL- A toy compiler for a subset of Algol-60. ...
The ALGOL Programming Language
The ALGOL Programming Language- History, significant language features, areas of application, sample programs. ...
99 Bottles of Beer on the Wall
99 Bottles of Beer on the Wall- Algol 68 version. ...
Charles Lindsey's Home Page
Charles Lindsey's Home Page- Algol 68S compilers for Sun3, Sun Sparc, Atari ST and Acorn Archimedes. ...
A History of ALGOL 68
A History of ALGOL 68- By C.H. Lindsey; ACM Digital Library, 1993, ISSN 0362-1340. Abstract of article from the Second ACM SIGPLAN Conference on History of Programming Languages, 1993. Full text for ACM members only. ...
Algol 68 Genie
Algol 68 Genie- Algol68G is a well featured Algol 68 implementation (interpreter) for Linux, BSD, and MacOS. Author: Marcel van der Veer. [Open source, GPL] ...
Algol 68 to C
Algol 68 to C- Portable translator to allow compiling Algol 68 code, and some example Algol 68 programs in the same directory. ...
Computer Engineering by Gordon Bell et al.
Computer Engineering by Gordon Bell et al.- A brief description of ALGOL 68 System implemented on Cm*. ...
Marc's Programming Projects
Marc's Programming Projects- Unfinished project to write Algol 68 compiler; source code provided in CWEBx. ...
Historic Documents in Computer Science
Historic Documents in Computer Science- Has scans of many Algol 68 documents including the RRE Algol 68R 'Green Book.' ...
VanWijngaarden MR76.pdf
VanWijngaarden MR76.pdf- A. vanWijngaarden's MR76 paper on the orthogonal design of a language from 1965, which was the starting point of Algol 68. ...
Algol68
Algol68- A synopsis of the features of Algol 68. ...
The Algol Bulletin
The Algol Bulletin- The historical IFIP WG2.1 series of Algol Bulletins. [Required ACM Web account] ...
László Csirmaz
László Csirmaz- There is an Algol 68 interpreter for DOS and Linux here. ...
ALGOL 68
ALGOL 68- Growing article, with links to many related topics. [Wikipedia] ...
Index of /pub/dick/Algol68
Index of /pub/dick/Algol68- Dick Grune's Algol 68 directory with test sets, transput, and a Snobol interpreter. ...
IFIP Working Group 2.1
IFIP Working Group 2.1- The WG that developed the Algol languages. ...
The Use of ALGOL 68 for Trees
The Use of ALGOL 68 for Trees- By H.D. Baecker; The Computer Journal, Volume 13, Issue 1, pp. 25-27. Abstract and text in PDF format. ...
A comparison of PASCAL and ALGOL 68
A comparison of PASCAL and ALGOL 68- Abstract and text in TIFF form from The Computer Journal, Volume 21, Issue 4, pp. 316-323. ...
Practical experience with ALGOL 68-RT
Practical experience with ALGOL 68-RT- Abstract and text in PDF form from The Computer Journal, Volume 22, Issue 2, pp. 114-118. ...
Programming denotational semantics II
Programming denotational semantics II- using Algol 68. Abstract and text in PDF form from The Computer Journal, Volume 28, Issue 5, pp. 480-486. ...
An Experimental Testbed for Numerical Software, part 2: ALGOL 68
An Experimental Testbed for Numerical Software, part 2: ALGOL 68- By M.A. Hennell, D, Hedley; The Computer Journal, Volume 22, Issue 1, pp. 53-56. Abstract and text in PDF format. ...
LabVIEW
LabVIEW- Article with description, history, images. [Wikipedia] ...
APL Programming Language
APL Programming Language- Growing article, with links to many related topics. [Wikipedia] ...
About APL
About APL- A brief primer for APL, A Programming Language. Includes a description, comparison with other early programming languages, and code examples. ...
APL Description
APL Description- A brief description and chronology of the APL programming language, by Jan Bakker. Includes code examples and references. ...
JimW's APL Information
JimW's APL Information- An overview of APL, information on getting started, and a large collection of APL articles and references. ...
ARB Vertex Program Specification
ARB Vertex Program Specification- The OpenGL low-level vertex shader language specification. Includes detailed documentation on APIs and assembly instructions. ...
ARB Fragment Program Specification
ARB Fragment Program Specification- The OpenGL low-level fragment shader language specification. Includes detailed documentation on APIs and assembly instructions. ...
Basic Vertex Shader
Basic Vertex Shader- A clean example of a no-frills vertex shader. demonstrates input/output semantics, application variables and state values. ...
Shader Designer - Vertex Shader Example
Shader Designer - Vertex Shader Example- An example of ARB vertex shader code generated by Shader Designer. Includes a screen shot of a metallic shader. ...
Machine Language For Beginners
Machine Language For Beginners- Full text of the classic book, focused on 6502 assembly programming. ...
ARM Assembler Programming
ARM Assembler Programming- For the ARM (2 thru 7, and StrongARM) from RISC OS, one can start programming simply by using the BASIC assembler built into the computer. For C programmers, the APCS is described. ...
Softpanorama Assembler Links
Softpanorama Assembler Links- Contains links and explanations. ...
8051 Macro Assembler ASEM-51
8051 Macro Assembler ASEM-51- Assembler for the Intel MCS-51 family of microcontrollers. [Freeware] ...
Asl
Asl- Free, powerful cross assembler for many microcontrollers and processors. ...
8051 Visual Simulator
8051 Visual Simulator- An integrated development environment for 8051 assembly language programs allows you to control simulated peripherals such as a scrolling signboard, a robotic mouse, and an audio peak detector. ...
Typed Assembly Language: TAL
Typed Assembly Language: TAL- Extends traditional untyped assembly languages with typing annotations, memory management primitives, and sound set of typing rules. The typing rules guarantee memory safety, control flow sa ...
Bixoft: Why Assembler?
Bixoft: Why Assembler?- Advantages of assembly programming, prejudices against it, exposes myths. ...
Assembly HOWTO
Assembly HOWTO- by Konstantin Boldyshev, Francois-Rene Rideau: insightful, general systems and usage philosophy, and tips. ...
CPU Specific Languages: Assembly Languages
CPU Specific Languages: Assembly Languages- Link collection on assemblers, simulators, interpreters, all with source code. [RocketAware.com] ...
MicroAPL Porting Tools and Services
MicroAPL Porting Tools and Services- A range of products which translate assembly-language code into optimized code for other architectures. Products include Relogix, an assembler-to-C translator, and PortAsm/68K, which ...
Assembly Language forum at Tek-Tips
Assembly Language forum at Tek-Tips- Assembly Language technical support forums and mutual help system for computer professionals. Selling and recruiting forbidden. ...
Linux Assembly
Linux Assembly- On this site you will find various resources ranging from tutorials, documentation up to actual Linux and Unix tools written in assembly language. ...
Assembly Language
Assembly Language- Growing article, with links to many related topics. [Wikipedia] ...
Assembly for Dummies
Assembly for Dummies- Articles, tutorials, books, links, other resources for those wanting to learn assembly language. ...
LINOLEUM: Peterpaul's Place
LINOLEUM: Peterpaul's Place- Brief description, projects (yahtzee game, library archive), contact, downloads. ...
« First
Previous
Page 22 of 145.
Next
Last »
Latest sites from Programming
Wikipedia - Computer Programming
Reddit: Programming
Gamedev.org
GameDev.net
Dis6502
Ada-Tools
JSW Technology
UniquE RAR File Library
MyLibC
The Endpoint Library
WM_MOTIF
Matrix2D
LZO
Enumerating Objects with .NET
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg
C# XML Directory Lister
Creating a control with the .NET SDK using C#
libspopc
libZI
IRCG
Better String Library
Fingerprint Verification System
GNU Scientific Library
jclassinfo
ForbiSoft
Send feedback
submit