1
4
submitted 21 hours ago by [email protected] to c/[email protected]
2
1
1x Forth by Charles Moore 4/13/99 (www.ultratechnology.com)
submitted 2 days ago by [email protected] to c/[email protected]

This was just posted on lobsters

3
1
submitted 2 days ago by [email protected] to c/[email protected]
4
2
Tracking Dict – Re: Factor (re.factorcode.org)
submitted 3 days ago by [email protected] to c/[email protected]
5
3
submitted 6 days ago by [email protected] to c/[email protected]
6
2
submitted 6 days ago by [email protected] to c/[email protected]

Discussion on lobsters

7
4
submitted 1 week ago by [email protected] to c/[email protected]

From Wikipedia:

GEORGE (General Order Generator) is a programming language invented by Charles Leonard Hamblin in 1957. It was designed around a push-down pop-up stack for arithmetic operations, and employed reverse Polish notation. The language included loops, subroutines, conditionals, vectors, and matrices.

Photo of DEUCE

8
4
submitted 1 week ago by [email protected] to c/[email protected]
9
4
submitted 1 week ago by [email protected] to c/[email protected]
10
2
submitted 1 week ago by [email protected] to c/[email protected]
11
2
Bitcask – Re: Factor (re.factorcode.org)
submitted 2 weeks ago by [email protected] to c/[email protected]
12
1
submitted 2 weeks ago by [email protected] to c/[email protected]
13
1
Game of Life | Re: Factor (re.factorcode.org)
submitted 3 weeks ago by [email protected] to c/[email protected]
14
2
BQN: Left to right ordering? (mlochbaum.github.io)
submitted 3 weeks ago by [email protected] to c/[email protected]
15
3
Raylib | Re: Factor (re.factorcode.org)
submitted 4 weeks ago by [email protected] to c/[email protected]
16
1
submitted 1 month ago by [email protected] to c/[email protected]
17
5
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
18
2
Roman Sort – Re: Factor (re.factorcode.org)
submitted 1 month ago by [email protected] to c/[email protected]
19
3
submitted 1 month ago by [email protected] to c/[email protected]
20
1
submitted 1 month ago by [email protected] to c/[email protected]
21
1
submitted 1 month ago by [email protected] to c/[email protected]
22
2
submitted 1 month ago by [email protected] to c/[email protected]
23
20
submitted 1 month ago by [email protected] to c/[email protected]

As usual, not my own post here.

Discussion on reddit

24
3
submitted 2 months ago by [email protected] to c/[email protected]

I really don't know what to make of this.

Recent post on lobsters: https://lobste.rs/s/ctzngb/cosy

25
3
submitted 2 months ago by [email protected] to c/[email protected]
view more: next ›

Concatenative Programming

186 readers
4 users here now

Hello!

This space is for sharing news, experiences, announcements, questions, showcases, etc. regarding concatenative programming concepts and tools.

We'll also take any programming described as:


From Wikipedia:

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.

For example, a sequence of operations in an applicative language like the following:

y = foo(x)
z = bar(y)
w = baz(z)

...is written in a concatenative language as a sequence of functions:

x foo bar baz


Active Languages

Let me know if I've got any of these misplaced!

Primarily Concatenative

Concatenative-ish, Chain-y, Pipe-y, Uniform Function Call Syntax, etc.


Cheat Sheets & Tutorials

Discord

IRC

Wikis

Wikipedia Topics

Subreddits

GitHub Topics

Blogs

Practice

founded 2 years ago
MODERATORS