Lev Bagryansky
Lev Bagryansky
@yegor256 please assign me
@yegor256 are eo objects supposed to be used inside `rust` object via `universe`? So we need to create `universe` on rust at some stage.
@Graur it seems I can't do it yet, since array is a data object. I get these errors: ``` [INFO] Generated 2 .java file(s) from ./target/eo-test/06-transpile/org/eolang/as-phi-tests.xmir to ./target/generated-test-sources [ERROR] [org.eolang.array-tests:188]...
@andreoss is it ok I cannot implement this `@todo` within only eo-files? So must I change `array` from Data object to ordinary? ``` [INFO] Generated 2 .java file(s) from ./target/eo-test/06-transpile/org/eolang/as-phi-tests.xmir...
@Graur I don't mind
@yegor256 This will make it easier to use. May be if list is the specal object in order to make work with arrays easier we can add this enough popular...
I suppose it happens because when eo dataize `sprintf`, it starts from the last attributes. In common, possibly, it dataize using recursion, that is why it starts from the end....
@mximp so I need to imrove README.md in eo/eo-parser? How can I understand what is going on there?
@mximp maybe it would be better to leave a link to the [post](https://www.yegor256.com/2021/10/21/objectionary.html#place-) to avoid repeating?