21 lines
507 B
Markdown
21 lines
507 B
Markdown
# muss2
|
|
|
|
A set-based functional language.
|
|
This is a completely new language inspired by [muss](https://git.ngni.us/NGnius/muss).
|
|
|
|
In Java, everything is an object.
|
|
In JavaScript, everything is a map.
|
|
In Python, everything is both.
|
|
In Muss 2, everything is an iterator.
|
|
|
|
## Goal
|
|
Create a novel but powerful language which is also great for manipulating a large music library.
|
|
|
|
|
|
## License
|
|
|
|
LGPL-2.1-only
|
|
|
|
## Contribution
|
|
|
|
This is a hobby project, so contributions are welcome but may not be handled quickly.
|