0 Members and 1 Guest are viewing this topic.
I know prolog and had to learn it for my compilers class. Its probably one of the coolest languages ever since its so radically different than any other language I've ever seen. Basically, you tell it rules about what a function should do and it will automatically find the algorithm to produce that solution! It takes a while to get used to though since its such a huge paradigm switch.