By jsugrue
via java.dzone.com
Published: Jun 29 2010 / 10:06
JR is a programming language especially created to solve concurrent programming problems. This language extends Java, adding the main paradigms of concurrent programming. Moreover JR makes the concepts implemented in Java like process or semaphores easier. There are also several extensions for JR to add more functionality like monitors and Conditional Critical Region (CCR). JR is the implementation of the SR language for Java. JR just adds a layer over Java. Once we use the JR compiler, the JR source files are transformed into Java files and are executed by the virtual machine like any other Java class.



Add your comment