
Free-standing function call syntax considered kind of suboptimal.

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:
undefined
y = foo(x) z = bar(y) w = baz(z)
...is written in a concatenative language as a sequence of functions:
x foo bar baz
Free-standing function call syntax considered kind of suboptimal.
As usual, not my own post here.
Discussion on reddit
ebonnal/streamable: Pythonic Stream-like manipulation of iterables
Pythonic Stream-like manipulation of iterables. Contribute to ebonnal/streamable development by creating an account on GitHub.
CoSy life : Array Programming Languages , temperature physics , Freedom philosophy , more
I really don't know what to make of this.
Recent post on lobsters: https://lobste.rs/s/ctzngb/cosy
agsb/milliForth-6502: The smallest Forth real programming language for 6502. Based in milliForth for x86.
The smallest Forth real programming language for 6502. Based in milliForth for x86. - agsb/milliForth-6502
This popped up on Hacker News
gurgeous/vectro: rpn calculator for your terminal
rpn calculator for your terminal. Contribute to gurgeous/vectro development by creating an account on GitHub.
Not my project, just sharing it.
lfnoise/sapf: Sound As Pure Form - a Forth-like language for audio synthesis using lazy lists and APL-like auto-mapping
Sound As Pure Form - a Forth-like language for audio synthesis using lazy lists and APL-like auto-mapping. - lfnoise/sapf
zeroflag/equinox: Forth Programming Language on Lua
๐ Forth Programming Language on Lua. Contribute to zeroflag/equinox development by creating an account on GitHub.
hex programming language
A tiny, minimalist, concatenative, slightly-esoteric programming language
BUND: concatenative language interpreter and shell
Contribute to vulogov/Bund development by creating an account on GitHub.
BlagojeBlagojevic/blang: Fort like lang
Fort like lang. Contribute to BlagojeBlagojevic/blang development by creating an account on GitHub.
We're starting with a new release approach, these files will stay available permanently in contrast to the latest nightly. We now recommend most users to stick to 0.0.0-alpha releases instead of ni...
Copied from the release notes:
We're starting with a new release approach, these files will stay available permanently in contrast to the latest nightly.
We now recommend most users to stick to 0.0.0-alpha releases instead of nightly-latest.
This current release is based on commit a089cf2 from the 6th of January 2025. These files are identical to nightly-latest published on the 7th of January 2025.
EDIT: A whole lot more detail in the new 0.0.0-alpha2-rolling release