-
And can I build anything in it yet?
Because...I would like to. A lot.
-
The organization of information within a file is as important to
the readability and maintainability of your programs as the
organization of information among files. In this section, we will
discus…
-
#2176, i.e., the system saying `false` **even though there are solutions** is a recent example of the worst kind of incorrectness, it's *much* worse than yielding wrong answer substitutions. That's be…
-
This is related to this ticket:
https://github.com/SWI-Prolog/swipl-devel/issues/1159
An offending test case is:
```
/* SWI-Prolog 9.1.7 */
?- T = s(s(T, S), _), S = s(S,T), term_factorized(T, …
-
I was wondering why we don't use Prolog to resolve all Designators? At the moment only Action Designators are resolved based on Prolog, the rest of Designators are resolved based on their type.
Since …
-
I would like to split a module file into a module declaration file and a raw file in order to be able to load the raw file with other prolog engines (I use [tuprolog](http://apice.unibo.it/xwiki/bin/v…
-
**Describe the bug**
The binary_to_float built in function should support numbers in scientific notation without decimal places specified.
**To Reproduce**
The following raises a badarg error:
`…
-
I guess these two inputs:
```
"\""
"\u0022"
```
Should give the same JSON string. I don't see that your code does that.
See also [json.org](http://json.org/) syntax in the right side bar…
ghost updated
5 years ago
-
### Bug reporting acknowledgment
Yes, I read it
### Professional support
Yes, I know
### Describe the bug
The NetDiscovery task causes the following error:
```
[error] [http client] inter…
-
@barak and @qobi presented on a series of AD benchmarks that they performed as part of their work on Stalingrad:
- ["Using Programming Language Theory to MakeAutomatic Differentiation Sound and Eff…