Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

xs

< >

xs is a programming language created in 2019 by Sturm Mabie.

#3187on PLDB 5Years Old

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. The name “xs” either stands for: eXtra Small or The plural of “x”.


Example from the web:
gcd:{([`x`y]):..;if y==0(x)(y gcd x mod y)};
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll