Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Zimbu

< >

Zimbu is a programming language created in 2009 by Bram Moolenaar.

#1666on 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...


Example from the web:
FUNC Main() int IO.write("Hello, World!\n") RETURN 0 }
Example from hello-world:
FUNC Main() int IO.write("Hello World\n") RETURN 0 }

Language features

Feature Supported Token Example
Print() Debugging ✓ IO.write

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 625 · feedback@pldb.io