Content deleted Content added
|
|
Since this language claims to support so many paradigms it would be useful to have more examples. It seems the following paradigms are covered so far:
* functional (lazy and eager)
* dataflow
* concurrent
* message passing
* object oriented
But what about the following?
* imperative: are there the traditional for/while loops? better example of imperative algorithms changing variables?)
* logic programming: perhaps the sibling prolog example below would translate well?
* constraint programming: Perhaps one could solve the [[Verbal_arithmetic|SEND+MORE=MONEY]], using an all_different constraint etc.
* discussion how parallel vs concurrent apply to the langauge
Prolog example:
|