[stack] New language V (on JVM)
"Rahul" <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
Hi,
First (alpha) release of V is available here
http://v-language.googlecode.com/files/v_0.001.jar
It is nothing more than a dialect of Joy at this point
(with some differences).
Only a few of the primitives are available:
[?(peek),??(show stack),.(define word)
!=, *,+,-,/,<,<=,=,>,>=,and,concat,cons,dip,dup,false
fold,i,map,not,or,pop,put,rolldown,rollup,swap,true
uncons,while]
More information is available here
http://v-language.googlecode.com/svn/trunk/v/status.txt
I hope to add an FFI for callout to java and a stack shuffling
operator soon.
Please do take a look, (I am just learning the theory and
implementing as I go along).
rahul