rvirding / erlog

Prolog interpreter in and for Erlang
Apache License 2.0
371 stars 44 forks source link

Readme incorrect for using ets table. #62

Open ityonemo opened 7 months ago

ityonemo commented 7 months ago

the claim is that erlog:load(PID,erlog_ets) will initiate using an ets table, but this does not work, it seems there is something else needed to initialize. Looking at the code it seems like one would want erlog:load(erlog_ets, ...) but it's not clear how to obtain the second parameter (which should be some sort of {erlog, ...} record)?