The logical conclusion of this is to let the syntax and parser of the language itself be modified by users in a modular fashion :D
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
So python then. On the first order level, there's operator overriding and duck typing, which achieves this highly modular syntax. But deeper down, there's the ast module that lets you rewrite your own interpreter at runtime and other wacky shit.
Which (if I understand correctly) is almost what Forth does. I've heard it described as "the only syntax in Forth are the blank characters" :).
Classic talk; one of my favorites. I've watched it multiple times and it always goes way over my head. Always makes me think of LISP.
I don't apply this to programming language development but platform development: grow a platform. Organic collaborative growth between the platform devs and platform consumers.
Course, in the functional programming universe: it's languages all the way down.
Here is an alternative Piped link(s): https://piped.video/watch?v=_ahvzDzKdB0
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I'm open-source, check me out at GitHub.