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.
This project is at a very early stage, parts of the type checker are still to be implemented, and there are very few language features implemented yet. This will change, but will take time.
System \ Build Type | Release | Debug | ASAN+UBSAN+LSAN |
---|---|---|---|
Ubuntu 20.04 Clang 11 | |||
Ubuntu 20.04 GCC 9 | |||
Windows 10 MSVC 2019 | |||
MacOS 10.14 Clang 11 |
Due to some amazing early contributors, we have syntax highlighting for the following editors:
- VS Code: Automatically suggests installing when opening Verona files. Thanks to @KodrAus (see #145).
- Emacs: https://github.com/damon-kwok/verona-mode. Thanks to @damon-kwok (see #199).
- Vim: https://github.com/timmyjose-projects/verona.vim. Thanks to @timmyjose (see #504).
Warning: These documents are work-in-progress and may change without notice.