Questions Columns Rows
GitHub icon

xs

xs - Programming language

< >

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

#3123on PLDB 4Years 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)};

View source

- Build the next great programming language ยท Search ยท Add Language ยท Features ยท Creators ยท Resources ยท About ยท Blog ยท Acknowledgements ยท Stats ยท Sponsor ยท Traffic ยท Traffic Today ยท Day 279 ยท feedback@pldb.com ยท Logout