Concatenative topics
Concatenative meta
Other languages
Meta
xs is a dynamically typed, dynamically scoped, concatenative array language inspired by kdb+/q and released into the public domain. The interpreter and builtin functions are written in OCaml.
Source code: https://github.com/smabie/xs
Documentation: https://cryptm.org/xs/
fac:(prod 1+til);
fib:(n:(neg 1)+;0@n do(2 enlist 1@x sum x~)[0 1]);
This revision created on Sat, 23 Mar 2024 23:19:37 by goren (fixed a formating issue)