A Working (but Minimal) JIT

2010-10-21 Thread Noah Lavine
Hello all, After not emailing for a while, I have some good news: a JIT engine is working! The current version is as minimal as possible. It can only JIT a function that does nothing and returns 0. And it's only activated by the 'mv-call' VM instruction. Here's how I've been testing it: > (defin

The progress of hacking guile and prolog

2010-10-21 Thread Stefan Israelsson Tampe
Hi, I think it's good to discuss what I do with the prolog and unifer. So this is what I've been doing. 1. Incorporate a theorem prover for extension and playing 2. Kanren like hygienic macro package 3. Make the c-code variables printable and hence much less segfaults at bt :-) e.g. robustify