Money is inanimate, it can't actually do anything by itself. It takes labour and resources to realize an idea, and money is one way to control how labour and resources should be directed. This is why money (capital)…
I've also written my own alternative to make called Rabs (https://github.com/wrapl/rabs) which uses an imperative language to specify the dependency graph as well as the build instructions. It's designed for really fast…
Goal-directed evaluation from Icon. Makes generators composable.
I've been using a similar but flipped approach in my own interpreted language, creating a hash table for each method and then look for the object type as the key. This allows me to check the parent types if an exact…
The first time I tried using Icon (over 20 years ago), I couldn't get my head around generators and back-tracking. Then I tried it again a year or two later and it suddenly clicked. But then I missed the availability of…
Money is inanimate, it can't actually do anything by itself. It takes labour and resources to realize an idea, and money is one way to control how labour and resources should be directed. This is why money (capital)…
I've also written my own alternative to make called Rabs (https://github.com/wrapl/rabs) which uses an imperative language to specify the dependency graph as well as the build instructions. It's designed for really fast…
Goal-directed evaluation from Icon. Makes generators composable.
I've been using a similar but flipped approach in my own interpreted language, creating a hash table for each method and then look for the object type as the key. This allows me to check the parent types if an exact…
The first time I tried using Icon (over 20 years ago), I couldn't get my head around generators and back-tracking. Then I tried it again a year or two later and it suddenly clicked. But then I missed the availability of…