dumblob

Results 1350 comments of dumblob

Thank you for the thorough answer. XL is so cool and unique that I'll need to think it through. I'm though really excited so far! I'll start my thinking process...

First question - is the `:=` notation just a syntactic sugar for "immutable `is`" (i.e. identical with the very only difference that the identifier can't be "redefined" any more in...

Second question is how do I ensure the function I'm currently implementing is a pure one if `nil` is being automatically propagated breaking the purity?

Third question is whether a variable holding an error value is being immediately automatically propagated or first at the place where it's being used (either being written to or read...

Fourth question: could you (dis)approve my understanding that `nil` value fundamentally exists because it's impossible to make a function returning just the type `error` alone without any additional "meaningful type"...

> Hi, this one shot me out of real life for a month and left me with an unfinished general html terminal viewer :-) Oh, I'm really sorry for that....

Thanks for the valuable insight! >The "out-of-the-box" implementation I'm thinking about is a simple write-ahead-log support which simply appends updates/deletes/inserts into a log on disk which is when periodically compacted/compressed...

> One implementation problem could be, that you need a C interface if I grasp this correctly? > Sqlite is pure C if I get this right? VPack otoh is...

@stile17 did you manage to solve this issue somehow?

IMHO yes, this could help readability :wink: