jpeek VS eo

Compare jpeek vs eo and see what are their differences.

jpeek

Hosted and command-line calculator of cohesion metrics for Java code (by cqfn)

eo

EOLANG, an Experimental Pure Object-Oriented Programming Language Based on 𝜑-calculus (by objectionary)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
jpeek eo
1 4
200 907
0.0% 3.7%
8.2 9.9
10 days ago 1 day ago
Java Java
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jpeek

Posts with mentions or reviews of jpeek. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-25.
  • Is it possible to measure spaghettiness of code?
    4 projects | /r/AskProgramming | 25 Nov 2021
    This is the definition of cohesion and there are many great tools to calculate cohesion metrics (depending on the programming language e.g Java). Cohesion metrics belong to a bigger set of metrics called OOP metrics (or ck metrics). Check out the following links: https://github.com/mauricioaniche/ck https://github.com/cqfn/jpeek https://github.com/rodhilton/jasome https://github.com/pmd/pmd

eo

Posts with mentions or reviews of eo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-05.
  • The Code and Its Tests in Different Pull Requests
    1 project | /r/programming | 11 Aug 2022
    Looking at the commit history of eo, I'm not certain that PR size, or testing methodology for that matter, should be the #1 concern of Yegor's team.
  • EO - object-oriented programming language based on 𝜑-calculus
    1 project | /r/ProgrammingLanguages | 19 Jun 2022
  • Eolang, an Experimental Object-Oriented Programming Language Based on 𝜑-Calculus
    2 projects | news.ycombinator.com | 5 Sep 2021
    They do have a paper in the repo: https://github.com/cqfn/eo/tree/master/paper

    According to it, "𝜑-calculus" is something they made up for the eolang and not a standard term.

    Here is my take on that calculus based on reading through section 3 in the paper. Note the paper is pretty weird and likes to make its own notation, so it is possible I got some things wrong:

    It is starts with a pretty standard immutable language: "object" is a set of (name, value) pairs; "value" is either object or "data" (like a string, bool etc...); everything is immutable but you can make a copy an object with some attributes changed. There are no concept of "types" -- instead, you define objects with some fields set to NULL (spelled ∅ in the paper). There are also a bunch of term defined, like "abstraction", "application", etc.. -- but they all mean "make a copy of an object with some fields changed".

    The "twist" is that the language has no functions per se, instead it defines AST-like structure: there is a syntactic sugar that handles things that look like function applications. So when you see:

         stdout "Hello world"

What are some alternatives?

When comparing jpeek and eo you can also consider the following projects:

bytecode-viewer - A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

AnySoftKeyboard - Android (f/w 2.1+) on screen keyboard for multiple languages.

PMD - An extensible multilanguage static code analyzer.

golo-lang - Golo - a lightweight dynamic language for the JVM.

SonarJava - :coffee: SonarSource Static Analyzer for Java Code Quality and Security

awesome-wasm-langs - 😎 A curated list of languages that compile directly to or have their VMs in WebAssembly

ck - Code metrics for Java code by means of static analysis

jcabi-github - Java Object-Oriented Wrapper of GitHub API, with a fake implementation of the entire GitHub API (for your tests)

jasome - JaSoMe (Java Source Metrics) - Object Oriented Metrics analyzer for Java code

edina - Edina - A simple stack-oriented compiled programming language.