On 21/11/2013, at 09:42, emacstheviking <[email protected]> wrote: > Daniel, > > Thanks as always. I will rebuild my version tonight. > > A while back I was playing with dlload() et al. and you mentioned that there > was some work in progress (?) about having a module loading system...is that > still the case or is there just not enough time in the day for such things?
You can write Prolog module code today using Logtalk. Supported module directives include module/2, use_module/2, export/1, and reexport/2. But you will need to use .lgt instead of .pl as the filename extension and Logtalk's compiling and loading predicates. You can later change the extension back when Daniel releases a GNU Prolog version with modules support. Cheers, Paulo ----------------------------------------------------------------- Paulo Moura Logtalk developer Email: <mailto:[email protected]> Web: <http://logtalk.org/> ----------------------------------------------------------------- _______________________________________________ Users-prolog mailing list [email protected] https://lists.gnu.org/mailman/listinfo/users-prolog
