Concatenative language inrepreter in Java

Posted by Vojislav Stojkovic on Stack Overflow See other posts from Stack Overflow or by Vojislav Stojkovic
Published on 2010-05-27T03:26:43Z Indexed on 2010/05/27 3:31 UTC
Read the original article Hit count: 204

I'm interested in finding a concatenative language interpreter in Java. Ideally, it should satisfy the following conditions:

  • It has an interpreter, not (only) a bytecode compiler for JVM.
  • The language itself has decent documentation, not only a few examples and a "I'll document the rest someday" notice.
  • The project is not completely abandoned.

In short, I'm looking for a reasonably "alive" concatenative language that can be embedded into Java easily.

© Stack Overflow or respective owner

Related posts about java

Related posts about embedded