TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Audio-visual programming for tablets?

2 pointsby psionskiabout 11 years ago
Hello, HN :)<p>I recently got a tablet and wanted to use it for programming. There seem to be two options: get a hardware keyboard, which means using your tablet will be just as comfortable as using a laptop (read: not particularly), or get one of the better IDEs that have their own specialized software keyboards. I&#x27;m not very keen on using a software emulation of a paradigm developed for typewriter keyboards attached to line printers.<p>So this is what I was thinking: speech recognition is hard because a) the diversity of the words that must be trained and recognized and b) the ambiguity of human language itself. Programming languages have almost none of these issues.<p>Combine this with a visual programming language and you can say &quot;define class shape&quot;, tap the class box that has appeared, say &quot;define variable color, is equal to null&quot;, tap the class box again, say &quot;define method set color, arguments new color&quot;, then tap the method box, tap the `color` instance variable from above, say &quot;is equal to&quot; and tap the `new color` box that was created when you said it&#x27;s a function argument.<p>What do you think? Could this possibly work for creating simple games on the move, automating some tasks, etc.?

no comments

no comments