Concatenative topics
Concatenative meta
Other languages
Meta
min is an concatenative, fully-homoiconic, functional, interpreted programming language.
This basically means that:
map
, filter
, find
, map-reduce
and loads of other functional goodies. See the seq
Module for more.Min uses parentheses in a manner similar to lisp quotations -- this means it can include symbols but also things like data and numbers. Symbols are used when you want to have an anonymous function.
For details, see https://min-lang.org/ and the language's "little brother," mn.
This revision created on Sat, 23 Mar 2024 23:11:45 by goren (Described the lists/quotations concept in min.)