-
Something like the [F template in my answer here](http://stackoverflow.com/questions/23630538/implementing-apply-function-in-rcpp)
```
template
class F {
public:
F( SEXP f_) : f(f_){}
inline T…
-
in order to make forward and backward slurp-sexp work in the terminal, the starter-kit is using `M-(` which is, by default, a binding used by paredit. I normally don't' mind the added bindings that s…
-
- [ ] Abella should output XML or sexps or something that doesn't require guesswork
- [ ] Need to remove the dependency on OMake.
- [ ] Consider rewriting the web-page generation code in OCaml
-
I notice that when exporting a C function with the `sexp_define_foreign[_opt]` facility, errors generated in that C function don't have a complete stack (meaning that the actual location of the call i…
-
If you have a function definition as follows
``` c
### /* foo.h */
#ifndef FOO_H
float *foo( int *result );
#endif
and
### /* foo.c */
#include "foo.h"
float *foo( int *res )
{
…
-
A project that contains only the Renjin sample works as advertised.
Until module-info.java is added, enabling modular java package management.
Then the ScriptEngine trips an exception.
I am doi…
-
`has-docked-delay` and `has-undocked-delay`'s third parameter controls how many times the ships in question need to have (un)docked. When this parameter is satisfied with an SEXP variable (or, probabl…
-
The ABNF in this document has three instances that define the `sexp` node (for "basic", "canonical", and "advanced" forms).
These re-definitions each repeat some sub-nodes (e.g. `raw` and `decimal`…
-
Csexp.t and Sexplib.Type.t are two identical but incompatible datatype definitions. This is inconvenient (see for example https://gitlab.inria.fr/bmontagu/sexp_decode/-/issues/1). Would it be possible…
-
Currently if you hit `M-s` in the middle of the code below it transforms from
```
test(foo,bar) => testfoo,bar
```
Given that parentheses are optional in ruby I would expect the default transformati…