|
|
|
|
|
by bloniac
1808 days ago
|
|
I was really tuning in to the concepts but he completely lost me when all the examples used math and trigonometry. I loathe teaching of programming through math and trig. I feel using math and trig to teach programming is a bigger barrier than anything else. |
|
I observe that this style of programming only ever seems to be used for geometric programming of very visual things, or sometimes audio processing pipelines. I'm becoming suspicious that it may not be good for much of anything else. I'd be interested in seeing a mockup of how to use this technique for a JSON parser or a web handler or something and obtain any utility vs. what we already do.
I don't deny that it may be useful in a certain domain or potentially useful as an early teaching tool, but I remain highly skeptical that the promises/claims/demands that it be used for general-purpose programming is possible or a good idea, and the more I see the same examples over and over the deeper my skepticism becomes, no matter how slick the presentation.