Interrobang
99percentinvisible.org
Interrobang
1–10 of 123 posts
Re: Interrobang
#2Re: Interrobang
#3https://en.wikipedia.org/wiki/Punctuation#"Love_point"_and_s...
Re: Interrobang
#4 (alert(null) ‽ console.log(error));
Better than: (x === null ? console.log(error) : alert(x));
EDIT: hey downvotes, let's play funny/not funny.Re: Interrobang
#5This would really make for a great exception operator, for one-liner exception handling. (alert(null) ‽ console.log(error)); Better than: (x === null ? console.log(error) : alert(x)); EDIT: hey downvotes, let's play funny/not funny .
Re: Interrobang
#6This would really make for a great exception operator, for one-liner exception handling. (alert(null) ‽ console.log(error)); Better than: (x === null ? console.log(error) : alert(x)); EDIT: hey downvotes, let's play funny/not funny .
I can't seem to find the ‽ key on my keyboard.
Meanwhile the interrobang (‽) would really be an Easter egg.
Re: Interrobang
#7This would really make for a great exception operator, for one-liner exception handling. (alert(null) ‽ console.log(error)); Better than: (x === null ? console.log(error) : alert(x)); EDIT: hey downvotes, let's play funny/not funny .
// Would run console.error with the Error object
(alert(x) ?: console.error);Re: Interrobang
#8This would really make for a great exception operator, for one-liner exception handling. (alert(null) ‽ console.log(error)); Better than: (x === null ? console.log(error) : alert(x)); EDIT: hey downvotes, let's play funny/not funny .
I can't seem to find the ‽ key on my keyboard.
Re: Interrobang
#9Earlier quoted context omitted.
I can't seem to find the ‽ key on my keyboard.
Well, obviously, the compiler could also interpret the consecutive use of each of the two distinct characters question mark (?) and exclamation point (!). But it would have to tolerate both options to remain convenient (?! and !? have the same effect). Meanwhile the interrobang (‽) would really be an Easter egg.