Zachary Kessin
Zachary Kessin
Question, why does execute return a binary take this code: ``` erlang fail_test() -> {ok, PID} = erlog:start_link(), ?assertEqual(fail,erlog:execute(PID, "fail.")), true. ``` erlog:execute/2 returns the binary , might it make...
Well having it be bool() makes it work a lot better with many erlang things.
What @rvirding said, the return state should be what it was {succeed,[binding()]}|fail, also take a look at the quickcheck properties I created and lets see if we can make those...
One problem I see with the API change is that now it only lets you pass prolog code as a string, which means that if you want to pass an...
@krestenkrab would you be interested in having a few of us help? the zeromq community has a good set of rules that can be adopted for how to grow triq...
take a look at what I posted for a model, the 0MQ folks have done very well with that model.
The real issue is that I would like to add some enhancements to Triq, but am not going to do so unless I have some confidence that Pull Reqs will...
I want to manage the open-triq branch under the zeromq rules, I have invited @essen @krestenkrab @MirkoBonadei and a few others to the project as committers, (and will invite anyone...
It will stay under the same licence
Readme changed to make the licence clear