Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Praat Script

< >

Praat Script is a programming language created in 1997.

#630on PLDB 27Years Old
Download source code:
git clone https://github.com/praat/praat

Praat: Doing Phonetics By Computer


Example from the web:
clearinfo # print fizzbuzz result procedure fizzbuzz: .i if .i mod 15 == 0 appendInfoLine: "fizzbuzz" elsif .i mod 3 == 0 appendInfoLine: "fizz" elsif .i mod 5 == 0 appendInfoLine: "buzz" else appendInfoLine: .i endif endproc for i from 1 to 100 @fizzbuzz: i endfor

Language features

Feature Supported Token Example
Comments ✓
# A comment
Line Comments ✓ #
# A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io