Jan Wielemaker

Results 318 comments of Jan Wielemaker

I guess installation from source should not be a problem as both the OS and arm64 architecture work fine. I guess that at some point in time the app will...

This issue has been mentioned on **SWI-Prolog**. There might be relevant details there: https://swi-prolog.discourse.group/t/why-steadfastness/3313/4

memberchk(x, L) is supposed to succeed. I don't want to touch that. So yes, maybe an alternative to memberchk is an option. Fot now out of scope though.

Prolog knows nothing about exchangeable media. It is passes the file name to the OS calls. Surely there may reasons why that doesn't work for you. To say anything meaningful...

The snap version is a confined snap. Possibly a bit too much? Windows is definitely a different issue. In both cases, be specific about the calls you use and the...

This seems a generic snap property. See e.g., https://www.filebot.net/forums/viewtopic.php?t=5139

> I would like to build a static Prolog binary that has the Prolog library built in, so it can easily run on other systems. Is this possible? Yes, it...

Not that there is also a snap image. On most systems simply `snap install swi-prolog` should do the job. > As for reviving this: do you think this is feasible...

The OpenSSL libs are not very easy to use :cry: This could be a regressing in OpenSSL, but it could also be an issue in our code, making an invalid...