Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a23ac130ee56227c

Jump to content

// Workers AI · dad joke modeWhat did DARSIMCO say to its date? "You sim-co me crazy

From Wikipedia, the free encyclopedia
DARSIMCO
Paradigmsprocedural
Designed byJohn G. Kemeny
DeveloperDartmouth College
First appeared1956; 70 years ago (1956)
Implementation languageAssembly
PlatformIBM 704
Influenced
DOPE, Dartmouth BASIC

DARSIMCO, short for Dartmouth Simplified Code, was a simple programming language written by John Kemeny in 1956 that expanded simple mathematical operations into IBM 704 assembly language (Share Assembly Language, SAL). It was an attempt to simplify basic mathematical processing, a common theme in the 1950s, but found little use before the arrival of FORTRAN at MIT the next year.

Description

[edit]

This language was essentially a set of macros that expanded out user source code into a series of assembly language instructions, which were then compiled using the existing SAL assembler, Symbolic Assembly Program. For instance, the formula A + B = C would add the values in memory locations A and B and put the result in C. To do this, the DARSIMCO compiler would write out the following three instructions:

 LDA A
 FAD B
 STO C

The language included similar expansions for subtraction, multiplication, division, and simple looping.

The language was implemented on the IBM 704 at MIT's New England Regional Computer Center. Programmed using punch cards, the system had a two-week turnaround because Kemeny had to take the cards in via train from Dartmouth.

See also

[edit]
  • Autocode, a similar concept for mathematical programming

References

[edit]
  • Kurtz, Thomas (1981). "BASIC". History of programming languages. History of programming languages I. ACM. pp. 515–537. doi:10.1145/800025.1198404. ISBN 0-12-745040-8.