In the final third of the course Organization of Programming Languages, CPSC 401, we discuss Prolog so that students have the opportunity to think about and work with a logic programming-type language. In looking for links for Prolog and comparative ways of programming I came across Rosetta Code, a site that shows implementations of various algorithms in several languages. See my Delicious links tagged Prolog for other resources.
-
Rosetta Code is a programming chrestomathy site. The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how languages are similar and different, and to aid a person with a grounding in one approach to a problem in learning another. Rosetta Code currently has 391 tasks, and covers 249 languages, though we do not (and cannot) have solutions to every task in every language.
-
(tags: prolog)
Post a Comment