mndrix / golog

Prolog interpreter in Go
MIT License
374 stars 39 forks source link

support attributed variables #10

Open mndrix opened 11 years ago

mndrix commented 11 years ago

Review each of the major Prolog implementations to see which primitives they have for attributed variables. Support those primitives in Golog. Build similar libraries (or reuse existing ones) on top of these primitives.