Concatenative programming


Topic | v1 | created by jjones |
Description

A concatenative programming language is a point-free computer programming language in which all expressions denote functions, and the juxtaposition of expressions denotes function composition. Concatenative programming replaces function application, which is common in other programming styles, with function composition as the default way to build subroutines.


Relations

is Programming paradigm

Programming paradigms are a way to classify programming languages based on their features. Languages...

used by Stabel

Stabel is a pure, concatenative and statically typed programming language. It compiles to web assembl...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

treated in Why Concatenative Programming Matters

10.0 rating 2.0 level 9.0 clarity 3.0 background – 1 rating

There doesn’t seem to be a good tutorial out there for concatenative programming, so I figured I’d wr...