New Python implementation

Dan Stromberg drsalists at gmail.com
Mon Feb 15 20:09:03 EST 2021


On Mon, Feb 15, 2021 at 3:25 PM Grant Edwards <grant.b.edwards at gmail.com>
wrote:

> On 2021-02-15, Avi Gross via Python-list <python-list at python.org> wrote:
> Of all the languages I've used, Prolog was by far the hardest to get
> my head around. The dialect I used the most (which still wasn't much)
> was part of Digitalk's Smalltalk system. I don't recall if Digitalk
> Prolog was written entirely in Smalltalk, or if it was just integrated
> into the Smalltalk system as an opaque object.
>
I actually found Prolog to be a lot like /usr/bin/make.

It's an OK language if everything you need to do can be solved well using a
depth first search. Otherwise, it kind of gets in the way.


More information about the Python-list mailing list