↓
 

Programming languages for the Java Virtual Machine JVM and Javascript

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

Tag Archives: Scripting

Post navigation

← Older posts
Newer posts →

ObjectScript

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

ObjectScript is a weakly-typed general purpose object-oriented programming language. It provides private fields and methods, inheritance, exceptions, synchronization and threading, nested functions and classes (nested scope), and operator overloading.

URL: http://objectscript.sourceforge.net/

Posted in JVM Language | Tagged Scripting

xRuby

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

xRuby is a Ruby to Java compiler which compiles Ruby source code (.rb) to Java bytecode (.class).

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

Posted in JVM Language | Tagged Ruby, Scripting

kahlua

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

kahlua is a Virtual Machine together with a standard library that tries to emulate Lua as much as possible, while still reusing as much as possible from Java. The target platform for Kahlua is J2ME (CLDC 1.1).

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

Posted in JVM Language | Tagged Lua, Scripting

Nibble

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

The Nibble Script Engine is a lightweight script engine that easily integrates within any Java application. Nibble shies away from obscure notation or syntax and strives to stay as close to Java and ECMA script (Javascript, Actionscript etc.) as possible. With prototyping, Nibble allows Object Oriented Programming through use of inheritance and polymorphism.

URL: http://projectnibble.org/tikiwiki/tiki-index.php?page=About+Nibble

Posted in JVM Language | Tagged Prototypes, Scripting

JRuby

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

JRuby is the effort to recreate the Ruby interpreter in Java. Currently, the interpreter is written in C. The Java version will be tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application.

URL: http://jruby.codehaus.org/

Posted in JVM Language | Tagged Ruby, Scripting

JudoScript

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

JudoScript is a general-purpose, Java scripting, multi-domain language. It is a general-purpose programming language, fully capable of Java scripting, and supports many domain-specific features such as JDBC scripting, XML scripting, ActiveX scripting and many more.

URL: http://www.judoscript.org/judo.html

Posted in JVM Language | Tagged Scripting, XML

Bambookit

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

Bambookit‘s XML-GUI controls are completely scriptable via the XML tags. The XML scripts can be decomposed into smaller sections to create a complete application.

URL: http://www.bambookit.com/

Posted in JVM Language | Tagged Scripting, XML

WLShell

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

WLShell is an interactive command-line shell for BEA WebLogic Server. WLShell provides simplified access to management beans (MBeans) in WebLogic Server through a scripting language. If we think of WebLogic Server as an operating system, WLShell can be considered as a telnet program to access WebLogic.

URL: http://www.wlshell.com/

Posted in JVM Language | Tagged Beans, Scripting

FScript

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

FScript is a simple scripting language. Its intended use is as an embedded language in other Java programs. It is very simple to embed – it can be as simple as sub-classing one class to add your own functionality. However is not a complete programming language, as it has no library of standard functions (such as IO and string processing). FScript supplies a base functionality (such as flow control, variable handling and basic math operations) that can extended by the host application. As of version 1.1 it is possible to access Java objects from within a FScript script.

URL: http://fscript.sourceforge.net/

Posted in JVM Language | Tagged Scripting

Sleep

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

Sleep is the Simple Language for Environment Extension Purposes. Sleep is a small language with perl-like syntax for integration into Java applications. The attribute that makes Sleep different is it allows an application developer to develop “bridges”. A bridge is a very simple class for adding new functions, predicates, operators, and even keywords for binding blocks of code. Sleep is easily extendable to make an application’s features available to end-user scripters.

URL: http://sleep.dashnine.org/

Posted in JVM Language | Tagged Perl, 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
↑