Jan Wielemaker

Results 412 comments of Jan Wielemaker

I have little clue on the MacOS performance issue. I'm not familiar with the MacOS tools to figure this out. If performance is important you better run Linux :smile: Anyway,...

> scales poorly GC cannot handle the way global vars are represented and is it rather hard to fix that. As a result we must create a pure Prolog representation...

Thanks for spotting. Guess the one in test_bips.pl needs to be renamed. The other one already is. Possibly the tests in test_bips.pl can better be moved into the test_coroutining.pl. Feel...

Hi Paul, Add an access(read) option and you'll get what you are looking for. For reading Prolog source, look at library(prolog_source). That deals with most of the oddities. See also...

Patches are welcome! I'm happy to share some knowledge from the earlier work by @rla and possibly (help) changing some stuff to core that better facilitates WASM. I think most...

Thanks. Added some stuff to allow specifying the deps again as `Homebrew`, causing the system to figure out which install base. Also added some logic to avoid the exact version....

This is due to source file admin garbage collection that removes entries from the database that are empty. I'm not sure I want to change that. In theory we can...

Semantic singleton detection is done by the low-level compiler. Meta-calls are just terms to this level of the compiler, so you just get the syntactic singleton analysis. I don't see...

Agree. Pile of work is a bit too high to look into that on short term.