Viewing profile — raja_mukherji
raja_mukherji
HN member- Joined
- Tue, Jul 16, 2019, 8:21 AM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About raja_mukherji
No profile information was provided.
Recent public activity
-
comment
Comment #37422335
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 di…
-
comment
Comment #35495831
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 in…
-
comment
Comment #23862901
Goal-directed evaluation from Icon. Makes generators composable.
-
comment
Comment #20877301
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…
-
comment
Comment #20448387
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…