Yurii Rashkovskii
Yurii Rashkovskii
I was recently discussing this topic with @stuarth and we might need to remove this from the 0.2 milestone (as in "adding indexing primitives to PumpkinDB in a form of...
What if use different separators? Keep colon (`:`) for `DEF` and use something else for `SET`? For example: ``` IF : [] IFELSE. ``` but ``` NUM = 1 2...
Most important question I can see here is "when will it be evaluated?" Sure, we can inject it into an Env on its first evaluation attempt, but how do we...
I am working on the first prototype of ViewDB, here's an excerpt from its README: --- # ViewDB ViewDB is a database that allows inferring multiple, potentially overlapping (and even...
Yes, there has been a plan to introduce Typed PumpkinScript. Essentially a type checker for PumpkinScript. Just haven't got around to do that.
Here's the issue on that: https://github.com/PumpkinDB/PumpkinDB/issues/141
That is also very true. There were some conversations about building either transpilers for other "higher level" languages into [Typed] PumpkinScript and/or compiling to a common intermediate representation, which is...
I just published an overview of ViewDB's core ideas: https://github.com/ViewDB/ViewDB#readme
The utility I can see is primarily in-memory indices (those are bloody fast), with the volatility borders at the server restarts.
Here I meant something similar to globals mapped to volatile in memory database, adjusted for specificity of PumpkinDB primitives On Mar 28, 2017 12:30 AM, "Timur Safin" wrote: > (sorry...