PtrMan

Results 87 comments of PtrMan

Using prefix encoding is indeed a good idea here for a compact term representation! It should be easy to iterate with an iterator. Generation is also easy.

Ah, the driver doesn't like the variable name "kernel" - so it craps out

Maybe this lib should add a prefix to all variable names, this way this BS can't happen

I have a similar problem. I am trying to use this library with the NuGet package of this. I fail to reference/access important classes, for example >new OpenGL.GlControl(); it just...

One way which is compatible with the preallocation philosophy of memory managment is to add a custom memory allocator + manager under AIKR for entry's which are utilized.

another idea may be to use multiple exponential decays added together. This has the property that the function can get easily "reinterpreted" in different `dt` because `x**(dta+dtb) = x**dta *...

I vote for a better parser and a sanitizer additionally to make the narsese IO even more userfriendly. There will always be "narsese-developers". To me a sanitizer shouldnt be a...