资 源 简 介
A tiny concatenative language implemented for experimentation.
The source is under Public Domain (un-copyrighted.)
The full featured language has two implementations now, One is implemented
over JVM and the other is native.
(drop me a note [rnair6-iit edu] if you are interested)
To run the jvm implementation, extract the distribution in any directory,
gmake -f makefile.jgmake -f makefile.j run V|
The native distribution can be installed withe the standard
configure && make && make install/usr/local/bin/v V|
invocation.
The language is a close relative of postscript, forth and joy. and is stack based. ie:
|2 3 *=6|2 3 * 5 +=11
See status for a tutorial and more info.
and See rosettacode for more examples.
The Functions available in V are available in this page: <