Vine is a programming language created in 2024.
#2231on PLDB | 1Years Old |
git clone https://github.com/VineLang/vine
Vine 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!");
}