Mondrian programming language

From Wikipedia, the free encyclopedia

The Mondrian programming language is a scripting language developed by Utrecht University for use with Internet applications. It is considered as a mixture of Haskell and Java.

[edit] Hello World!

package demo.hello;

import mondrian.lang.*;

main = putStr "Hello, world!";

[edit] External links