Robert Virding

Results 95 comments of Robert Virding

Either that or not add special syntax but go through some procedures like map/3/4: map(Key, Map, Value) map(Key, Map, Value, NewMap) Something like you suggested for records. I don't know...

We are still going to need some syntax so we can print them, and in the long run enter them. Unfortunately we can't use a straight `{key => val, key...

You can if you are a bit cunning and first check which version of erlang you are using. Also depends on how much you want to use the map syntax...

Unfortunately most won't recognise the bird. :-) How about a bit more "abstract" bird? Otherwise I don't have a good symbol for prolog, or another logo to work on like...

Sorry I don't get this error error at all. | ?- write('Hello World'). Hello WorldYes | ?- I tried with both the master branch and the develop branch. Which version...

I will seriously start working on it after the the OSCON conference for which I am preparing a talk + demo. It won't contain erlog, though it could, but ny...

OK, here are my thoughts on the "new" erlog interface as they stand so far. Valery when you mention the "functional interface" if you mean the interface through funs then...

Seeing we both want a server based interface and a purely local interface I think it is better that the base system provide the local interface, and at a basic...

Using dict will be the default if you just call `erlog:new()` without specifying DbModule and DbInitArgs.

Should the database interface given in DbModule actually generate errors using the calls in erlog_int, or should it just return an error value, `error`, and let the interpreter generate the...