Measures Concepts
GitHub icon

Alice

Alice - Programming language

< >

Alice is an open source programming language created in 2000.

#678on PLDB 24Years Old

Try now: TIO

Alice ML is a programming language designed by the Programming Systems Laboratory at Saarland University, Saarbr眉cken, Germany. It is a dialect of Standard ML, augmented with support for lazy evaluation, concurrency (multithreading and distributed computing via remote procedure calls) and constraint programming.. Read more on Wikipedia...


Example from hello-world:
"dlroW olleH"d&O`@
Example from Wikipedia:
fun fib 0 = 0 | fib 1 = 1 | fib n = spawn fib(n-1) + fib(n-2);

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout