Zimbu is a programming language created in 2009 by Bram Moolenaar.
#1970on PLDB | 15Years Old |
Bram Moolenaar (born 1961, in Lisse) is a Dutch computer programmer and an active member of the open-source software community. He is the original author, maintainer, release manager, and benevolent dictator for life of Vim, a text editor that is very popular among programmers and power users. Since July 2006, Moolenaar has been employed by Google, working in the Zürich office. Read more on Wikipedia...
FUNC Main() int
IO.write("Hello, World!\n")
RETURN 0
}
FUNC Main() int
IO.write("Hello World\n")
RETURN 0
}
Feature | Supported | Example | Token |
---|---|---|---|
Print() Debugging | ✓ | IO.write |