this post was submitted on 23 Apr 2022
10 points (100.0% liked)
General Programming Discussion
7962 readers
7 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For me, it'll be python, as it is over-readable in text as well.
How do you read Python's indents aloud?
Is it like text-to-speech for piece of code?
If I get this right, I am thinking the TTS can detect a block of code, like a block of method, block of if, block of for, by reading the indentation differences. The TTS would say something like "start of IF block", and ended with "end of IF block"
Reading Python code block like it is Ada is attractive.
Oh yes, forgot of that. We can modify the syntax a bit I guess?
Yes, we can.