ptext VS kilua

Compare ptext vs kilua and see what are their differences.

ptext

A nano like text editor built with pure C (by proh14)

kilua

A minimal text-editor with lua scripting. (by skx)
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
ptext kilua
1 1
186 158
- -
9.2 10.0
about 1 month ago over 4 years ago
C C++
BSD 2-clause "Simplified" License BSD 2-clause "Simplified" 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.

ptext

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

kilua

Posts with mentions or reviews of kilua. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-25.
  • A nano like text editor built with pure C
    5 projects | news.ycombinator.com | 25 Dec 2023
    Like many I appreciated seeing Antirez's kilo project, and went my own direction with a trivial fork:

    Adding support for an embedded lua scripting language, allowing multiple buffers, and flexible syntax highlighting for different languages, etc.

    For me one of the challenges was getting UTF8 support, since I live in Finland and am exposed to ä, ö, and other characters. It was a fun learning experience, even though I never intended it to become a "real editor" and I continue to use emacs on a daily basis.

    Quickly looking over the (closed) bug reports I see the discussion I had with myself back in 2016 which largely caused me to rewrite the core in C++ so I could take advantage of modern facilities to make UTF8 work more easily:

    https://github.com/skx/kilua/issues/49