b908e6e12c
libfmt changed a bunch of things, snmalloc is no longer in the tree. |
||
---|---|---|
.devcontainer | ||
cmake | ||
devops | ||
docs | ||
experiments/process_sandbox | ||
external | ||
src | ||
testsuite | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gitmodules | ||
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.
Status
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.
Nightly Build
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 |
Syntax Highlight
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).
Development Documents
Exploring the language
FAQ
Building
Contributing
Internal Design
Warning: These documents are work-in-progress and may change without notice.