↓
 

Programming languages for the Java Virtual Machine JVM and Javascript

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

Tag Archives: Scripting

Post navigation

← Older posts
Newer posts →

ripple

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

ripple is a relational, stack-based dataflow language for the Semantic Web. The Ripple project started out as a proof of concept for the annual “Scripting for the Semantic Web” challenge at the 2007 European Semantic Web Conference, and has gone on to become a versatile framework for traversal-based algorithms on semantic networks. The open source Ripple implementation is written in Java and includes a command-line interpreter as well as a query API which interoperates with Sesame 2.0.

URL: http://code.google.com/p/ripple/

Posted in JVM Language | Tagged Scripting

Yassl

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

Yassl is yet another extensible scripting language to work with Java classes. Yassl is a non object oriented language with a syntax that looks somewhat like C. Some of its features: Functions are available as regular types, and can be passed around and embedded in widgets. Implements lexical scoping, stolen from Scheme. Variables are typed (but at this point, the interpreter does no static type checking.) Eval is not directly supported, but an instance of a Yassl interpreter can be created from within a Yassl script, and you can evaluate expressions in the context of the new interpreter instance.

URL: http://www.blackdown.org/%7Ekbs/yassl.html

Posted in JVM Language | Tagged Scheme, Scripting

Jython

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

Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform. Jython is the successor to JPython.

URL: http://jython.sourceforge.net/

Posted in JVM Language | Tagged Python, Scripting

Pnuts

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

Pnuts is a script language for Java environment. It enables interaction with Java environment, simple GUI scripting, and customization for Java programs.

URL: https://pnuts.dev.java.net/

Posted in JVM Language | Tagged Scripting

iScript

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

iScript a platform independent scripting language written entirely in JavaTM for creating scalable server side object oriented n-Tier enterprise solutions.

URL: http://www.servertec.com/products/iscript/iscript.html

Posted in JVM Language | Tagged Scripting

FESI

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

FESI is a full implementation of the EcmaScript language, defined in the standard ECMA 262 available at http://www.ecma.ch (edition of june 97). EcmaScript is largely equivalent to the JavaScript language version 1.1 or to the core part of JScript, but without the navigator specific extensions.

URL: http://www.lugrin.ch/fesi/index.html

Posted in JVM Language | Tagged Scripting

WebL

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

WebL (pronounced “webble”) is a scripting language for automating tasks on the World-Wide Web. It is an imperative, interpreted language that has built-in support for common web protocols like HTTP and FTP, and popular data types like HTML and XML.

URL: http://www.research.digital.com/SRC/WebL/

Posted in JVM Language | Tagged Scripting, XML

Resin

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

Resin weaves Java components to HTML with JavaScript and the Java Server Pages (JSP) interface. Resin conforms to the Servlet interface and can be used with the major web servers, including Apache. Amongst other features, it implements the bulk of ECMA-262, the EcmaScript standard, implements JavaScript 1.3 features, extends regular expressions with Perl 5 syntax and compiles scripts directly to JVM bytecodes.

URL: http://www.caucho.com/resin/index.xtp

Posted in JVM Language | Tagged Perl, Scripting

Iava

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

Iava is an interpreter that accepts a subset of the Java programming language which includes method declarations, all block statements, all statements and all expressions as specified by the Java language. The interpreter does not accept class or interface declarations. Iava is written in Java and can be embedded into any Java application and applet. It offers highly effective integration mechanisms (sharing of private fields between classes and scripts), declaration of “methods” in a script which can be invoced by the embedding application/applet, sharing of a “context” object to which scripts can refer to using “this”, etc.

URL: http://members.tripod.com/mathias/IavaHomepage.html

Posted in JVM Language | Tagged Scripting

PolyJsp

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

PolyJsp is an extensible JSP implementation designed to support multiple scripting languages and multiple JSP versions. Completely based on XML and XSL, PolyJsp currently supports Java and Javascript as scripting languages. Support is provided for the latest JSP spec (0.92), with version 0.91 in the works.

URL: http://www.plenix.org/polyjsp/

Posted in JVM Language | Tagged Scripting, XML

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
↑