weepy

Results 159 comments of weepy

for x from y { .. } ?

while we're on the subject, it would be nice to be able to range between two variables. i.e. sugar for : for(var i=a ; i < b; i++) could do...

yeah :) how about: [a..b] goes to __array(a,b) function __array(x,y) { var a = []; for(var i=x; i

[1..5] // => [1,2, 3, 4, 5] [1...5] // => [1, 2, 3, 4] On Tue, Jun 14, 2011 at 5:48 PM, benekastah < [email protected]>wrote: > I like it (I...

Awesome. Like the keywords. What's your philosophy for the language ? On Friday, January 4, 2013, Chris M. Welsh wrote: > I am authoring a language like Kaffeine. My thoughts...

I must have broken it a while ago and not noticed - I've been using the node API : (new (require("kaffeine"))()).compile(txt) I'll be able to take a look at this...

Yes - hooked into .extensions. You can run kaffeine files directly if you've already done require("kaffeine") somewhere. Also there's a knode binary so you can knode myserver.k. Sure I can...

No probs. Let me know how you get on ^_^ Tapped on my fone On 16 Apr 2011, at 12:49, felixge [email protected] wrote: > Cool, thanks for the tips. I'll...

hey im there now - for a little while

yes. I broke the command line a while ago. will fix this coming weekend.