Measures Concepts
GitHub icon

xs

xs - Programming language

< >

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

#3142on 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)};

View source

- Build the next great programming language ยท Search ยท Add Language ยท Features ยท Creators ยท Resources ยท About ยท Blog ยท Acknowledgements ยท Queries ยท Stats ยท Sponsor ยท Day 605 ยท feedback@pldb.io ยท Logout