orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
41 stars 3 forks source link

support JSR 223 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
JSR 223 defines a standard API for scripting languages embedded in Java. We
provide something like this (OrcInstance), but it would be better to
provide the standard API, opening up the possibility of using Orc as a
scripting language in any Java-based application supporting this API.

For more information:
http://www.ddj.com/java/215801163

Original issue reported on code.google.com by adrianqu...@gmail.com on 11 Apr 2009 at 1:29

GoogleCodeExporter commented 9 years ago

Original comment by adrianqu...@gmail.com on 18 Apr 2009 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by adrianqu...@gmail.com on 18 Apr 2009 at 3:50

GoogleCodeExporter commented 9 years ago

Original comment by jthywissen on 19 Feb 2010 at 7:34

GoogleCodeExporter commented 9 years ago
See also issue 24

Original comment by jthywissen on 3 Mar 2010 at 4:49

GoogleCodeExporter commented 9 years ago
Started on 25 May 2010 as part of OrcScala

Original comment by jthywissen on 30 May 2010 at 9:11

GoogleCodeExporter commented 9 years ago
Completed in r1947

Original comment by jthywissen on 9 Aug 2010 at 10:39