fabriquer / fabrique

A build description language
Other
3 stars 1 forks source link

Allow mutability? #12

Open trombonehero opened 10 years ago

trombonehero commented 10 years ago

We might want to allow some degree of mutability. For instance, we might like to allow functions and modules to have accumulators: this is a non-recursive way of implementing folds and the like.

There might need to be some caveats and restrictions, however, lest it become too easy to use mutable data where immutable would be better!