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: a21e27ba09231ef0

Jump to content

// Workers AI · dad joke modeWhat did FL say to its function? You're fluent.

From Wikipedia, the free encyclopedia
(Redirected from FL programming language)
FL
ParadigmFunction-level, functional
Designed byJohn Backus
John Williams
Edward Wimmers
DeveloperIBM Research
First appeared1989; 37 years ago (1989)
Typing disciplineDynamic
Influenced by
FP

FL (for Function Level) is a programming language created at IBM Research – Almaden, California by John Backus, John Williams, and Edward Wimmers in the 1980s and documented in a report from 1989.[1] FL was designed as a successor of Backus's earlier FP language, providing specific support for what Backus termed function-level programming.

FL is a dynamically typed strict functional programming language with throw and catch exception semantics much as in ML. Each function has an implicit history argument which is used for doing things like strictly functional input/output (I/O), but is also used to link to C code. For optimizing, there exists a type system which is an extension of Hindley–Milner type system inference.

PLaSM

[edit]

PLaSM is a "geometry-oriented extension of a subset of the FL language"[2] first described in 1992.

References

[edit]
  1. Aiken, Alexander; Williams, John H.; Wimmers, Edward L. (1993). The FL Project: Design of a Functional Language (PDF). Stanford University (Report).
  2. "Introduction to FL and PLaSM". Plasm.net. Archived from the original on 28 March 2023. Retrieved 30 December 2025.
[edit]