Research programming language for concurrent ownership
Перейти к файлу
Matthew Parkinson 497f5fc3f2
Fixes #651 (#667)
* Make verona testsuite directory dump passes.

* Add test case for issue #651

* Extend test to cover related bug.
2024-04-24 10:16:57 +01:00
.github/workflows
docs
spec
src
std/builtin
testsuite
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md

README.md

Project Verona is a research programming language to explore the concept of concurrent ownership. We are providing a new concurrency model that seamlessly integrates ownership.

This research project is at an early stage and is open sourced to facilitate academic collaborations. We are keen to engage in research collaborations on this project, please do reach out to discuss this.

The project is not ready to be used outside of research, and is under going a massive refactoring. The previous version can be found in the old_version branch.

FAQ