AmziLS / AmziProlog

Amzi! Prolog: complete system to interpret, build, run and debug Prolog programs, but also embed and query them similar to databases.
Other
116 stars 25 forks source link

Consider splitting langbinding up into Prolog extension and actual language bindings #29

Closed maelh closed 3 years ago

maelh commented 3 years ago

MySQL, Tcl/Tk, ODBC, and sockets are not meant to be wrappers that call the LogicServer, but rather be invoked from Prolog, they are Logic Server Extensions.

That is opposite to language bindings for Delphi, Java, VB, .NET or CGI.

To make this more obvious, the code should be in different folders.

maelh commented 3 years ago

Done