Clean is a general purpose, purely functional, lazy programming language created in the year 1987.
It achieves referential transparency using a world type in conjunction with uniqueness typing.
It was one of the inspirations of the haskell programming language.