Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Alice

Alice - Programming language

< >

Alice is a programming language created in 2000.

#623on PLDB 23Years Old 261Users
6Books 0Papers

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

Books about Alice from ISBNdb

title authors year publisher
Learning to Program with Alice (w/ CD ROM) Dann, Wanda and Pausch, Randy 2011 Pearson
Alice 2.0: Introductory Concepts and Techniques (Shelly Cashman Series) Shelly, Gary B. and Cashman, Thomas J. and Herbert, Charles W. 2006 Cengage Learning
Programming with Alice and Java Lewis, John and DePasquale, Peter 2008 Pearson
Alice in Action: Computing Through Animation (Introduction to Programming) Adams, Joel 2006 Course Technology
Learning Java through Alice Daly, Tebring and Wrigley, Eileen 2013 CreateSpace Independent Publishing Platform
Alice 3 in Action: Computing Through Animation Adams, Joel 2014 Cengage Learning
fml.html 路 alice.html 路 nial.html

View source

- Build the next great programming language Search Day 214 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com