For my next video, I want to show in detail how the interpreter works. For this purpose I'm creating an elaborate animation. You'll notice that the latest video is already several months old; this is because this animation is more work than I bargained for, and I got a little burned out by it. Nevertheless, I persevere and the video will come out whenever I may finish it.
This seems like something which would be annoying to create digital without supporting tools, but awesome in analog. I could see value in a specialized camera-app which transforms hand drawn box-structures to digital boxes, or a kind of play board where children could arrange cards to create a program and learning programming.
I doubt that Funciton, in its current form, could be useful in education. It doesn’t embody the most widely used programming paradigm (procedural) but instead is a declarative functional language, which makes any skills obtained by studying it pretty much untransferable. Secondly, its syntax does not allow for naming of variables and parameters (except perhaps through comments) which is an anti-pattern. If these could be addressed in a derivative concept that is actually designed for education, it could work. As it stands, however, it’s just a quirky esolang.
The “better mousetrap” of visual programming is inventing a diff tool that works decently. If you can do that, the world will beat that path to your doorstep.
This is awesome! I think what it needs now is tooling/an ide to "draw" programs :)
I've long wanted to look for a sort of "ascii drawing program" where one can just draw on a grid with monospace ascii characters and have tools for boxes, circles, etc. Maybe it already exists!
I made this language over 10 years ago, but earlier this year I've been making YouTube videos in which I describe it in excruciating detail: https://youtube.com/playlist?list=PLkG32PHxWoJaetjKUMVRONWLg...
For my next video, I want to show in detail how the interpreter works. For this purpose I'm creating an elaborate animation. You'll notice that the latest video is already several months old; this is because this animation is more work than I bargained for, and I got a little burned out by it. Nevertheless, I persevere and the video will come out whenever I may finish it.
Language specification: https://esolangs.org/wiki/Funciton
Interpreter: https://codeberg.org/Timwi/Funciton