Measures Concepts
GitHub icon

Zimbu

Zimbu - Programming language

< >

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

#1575on 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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout