eo icon indicating copy to clipboard operation
eo copied to clipboard

EOLANG, an Experimental Pure Object-Oriented Programming Language Based on 𝜑-calculus

Results 265 eo issues
Sort by recently updated
recently updated
newest added

I have a simple program: ``` [] > app QQ.io.stdout > @ QQ.txt.sprintf "result is %d\n" -1.times 228 ``` I covert it to `xmir` using `Syntax.java`, and I get: ```...

bug

Right now `Footprint` only cares about the hash of Objectionary. I think we should add one more parameter to it: version of EO maven plugin. Different versions may produce different...

enhancement

Let's add a new goal to our Maven plugin: `clean`. It should simply delete the directory `target/eo` (which is configurable through Maven property) and report about it in the log.

enhancement

The puzzle `1110-7e313f8a` from #1110 has to be resolved: https://github.com/objectionary/eo/blob/1966067e38151610d43df1060700d59b468ae19a/eo-parser/src/main/resources/org/eolang/parser/xmir-to-eo.xsl#L34-L36 The puzzle was created by @andreoss on 29-Aug-22. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

The puzzle `1107-eeae8c2b` from #1107 has to be resolved: https://github.com/objectionary/eo/blob/e21f9fc226cbd44e182275dfe83ddc44af9768f2/eo-maven-plugin/src/test/java/org/eolang/maven/SnippetTest.java#L69-L71 The puzzle was created by rultor on 29-Aug-22. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

Let's make it parse in parallel threads. Total number of threads should be configured via `maxThreads` parameter.

enhancement

Similar to #1062 Let's keep resulting XMIR files produced by `OptimizeMojo` in `~/.eo/optimized` directory

enhancement

`CheckXSL` transfered to `eo`/`eo-test` module #1008

Let's create a new `LatexMojo`, which will take `.xmir` files from `target/eo/03-optimize` and generate `.tex` files for each of them in `target/eo/latex`. Each `.tex` file should be a standalone compilable...

enhancement