Lev Bagryansky

Results 22 issues of Lev Bagryansky

@Graur, There were changed list.map, list.reduce, list.mapi, list.reduced to list.mapped, list.reduced, list.mappedi, list.reducedi. So we need to update it in this repository

let's add a new attribute to list that create a new list witn length and elements by arguments. Smth like that: `[length elem]` > list-by-len @yegor256 @EugeneDar

I have a task to reimplement regex.match on eolang. As I see, the main part of the task is to determine if one string belongs to the regex. I find...

Relates to #2716 This pr makes `tuple.at` faster. Testing time decreased by 2 times on my laptop. Such test became more than 10 times faster: ``` #Test [] > just-long-test...

The code below does can not be compiled because of `set-locators.xsl`: ``` # Test [] > experements .say > @ # An abstract object with "say" method. [] TRUE >...

Right now, all we have to modify `xmir` is `xsl` and java tools for working with `xml`. In my opinion, this is not the most convenient and appropriate way to...

enhancement
help wanted
question
good first issue

For example, `QQ.seq` will be ``` base=".seq" .. base=".eolang" .. base=".org" .. .. ``` but `seq` will be `base="org.eolang.seq"`. We need to make it more definite.

bug

Formally, the eo compiler can be started simultaneously from some directories. That is, there will be several of eo compiling processes that do not know about each other. However they...

Now they are named like `"native0"`, `"native1"` and so on.

Closes #3139 --- ## PR-Codex overview This PR enhances the Rust integration in the Maven plugin by updating file paths, adding a Rust function, and improving naming conventions. ### Detailed...