Vine is a programming language created in 2024.
| #1349on PLDB | 2Years Old |
git clone https://github.com/VineLang/vineVine is an experimental new programming language based on interaction nets. Vine is a multi-paradigm language, featuring seamless interop between functional and imperative patterns.
// vine/examples/hello_world.vi
pub fn main(&io: &IO) {
io.println("Hello, world!");
}