Rich FitzJohn
Rich FitzJohn
No, I don't! The lack of windows support and meant I never really found a good use for this, and ended up developing thor instead
The slashes will be fine. Most likely you have exceeded windows' max file length working in a highly nested directory.
Hi @JenLSheffield - apologies for the delay. I think that you have hit a bug we fixed in https://github.com/mrc-ide/odin/pull/306 which was merged into 1.5.9 I'm afraid that the installation instructions...
I have no objections to supporting `prod()` by extension of `sum()`, and you are right that this is not easily supported at present. When I saw the title I thought...
This is now supported in odin2 (which will become odin in due course): https://github.com/mrc-ide/odin2/pull/72
Anyone following this _ooold_ thread; I have started work on indexing rds [here](https://github.com/richfitz/unpack)
My motivation for this is actually another memory mapping thing - [thor](https://github.com/richfitz/thor) which is a memory-mapped key value store 😀
:+1: seems like a good idea, possibly also linking with #6 as (a) what is a manuscript if not an artefact of research? and (b) how do you store outputs...
If it's not done, then porting [boost spirit](http://www.boost.org/doc/libs/1_57_0/libs/spirit/doc/html/spirit/abstracts/parsing_expression_grammar.html) with Rcpp is one option that could be fun.
I guess then the decision would be: build off the boost one and provide nice interfaces for people to add their own grammars (in the approach of some of the...