archives

Anyone know Prolog here?

ok so im trying to creat a ai program. I have read Prolog is great for this. Im scared maybe Prolog is limited, I need to talk to someone that knows Prolog and ask him/her a few questions about Prologs limitations. What do you guys think I should use, Prolog or C++? Thanks

Writing A Lisp Interpreter In Haskell

(via Windley)

This seems like a nice writeup. The article even manages to introduce monads (without explicitly going into all the details), and provides the correct perspective about them (i.e., they are not just for IO). Also featured: Parsec and a bit irony (see footnote #2).