"A small but rapidly progressing Lisp dialect under development."
Blue Water is a small and cute Lisp dialect written in python!
Albeit still in its early stages, we aim to grow it with passion.
If you’re new to Lisp, check out this quick intro.
Here are some of the things Blue Water currently does:
- Basic arithmetic:
+,-,*,/ - Comparisons:
>,<,>=,<=,==,!= - Advanced math:
mod,pow,sqrt,abs(experimental)
- Variables:
setto store values - Lists:
listto make lists,appendto add elements - List operations:
len,reverse,indexto manage elements (experimental)
- String creation with quotes
- String operations:
concat,strlen,substr(currently buggy)
- Conditionals:
ifstatements - Loops:
whileloops - Logic:
&(and),|(or),true,false
- Print to console:
print - Read input:
scan
We’re aiming for:
- Feature progression — rapid growth and iteration
- Good documentation — clear, complete, and beginner-friendly
- Open contributions — an inviting community for all contributors
- Clean code — readable and structured
Interested in Blue Water and want to help it grow? Check out our contributing guide to get started!