Hacker News new | ask | show | jobs
by asciihacker 3564 days ago
>> This one sentence should be guiding principle for any set of recommendations.

Therefore write everything in Prolog.

1 comments

I was excited about prolog when it first gained popularity in the 1970s for exactly this reason. Then I discovered that real programming in prolog hides some of the reasoning necessary for programming (like the time needed for a computation to finish) behind abstractions of the language. (I.e. The cut operator ruined for me)
Then you may like Erlang. Prolog plus pragmatism.