JoeStrout

Results 74 comments of JoeStrout

Thank you. Did you download the prebuilt binary, or build this from source? EDIT: nvm, I see from the build date that it was built today. I suspect this has...

OK, after discussion on Discord, here is the proposed behavior: 1. `self` is always defined, but it will be `null` in any context where the code is not inside a...

Commenting mainly to get notifications on this issue (I can't find a Subscribe or Watch button). But just to be sure I understand: With the `Pending Popularity` tag, this issue...

This is an interesting idea. Currently being discussed in the Discord server — feel free to jump in!

What specific sort of error do you want to trap with this? You _can_ make this yourself, for any function you write, provided it does not contain MiniScript runtime errors....

Sorry I missed this! But I confess that I don't understand it. The CMake process is meant to build an application, not a library. It doesn't need any headers once...

Note that this might be fixed incidentally if we implement suggestion #100.

So it does! (In the C++ implementation; not in the C# one.) Good catch.

Brackets (parentheses) have nothing to do with it; all they do is make an expression in place of an operator. The question is, why would `not not` (as direct operators)...

Well then, `@@x` would be another analogy — in all three cases, we have a unary operator which you are trying to use twice in a row. What is the...