floop - meaning and definition. What is floop
Diclib.com
Online Dictionary

What (who) is floop - definition

SIMPLE PROGRAMMING LANGUAGES
FlooP programming language; Floop programming language; Bloop programming language; BlooP programming language; FlooP; BlooP; BlooP and FlooP programming languages; Bloop and floop; Bounded loop

floop         
WIKIMEDIA DISAMBIGUATION PAGE
FlooP programming language; Floop programming language; Bloop programming language; BlooP programming language; FlooP; BlooP; BlooP and FlooP programming languages; Bloop and floop; Bounded loop
The curl of hair in the front of the face that looks so natural it had to take hours to achieve.
He had the cutest floop I've ever seen.
BlooP and FlooP         
and (Bounded loop and Free loop) are simple programming languages designed by Douglas Hofstadter to illustrate a point in his book Gödel, Escher, Bach.Douglas Hofstadter (1979), Gödel, Escher, Bach, Basic Books, Chapter XIII.

Wikipedia

BlooP and FlooP

BlooP and FlooP (Bounded loop and Free loop) are simple programming languages designed by Douglas Hofstadter to illustrate a point in his book Gödel, Escher, Bach. BlooP is a non-Turing-complete programming language whose main control flow structure is a bounded loop (i.e. recursion is not permitted). All programs in the language must terminate, and this language can only express primitive recursive functions.

FlooP is identical to BlooP except that it supports unbounded loops; it is a Turing-complete language and can express all computable functions. For example, it can express the Ackermann function, which (not being primitive recursive) cannot be written in BlooP. Borrowing from standard terminology in mathematical logic, Hofstadter calls FlooP's unbounded loops MU-loops. Like all Turing-complete programming languages, FlooP suffers from the halting problem: programs might not terminate, and it is not possible, in general, to decide which programs do.

BlooP and FlooP can be regarded as models of computation, and have sometimes been used in teaching computability.