Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

xs

xs - Programming language

< >

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

#3112on PLDB 4Years Old 0Books
0Papers

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)};
water.html ยท xs-lang.html ยท siri.html

View source

- Build the next great programming language ยท Search ยท Day 214 ยท About ยท Blog ยท Acknowledgements ยท Traffic ยท Traffic Today ยท GitHub ยท feedback@pldb.com