trealla-prolog / trealla

A compact, efficient Prolog interpreter written in plain-old C.
MIT License
252 stars 11 forks source link

Rewrite blackboard primitives as builtins #510

Closed infradig closed 3 months ago

infradig commented 3 months ago

This is the bb_*/N predicates. Currently they use the database and represent a heavy burden for what are just global variables.