Inverse Parentheses
kellett.im
Inverse Parentheses
1–10 of 67 posts
Re: Inverse Parentheses
#2Re: Inverse Parentheses
#3Since this doesn't exist in practice, shouldn't the article author first explain what they mean by that?
Re: Inverse Parentheses
#4Re: Inverse Parentheses
#5Using Brave on MacOS, I cannot scroll the page to see the entire text. On Firefox, it scrolls fine.
:root {
[…]
overflow: hidden scroll;
container-type: size;
[…]
}
in the main CSS file: https://kellett.im/theme/main.cssRe: Inverse Parentheses
#6> 1 + )2 * 3(
(1 + 2) * 3
Re: Inverse Parentheses
#7Using Brave on MacOS, I cannot scroll the page to see the entire text. On Firefox, it scrolls fine.
Re: Inverse Parentheses
#8Re: Inverse Parentheses
#9> Have you ever noticed that lots of programming languages let you use parentheses to group operands, but none use them to ungroup them? Since this doesn't exist in practice, shouldn't the article author first explain what they mean by that?
Re: Inverse Parentheses
#10I was hoping the parentheses themselves would be flipped. Like this: > 1 + )2 * 3( (1 + 2) * 3
That said if you try to use that with ordinary parentheses usage it would get ambiguous as soon as you nest them