Guy John

Results 50 comments of Guy John

aaahhh hang on I see, so actually the issue with the above code is a lack of scoping for these things within the times loops. to be honest, that should...

that seems like fair reasoning not to do it. I think the issue then is just defining how we think it should work, and then making the languages work the...

that all makes sense to me. I guess my next inquiry would be how the following should work? ``` 4 times red rotate box peg ``` and ``` TheKeywordWeAreLookingFor 4...

so here's a question for this. there's currently a task to use docco to generate html files from the markdown files in the **docs** folder. Seeing as github renders markdown...

the new css syntax for gradients makes this really easy to do. just need to overhaul the gradient stack code a bit

so I'd actually like to push back on this. I don't think it's too much of an issue to explain that strings are the names of something, whilst variables are...

ah cool, thanks for going through these, hadn't had a chance yet myself. I think that actually it's worth my going through the grammar again and doing some work the...

OK, going through these and seeing what needs doing So version 2 doesn't support object dereferencing, meanin Math.Pi won't work, but it's easily fixable by adding Pi and all the...

I think I need to have a serious overhaul of the v2 parser and interpreter really. Will start cracking away at it

I have a plan for sorting out the tutorial and demo menus and programs. watch this space