5 ms·
It is certainly possible and that is how most of these visual languages do it. But is that how _you_ want to program that logic?
by sbensu 2y ago
It is certainly possible and that is how most of these visual languages do it. But is that how _you_ want to program that logic?
- baruz 2y agoThat’s how Smalltalk does it. I believe Scheme family languages do it that way, use a generator and then filter and select. Self as well.