Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Alice

< >

Alice is an open source programming language created in 2000.

#1209on PLDB 24Years Old
HomepageREPLTry It OnlineWikipedia

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);

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0