Continuing a discussion that I wasn't involved in...
Miranda looks a lot like python actually. List comprehensions, for example. I guess it was one of the languages that it was based on
I do like the syntax of [2...] for the lazy infinite list starting with 2, though.
( ,
Fri 3 Jul 2009, 12:48,
archived)
I do like the syntax of [2...] for the lazy infinite list starting with 2, though.
mmm
haskell is a good language for that. i've got a little virtual universe (currently comprising of a solar system of doughnuts, but it's getting there) written using haskell and opengl bindings. you can define algorithmic sets and pick the ones that you're interested in (algorithmically defined bsps for instance). the concepts still make my head spin
( ,
Fri 3 Jul 2009, 13:01,
archived)