Héctor López

Results 13 comments of Héctor López

Why is ?: more semantic than | default? Because other languages use it? IMHO this doesn't need to be a programming language (in fact, the less code you get into...

To be honest, I had completely forgotten that Pebble had a ternary operator. That doesn't mean I have to agree, though! Mitchell was the sole owner until a month ago....

Did a quick test and found something worrying: our current definition of truth might be an impediment. Right now, in the ternary op, anything that doesn't coerce to boolean will...

I know it's a bit off the question, but... do you really need strictVariables set to true?

As of today, my blogging app uses Pebble for its front. LOL. And I'm happy to bring this measurements: the combination of Stripes Framework-Pebble performs 2-3 times faster than Stripes...

@zhibinr oh, did a search on github and that project didn't come up. It's a pity, because i've already got mine working :-/

Starting next week, it's going to be used in an internal project of a Dublin based company. Hopefully, more in the future.

I fear that we might break someone's setup. Unless there's an actual issue with this, I'd rather wait for the next major release.

Good question. Based on my puny tests (and my rusty knowledge on formal grammars), ANTLR grammars are not expressive enough to represent Pebble's template grammar. There's a piece of context...

I see, guess I didn't dive deep enough into ANTLR and missed the "mode" thing. I'll reopen for discussion. Thanks!