Linas Vepštas

Results 1069 comments of Linas Vepštas

Yeah, I can reproduce this. It is a "feature" not a "bug". By design, each _thread_ can have a different current atomspace. This so that you can run two threads,...

I'm strongly tempted to close this as "not a bug"; before closing, though, the docs for 17001 should be updated to explain this.

!? multiple nested/cloned atomspace work just fine in a single thread or in multiple threads. If you want to use port 17001 in a single thread, then you have three...

There are not two, but three scheme shells :-) all sharing the same atomspaces. so, for example: ``` $ guile GNU Guile 2.0.9 Copyright (C) 1995-2013 Free Software Foundation, Inc....

Several remarks: * A portion of ReductLink has already been implemented; it is here: [`atomspace/opencog/atoms/reduct`](https://github.com/opencog/atomspace/tree/master/opencog/atoms/reduct) It only does the arithmetic links (plus, minus, times, divide) * It is implemented in...

OH, OK. I'm pretty certain you want to assign them to named classes, and limit reduct so that it works only with the provided classes (instead of any old link...

See also issue #66 for more about arithmetic functions

It should work as follows: https://github.com/opencog/atomspace/blob/master/examples/atomspace/formulas.scm and also, `flows.scm` and `flow-formulas.scm` in the same directory.

OK @ngeiswei thanks for looking at the pull reqs. Let me describe what I'm trying to do: ... I want to change the primary data form to that described in...