↓
 

Programming languages for the Java Virtual Machine JVM and Javascript

Home→Tags contracts

Tag Archives: contracts

E

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 2. March 2011 by Robert Tolksdorf2. March 2011

E is a programming language designed to make it easy to write distributed programs that are correct and secure. As a pure-Java library, ELib provides for inter-process capability-secure distributed programming. Its cryptographic capability protocol enables mutually suspicious Java processes to cooperate safely, and its event-loop concurrency and promise pipelining enable high performance deadlock free distributed pure-object computing. Objects written in the E language are only able to interact with other objects according to ELib’s semantics, enabling object granularity intra-process security, including the ability to safely run untrusted mobile code

URL: http://www.erights.org/index.html

Posted in JavaScript language | Tagged concurrency, contracts, Object-oriented, security

jContractor

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 29. August 2010 by Robert Tolksdorf29. August 2010

jContractor is a 100% pure Java implementation of Design By Contract for the Java language. Contracts are written as methods that follow a simple naming convention. jContractor provides runtime contract checking by instrumenting the bytecode of classes that define contracts. jContractor can either add contract checking code to class files to be executed later, or it can instrument classes at runtime as they are loaded. All contracts are written in standard Java.

URL: http://jcontractor.sourceforge.net/index.html

Posted in JVM Language | Tagged contracts, Java extension

E

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

E is a secure distributed pure-object platform and p2p scripting language for writing Capability-based Smart Contracts.

URL: http://www.erights.org/

Posted in JVM Language | Tagged contracts, Object-oriented

Java Modeling Language (JML)

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

The Java Modeling Language (JML) is a behavioral interface specification language that can be used to specify the behavior of Java modules. It combines the design by contract approach of Eiffel and the model-based specification approach of the Larch family of interface specification languages, with some elements of the refinement calculus.

URL: http://www.eecs.ucf.edu/%7Eleavens/JML/index.shtml

Posted in JVM Language | Tagged contracts, Object-oriented

iContract2

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

iContract2 is a revival of Reliable System’s iContract project, which is a “Design by Contract” tool for Java. iContract2 is a preprocessor/code-generator for Java. To use it, you first add some iContract tags into the javadoc sections of your Java source code (similar to xdoclet or JDK1.5 annotations), then process your source code with iContract2, producing a set of instrumented Java source files. Then you compile the instrumented Java source code with the Java compiler.

URL: http://icontract2.org/

Posted in JVM Language | Tagged contracts, Precompiler

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
↑