Eshel Yaron
Eshel Yaron
This PR makes `infer_meta_predicate/2` consistent with the general preference of SWI-Prolog for using `?` rather than `*` as the unspecified argument mode specifier. While this is a breaking change, as...
Currently (v0.6.3), the implementation of the DAP specification in `da_server/1` is interwoven with logic that is specific to the use case of debugging (SWI-)Prolog programs. It seems desirable to separate...
To enable debugging Prolog code from VS Code we need to implement a [Debugger Extension](https://code.visualstudio.com/api/extension-guides/debugger-extension) that will communicate with [the SWI-Prolog Debug Adapter Protocol server](https://github.com/eshelyaron/debug_adapter) from within the IDE. A...
Seems like the `\` character causes some problems for`define-word--parse-wordnik`, such that calling `define-word` on the word "backslash" yields an error. With Emacs 29: 1. emacs -Q -l ~/.emacs.d/elpa/define-word-20220104.1848/define-word.el 2. M-x...
Hello Adam, This is just a small simplification that came to mind while reading through some of the code of this very nice package :)