METAPOST
METAPOST is an actively used programming language created in 1994. MetaPost refers to both a programming language and the interpreter of the MetaPost programming language. Both are derived from Donald Knuth's Metafont language and interpreter. MetaPost produces vector graphic diagrams from a geometric/algebraic description. Read more on Wikipedia...
26Years Old | 20Users | ?Jobs |
- METAPOST ranks in the top 25% of languages
- the METAPOST wikipedia page
- METAPOST first appeared in 1994
- Have a question about METAPOST not answered here? Email me and let me know how I can help.
Example code from the web:
beginfig(2); u=1cm; draw (2u,2u)--(0,0)--(0,3u)--(3u,0)--(0,0); pickup pencircle scaled 4pt; for i=0 upto 2: for j=0 upto 2: drawdot (i*u,j*u); endfor endfor endfig
Last updated August 9th, 2020