Tony Lofthouse

Results 36 comments of Tony Lofthouse

It will be slower for the same reason that parser generators produce slower code than hand crafted parsers. The codegen should be static once done - so maintenance should be...

Consolidation from issue #140: (which is now closed) leading space instead of //foobar write // foobar decide between the comment on the same line and comment before the line -...

There are several approaches possible here: 1. process multiple concepts concurrently whilst keeping the deriver single threaded (per concept) 2. run multiple derivers concurrently (with a task queue) 3. create...

I know thats what you said but I don't see how this can work. Only one set would be busy at a time. To make this work you need to...

Ah, I see what you mean - ok - this can work but would only provide for a limited amount of concurrency as most rules are mutually exclusive. So given...

Actually there are way more rules than that (if you include goal, quest, backward and permutations), but you never get more than around 10 inference results from a task, belief...

More detail required here to understand the issue.

Yes, he added them after my comment. Prior to that it was just a title, called fields first :)

Here is a link to a gif: https://1drv.ms/u/s!AsfcIQ1U-xtujvBhOzyhjR_ifc2B7g I think we need an images directory in the repo to store these. Not sure of best place to locate it. If...

Good idea - we could have a number of examples: pong, microworld, and test chamber. That would be nice eye-candy