↓
 

Programming languages for the Java Virtual Machine JVM and Javascript

Home→Tags Scripting - Page 4 << 1 2 3 4 5 6 >>

Tag Archives: Scripting

Post navigation

← Older posts
Newer posts →

BeanShell

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 9. November 2009 by Robert Tolksdorf9. November 2009

BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax.

URL: http://www.beanshell.org/

Posted in JVM Language | Tagged Beans, Scripting

NetScript

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 9. November 2009 by Robert Tolksdorf5. February 2016

NetScript is an environment for scripting with network components. The NetScript environment’s scripting language, which is an extension of the BASIC programming language, is deliberately kept simple, so the scripts are relatively easy to write and modify. In NetScript, a developer selects required components from a distributed catalog and then writes a script invoking methods on the components as if the components are local. When a script is launched, the NetScript run time determines component sites in the network and transparently moves the script as needed.

URL: http://alphaworks.ibm.com/tech/netscript

Posted in JVM Language | Tagged Scripting

Rhino

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 9. November 2009 by Robert Tolksdorf5. February 2016

Rhino is an implementation of JavaScript written entirely in Java. The source code for Rhino is available under the NPL. e Rhino project was started at Netscape in Fall 1997. At the time, Netscape was planning to produce a version of Navigator written entirely in Java and so it needed an implementation of JavaScript written in Java. When Netscape stopped work on “Javagator”, as it was called, somehow Rhino escaped the axe (rumor had it that the executives “forgot” it existed). Since then, a couple of major companies (including Sun) have licensed Rhino for use in their products and paid Netscape to do so, allowing us to continue work on it. Now Rhino is planned to be part of several server products from Netscape as well.

URL: http://www.mozilla.org/rhino

Posted in JVM Language | Tagged Scripting

W4F

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 9. November 2009 by Robert Tolksdorf20. January 2016

W4F is a toolkit for the generation of wrappers for Web sources. It consists of a retrieval language to identify Web sources, a declarative extraction language (HEL: HTML Extraction Language) to express robust extraction rules and a mapping interface to export the extracted information into some user-defined data-structures.

URL: http://db.cis.upenn.edu/research/w4f.html

Posted in JVM Language | Tagged Scripting

Dawn

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 9. November 2009 by Robert Tolksdorf20. January 2016

Dawn is a dynamic scripting language based on RPN, supporting dynamic naming to create variable and methods names from String, scripts can dynamically override language default functions and the language is based on a package set, with default ones io, err, loops, test, util, math, stack, string

URL: http://www.metamech.com/wiki/view/Main/DawnScript

Posted in JVM Language | Tagged Scripting

DynamicJava

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 9. November 2009 by Robert Tolksdorf20. January 2016

DynamicJava is a Java source interpreter executing programs written in Java in addition with scripting features. DynamicJava extends the Java grammar to accept many scripting features: Statements and expressions can be written outside classes, at the top-level. The variable declaration is optional. When the left part of an assignment is an unknown identifier, a variable is defined. The type of this variable is the type of the right part of the assignment. The dynamic casts are optional. The package clause can be used anywhere at the top-levelto set the current package. The syntax of this clause has been extended : writing package; set the current package to the anonymous package.

URL: http://www.inria.fr/koala/djava

Posted in JVM Language | Tagged Scripting

Bean Scripting Framework (BSF)

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 9. November 2009 by Robert Tolksdorf5. February 2016

The Bean Scripting Framework (BSF) is an architecture for incorporating scripting into Java applications and applets.

URL: http://jakarta.apache.org/bsf/faq.html

Posted in JVM Language | Tagged Beans, Scripting

Simkin

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 9. November 2009 by Robert Tolksdorf9. November 2009

Simkin is a high-level lightweight embeddable scripting language which works with Java[tm]/XML or C++.T

URL: http://www.simkin.co.uk/

Posted in JVM Language | Tagged Scripting, XML

Jickle

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 9. November 2009 by Robert Tolksdorf5. February 2016

Jickle is a language and runtime environment that allows applications to provide unlimited user control. Jickle is similar to a macro language for applications.

URL: http://members.nbci.com/_XMCM/slotti/jickle/index.html

Posted in JVM Language | Tagged Scripting

Yoix

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 9. November 2009 by Robert Tolksdorf5. February 2016

Yoix is an interpreted C-like scripting language written in standard Java that provides a high-level way to write applications that use AWT, Swing, Java-2D, sockets, threads or other Java features. Familiar C language elements such as printf, scanf and (safe) pointers aim at making this language easy to learn and use.

URL: http://www.research.att.com/sw/tools/yoix

Posted in JVM Language | Tagged Scripting

Post navigation

← Older posts
Newer posts →

Tags

ASN.1 Assembler AWK Basic Beans Clojure Cobol concurrency contracts Forth Functional generics Haskell Imperative jass Java extension JavaFX JavaScript Lisp Logic programming Logo Lua multiple inheritance Object-oriented OO Pascal Perl PHP polymorphism Precompiler Processing Prolog Prototypes Python Ruby rules Scala Scheme Scripting Smalltalk Tcl Various XML XProc XSLT

Recent Posts

  • Haxe
  • Processing.js
  • Gremlin
  • Blockly
  • substandard-lisp

Categories

  • Announcement
  • JavaScript language
  • JVM Language
  • Link broken
©2018 - Programming languages for the Java Virtual Machine JVM and Javascript
↑