-
Hi everyone, I am a student at TU-Berlin starting to write my bachelor's thesis. Sadly I have no experience with a WAM, so it is impossible for me to judge if and how well it is possible to implement such a runtime for this hardware. This brings me to my questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
That projects sounds way too ambitious for a Bachelor's Thesis. You might do some proof-of-concept measurements and on (meta-interpreted) emulators. No more. |
Beta Was this translation helpful? Give feedback.
-
Hi DrRuhe, parallelizing Prolog is a very interesting subject and I think there are a lot of things still to be done, both in implementations and in APIs.
Greetings! |
Beta Was this translation helpful? Give feedback.
-
Don't overlook concurrent_forall/2,3. Here is a simple SWI-Prolog example of it being used. |
Beta Was this translation helpful? Give feedback.
Hi DrRuhe, parallelizing Prolog is a very interesting subject and I think there are a lot of things still to be done, both in implementations and in APIs.
I'm not really an expert but I think I can comment on a few things: