Introduction to JR programming language

JR Programming Language Logo

1. Language overview JR is a programming language especially created to solve concurrent programming problems. This language is an overview of Java who add to this last the main paradigms of concurrent programming. Moreover JR make easier the … [Read more...]

Pages: 1 2 3 4

Install the JR environment on Windows

JR Programming Language Logo

1. JR Programming language This article will present you the installation of JR on Windows. It's not an article to learn the JR programming language, this article focus on the installation of JR on Windows.JR is a programming language especially … [Read more...]

Tip : Don’t use shorts for loop indexes !

After a post I read on a french forum, i asked myself of the performances using shorts as loop indexes for loop with few iterations (less than 32768).At first view, it can be tempting because we save 2 octets, so why use an int instead a short … [Read more...]

New design for JTheque Web site

Hi,I've made a new design for the JTheque web site : http://jtheque.developpez.com/enI took the same design than for my personal web site. The web site is still generated with Maven 2, but i use a custom maven skin to generate the site. … [Read more...]