You're viewing a single thread.
Please God let this be a humorous post that somehow does not also find a way to manage to come true...
108 2 ReplyI would have bought it if they said ifnot instead, it's the same number of characters and wouldn't require a major parser overhaul to support keywords with a ' in the name.
90 0 Replyi mean, “unless” tends to be the usual term for an “if not” keyword in languages that implement such a thing
45 0 ReplyWhich is awful and incredibly confusing. I hate ruby
24 3 Replytotally agree; just saying that if it’s GOT to be something, that something should probably be unless… unless . . .
3 0 ReplyAnd Perl
3 0 ReplyAnd my axe!
3 0 Reply
I find that you need to choose carefully when to use it. Simple cases tend to be alright. Larger, more complex conditions shouldn't touch it.
2 0 Reply
Yeah, to be clear, I don't like it, I don't like it one bit:-P.
17 2 ReplyIf not anybody have time for that.
4 0 Reply*ifn't*
Oh dear Lord what have I done!? :-P
2 1 Reply
(define-syntax ifn't (syntax-rules () ((_ cond) (or cond #t)) ((_ cond false) (ifn't cond false #t)) ((_ cond false else) (if (not cond) false else))))
deadstare
1 0 Reply2 1 Reply