swipl-devel
swipl-devel copied to clipboard
SWI-Prolog Main development repository
It is currently not possible to concisely refer to multiple predicates that have the same name but different arity. Example: “The use can assert new alias-to-prefix mappings with rdf_register_prefix/[2,3].” Intended...
Currently pack_default_options/4 is run twice when using pack_install/1 which causes some issues: https://groups.google.com/forum/#!topic/swi-prolog/HYYATv_70u0 Maybe it would be best to just define pack_install(Spec):- pack_install(Spec, []).
read_file_to_codes/3 and others in readutil require options to be a list while many other options-taking predicates also accept dicts. Link to code: https://github.com/SWI-Prolog/swipl-devel/blob/470019184cfb99e228a4194183b69709784dd3ab/library/readutil.pl#L215
With an increasing use of SWI-Prolog for web development we're all dealing with more files of other types. My current project has everything from ttl files to javascript Would it...
The swi-prolog.org site is down this morning. we can tell humans to go to us.swi-prolog.org and it's only 'we're an OS project, if you don't like it help get CDN...
Given two rational numbers `L` and `H` such that `L < H`, conversion to float numbers `FL` and `FH` respectively should result in `FL < FH` but that isn't always...
Thanks again on the work to make `swipl-web`. I would be very grateful if this could be packaged up and released on npm so that we can version bump downstream...
Import swipl-web.wasm and swipl-web.data relative to `swipl-web.js` rather than the global script.
Related to #1024 Otherwise, if I have the folder structure - script.js - swipl/ - swipl-web.data - swipl-web.js - swipl-web.wasm - index.js With index.js ```js export default async function SWIPL(module)...
(from CRAN): The upcoming version of Rtools44 has sys/mman.h, which however doesn't have all the Unix functionality of the same header file (e.g. it misses mmap, sysconf). It is from...