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

Maude

< >

Maude is a programming language created in 1990.

#2263on PLDB 34Years Old


Example from the web:
fmod FACTORIAL is protecting INT . op undefined : -> Int . op _! : Int -> Int . var n : Int . eq 0 ! = 1 . eq n ! = if n < 0 then undefined else n * (sd(n, 1) !) fi . endfm red 11 ! .

View source

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