Christophe Eymard

Results 45 comments of Christophe Eymard

scribu: how ? with a good syntax highlighter, the label will always look different. And a string is not a function ? satyr: I get that this is one less...

> One less character is the whole point of the syntax. Should length matter? I agree :) Though I (personnaly) found it nice to use it as a string with...

How does void solve my problem ?

`toString` has its advantages, and no I can' t rely on compile at runtime since it is inefficient and has the drawback of needing a useless dependency (whereas coco is...

it is inefficient as well, since it requires execution at runtime. I understand that they are ways to circumvent the issue, but I'm not interested in circumventing ; I really...

> Adding the proposed option is circumventing as well. I don't really get this feeling ; this option would not require me having to code differently than usual at all,...

Ehrm, how does it work exactly ?

Sorry, I still don't get it. Say I have a function declared as such : ``` coffeescript function a (arg) arg

Yes that was the question :) @satyr : why not add some kind of keyword to the functions to tag them as _inlined_ or _selfcontained_, or some other keyword ?...

@thejh that's exactly the use case I wanted to solve. And yes, I meant something linke `function(whatever) inlined` or `inline function(whatever)`, except `inline` doesn't seem to be accurate. More like...