Luca Pette

Results 31 comments of Luca Pette

As I understand it, now the init-only option makes no sense so I agree. Let's remove it (the fact it's not mentioned anywhere in the docs is also a sign)...

yes the language supports variables via the `let` keyword (interested in why you couldn't find it at first since I'm sure there are a number of ways to improve docs...

all right, there are two maybe three issues here: - `$()` anonymous function syntax (and var type) support - --print-session (and docs for history command are missing I think) option...

I made the roadmap public (even though it's quite bare, still better than private I think). I also just shipped to main the `--print-session` #88 (so it'll be out with...

First of all, let me thank you for these notes (and all the other issues you opened!), this is amazing work and I'm grateful. It's true I have a TODO...

> dunno, maybe it's out of scope. I don't think it is. In fact, the core suggestion that there should be a way to make TypeStream "mount" a local FileSystem...

Exciting! I have to think a little about how to implement `tee` (I'm sure my brain will do that even if I try not to prio this, it's just too...

when you say `regular data` like `2012.csv` you're referring to a file available on your machine? > is this like what FileSystem pre-compute examples are? The general idea behind those...

this is very intriguing. The challenge here is how to provide a schema for external data sources that don't come with one (csv files are a good example but also...

> I don't think it's unreasonable to have a schema file (like protobuf or whatever) sitting next to the csv file to define the types. that's true! I proposed the...