Ursa helps you write code that will last a long time: a simple, general-purpose programming language that is easy to pick up and will work the same way long into the future.
Homepage
Download
Recent Releases
0.2.1921 Jul 2024 19:08
minor feature:
This release adds more methods to built-in types, and some more Rosetta Code examples.
0.2.1821 Jul 2024 13:31
minor feature:
This release adds generators.
0.2.724 Dec 2023 20:46
minor bugfix:
This release fixes bugs in `ursa --format`, improves the output to remove semi-colons, and runs all the tests on reformatted code as well as the original source.
0.2.113 Dec 2023 15:01
minor bugfix:
This release includes minor fixes and improvements for Ursa running in the browser.
0.1.1330 Nov 2023 17:00
minor feature:
This release adds a prelude containing just one function, the iterator range . The source code for the prelude was accidentally included in the previous release, but did nothing useful.
A bug was fixed in the REPL, where an empty input line gave an error.