aretext VS Squircle-CE

Compare aretext vs Squircle-CE and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
aretext Squircle-CE
3 5
240 1,335
0.4% -
8.3 7.2
about 2 months ago 16 days ago
Go Kotlin
GNU General Public License v3.0 only Apache License 2.0
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.

aretext

Posts with mentions or reviews of aretext. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-22.
  • Incremental Parsing in Go
    3 projects | news.ycombinator.com | 22 Oct 2022
    Look at the current Makefile:

    https://github.com/aretext/aretext/blob/main/Makefile

    Build is literally a `go build ...` and install is `go install`. Adding any other language to the mix would make this a polyglot project and not be "equally easy to set up". The other question is, do both parsers exist? In this write-up they point to tree-sitter as a possibility which is a JS program that produces C code. This would be viable, but here's the author's take:

    > I considered integrating tree-sitter, an incremental parsing library with parsers for many existing languages. However, running JavaScript to generate parsers and linking to a C library would have greatly complicated the build process. Today, aretext can be built on almost any platform using a single go install command. I’ve had users install aretext on ARM laptops, FreeBSD servers, Chromebooks, and Android phones. To maintain portability, I wanted a pure Go implementation.

    So this wasn't some casual decision, but something they at least considered long enough to describe here.

    And the parsing library itself is only around 1200 lines total (comments, blanks, and code). The parsers for each language add a lot more, of course, but should be roughly equivalent given the same library and interface. I imagine that if this project really takes off and performance becomes a real problem they can do the rewrite at that point. Right now, the code works, seems to work fast enough for its author and primary users, and it's trivial to install on any platform supported by Go. So yes, it would have been a premature optimization to complicate the build process, probably reduce the number of supported platforms (or greatly increase the effort to support the same number of platforms), just to have a slightly faster parser.

  • aretext - Minimalist text editor with vim-compatible key bindings.
    1 project | /r/coolgithubprojects | 10 Mar 2022
    1 project | /r/programmingtools | 10 Mar 2022

Squircle-CE

Posts with mentions or reviews of Squircle-CE. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-24.

What are some alternatives?

When comparing aretext and Squircle-CE you can also consider the following projects:

scc - Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go

Android CodeView - Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features

mangadesk - Terminal client for MangaDex 📖

richeditor-android - RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.

ntfy - Send push notifications to your phone or desktop using PUT/POST

Pix-EzViewer - 一个支持免代理直连+多种额外特性功能优化的第三方 Pixiv android 客户端 | A third-party Pixiv Android client with modern design and many other enhancements

tut - TUI for Mastodon with vim inspired keys

kanai - A hackable code editor.

orbiton - Configuration-free text editor and IDE limited to VT100. Suitable for writing git commit messages, editing Markdown, config files, source code, viewing man pages and for quick edit-compile cycles when programming. Has syntax highlighting, jump-to-error, rainbow parentheses, macros, tab completion, cut/paste portals and a simple gdb front-end.

golem-android-reader - An unofficial android application for german tech-site golem.de

TokenAutoComplete - Gmail style MultiAutoCompleteTextView for Android

ReadMoreTextView - A Custom TextView with trim text