from Hacker News

The Angels and Demons of Nondeterminism

by BerislavLopac on 9/4/25, 2:16 PM with 1 comments

  • by PaulHoule on 9/4/25, 2:29 PM

    When I took a comparative programming languages class we were introduced to Prolog and the mechanisms of writing deterministic code by taking advantage of the known search order, cuts and such seemed really clever but not suited to programming in the medium never my the large.