mwatts15 / Crono

Scheme project for CS345
0 stars 0 forks source link

Add Prolog style database queries #7

Closed mwatts15 closed 11 years ago

mwatts15 commented 11 years ago

Requirements

  1. Predicates SHOULD use the form (functor argument1 argument2 ... argumentN)
  2. Rules SHOULD use the form (rule (predicate predicate1 predicate 2 ... predicateN))

(Refer to Racklog. I want to make ours a little less verbose, but probably with similar internals.)

tvarney commented 11 years ago

Have you made any progress on this at all, or should we scrap this?

mwatts15 commented 11 years ago

No and yes.