Re: [stack] New language V (on JVM)
"Joe Bowbeer" <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
I love to see languages running on the JVM. A couple of pointers just in case you're not aware: 1. Consider binding your implementation to the scripting framework: http://java.sun.com/developer/technicalArticles/J2SE/Desktop/scripting/ https://scripting.dev.java.net/ 2. Consider adding your implementation to the list of Languages for the JVM: http://www.robert-tolksdorf.de/vmlanguages.html --Joe On 3/2/07, Rahul <[email protected]> wrote: > 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 >