All Questions
Tagged with meta-programming logic-programming
1 question
3
votes
1
answer
999
views
Good introduction to metaprogramming in Prolog?
I would like to make for example imperative programs as output of Prolog (shaders of graphic card) and also event-driven programs (game logic) ... also I would like to learn how to metaprogram in ...