vote up 2 vote down star
1

I am interested in developing a domain-specific language which could be driven only by speech input. Are there examples of programming languages designed specifically for speech-only input? We can assume some form of feedback and storage (for humans), probably a screen although I'd also be interested in languages which have no feedback. I'd be interested in both formal grammars and natural language input.

flag

3 Answers

vote up 2 vote down

LOLCODE :)

HAI
CAN HAS STDIO?
I HAS A VAR
IM IN YR LOOP
   UP VAR!!1
   IZ VAR BIGGER THAN 10? KTHX
   VISIBLE VAR
IM OUTTA YR LOOP
KTHXBYE


Might be releated: Is There a Human Readable Programming Language?

link|flag
+1 looks promising. The vocabulary should be fairly easy for a speech-recognition tool. Are line-ends significant? I assume not – peter.murray.rust Oct 21 at 20:53
vote up 2 vote down

Perligata is highly pronounceable (http://www.csse.monash.edu.au/~damian/papers/HTML/Perligata.html)

 use Lingua::Romana::Perligata;

    maximum inquementum tum biguttam egresso scribe.
    meo maximo vestibulo perlegamentum da.
    da duo tum maximum conscribementa meis listis.

    dum listis decapitamentum damentum nexto
    fac sic
            nextum tum novumversum scribe egresso.
            lista sic hoc recidementum nextum cis vannementa da listis.
    cis.
link|flag
This is a Latin version of Perl... – peter.murray.rust Oct 21 at 21:25
vote up 0 vote down check

SO users did not come up with an answer that suggested a language that was useful and used.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.