Markus Triska
Markus Triska
Yes, absolutely! I have filed a few issues that I think would all make excellent additions and improvements, and they would all be greatly appreciated contributions to Scryer. Please do...
The great relief when porting a program to Scryer Prolog is the certainty that this is the last time that such deep modifications ever need to be made to it:...
By the way, `crypto_file_hash/3` works *incrementally* and does not load the entire file into memory.
Could you please try this with the `rebis-dev` branch? I think the (direct) `openssl` dependency should be eliminated as of ad24c66522f95a9676c6d929c1f43a34025156f9. Thank you a lot!
@matt2xu : Thank you a lot, I would greatly appreciate this!
This example, by itself, seems somewhat contrived. However, this exception occurs in actual programs, for example when creating **animations** of search processes (N-queens, Sudoku etc.): In such examples, we can...
However, we have (in `rebis-dev`): $ scryer-prolog ?- use_module(library(clpz)). true. ?- all_distinct([A]). clpz:all_distinct([A]) That is: `all_distinct/1` *by itself* does not throw such an exception. Only in combination with `freeze/2` (or...
This works correctly now, thank you a lot!
The (direct) OpenSSL dependency is now also eliminated via #1600, on the `rebis-dev` branch. Does compilation work on Windows now? If so, please consider closing this issue. Thank you a...
I think cross-compiling would be great, and it would also be nice to provide executables directly! However, I think it would be best to host any executables on a different...