Jordan Rome

Results 346 comments of Jordan Rome

> I think we should separate the two concepts: Sure, I was just combining because they were serving the same use-case. Seems like there is general agreement that specific probe...

Being able to interact with a live script sounds cool.

We can add more issues to expand the signal probe but the basic version was added so closing this.

Once we fix this, we should also document this difference in the adoc.

Yeah, let's close for now. And yes thanks @bin-101 for the write-up!

I thought one of the big arguments for adding `let` was so that we could use it for [type declarations](https://github.com/bpftrace/bpftrace/issues/3423#issuecomment-2359360951). I also think the syntax of the type going on...

Connecting these two RFCs: https://github.com/bpftrace/bpftrace/issues/3488

@viktormalik Why is `var` more consistent with `type`? Is it only because `let` would then not apply to anything but (scratch) variables? Also are there any other modifiers we'd put...

> But `let type` is not completely horrible either, so if everyone prefers that im ok with it too I didn't want `let` or `var` at all 😄 but I...

This is a bit of a tangent but I was looking into decisions to put types on the left vs the right in different languages. Here are a few good...