Speech synthesis: Difference between revisions

Adds Clojure solution
(Adds Clojure solution)
Line 107:
}
}</lang>
 
=={{header|Clojure}}==
{{libheader|facts/speech-synthesis}}
<lang clojure>(use 'speech-synthesis.say)
(say "This is an example of speech synthesis.")</lang>
 
=={{header|Groovy}}==
Anonymous user