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

xs

< >

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

#3218on PLDB 6Years 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 ยท Add Prompt ยท Issues ยท About ยท Search ยท Keywords ยท Livestreams ยท Labs ยท Resources ยท Acknowledgements

Built with Scroll v170.1.0