clp VS xmake

Compare clp vs xmake and see what are their differences.

clp

writes input files to stdout with syntax highlighting (by jpe90)
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
clp xmake
8 163
94 8,819
- 2.6%
4.9 10.0
7 months ago 3 days ago
Lua Lua
MIT License 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.

clp

Posts with mentions or reviews of clp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • Lua: The Little Language That Could
    19 projects | /r/programming | 28 May 2023
    I used luajit to write an alternative to bat because it was annoyingly slow for large files. It ended up being like 15 times faster. Such a cool language!
  • Scintilla is a free source code editing component with a permissive license
    6 projects | news.ycombinator.com | 19 Feb 2023
    There’s a related project that’s really cool called scintillua that lets you use lpeg lexers for scintilla. It supports over 120 languages and it’s super easy to add new ones.

    https://github.com/orbitalquark/scintillua

    You can also use it as a standalone lua library. I packaged it up to make a faster (but much less feature full) alternative to bat.

    https://github.com/jpe90/clp

  • Ask HN: What have you created that deserves a second chance on HN?
    44 projects | news.ycombinator.com | 26 Jan 2023
    a fast alternative to bat for syntax highlighting in the command line (eg for fzf preview window)

    https://github.com/jpe90/clp

  • Building the fastest Lua interpreter automatically
    4 projects | /r/programming | 1 Jan 2023
    It's super fast and has some really interesting libraries. I used parsing expression grammars to write a faster alternative to bat.
  • Tutorial for embedding Lua in C standalone app
    1 project | /r/lua | 3 Oct 2022
  • What are the downsides of using Lua?
    1 project | /r/lua | 5 Aug 2022
    I recently made a project that uses a lua library to lex source files, then writes them out to stdout with syntax highlighting. Long story short at this point in my code I have a big indexed table of token names and positions. I just iterate over the token names and io.write an ANSI escape sequence that corresponds to the color type of token (simple table lookup), and then io.write the tokenized text.
  • A Tutorial on Portable Makefiles
    9 projects | news.ycombinator.com | 1 Aug 2022
    I recently learned more Makefiles by using them for a recent project of mine. I wish I had seen this when I was working on it! I learned (stole) from the musl libc configure script and makefile instead.

    Makefiles aren't as easy to work with as alternatives in other language ecosystems, but I found they let me do a lot without the need for extra dependencies.

    Coincidentally the author of this blog post commented on one of my reddit posts and helped me work out a few kinks in the project.

    https://github.com/jpe90/clp

  • Seeking feedback on command line syntax highlighter
    3 projects | /r/lua | 13 Jul 2022
    Hello! I'm working on a small project that just highlights source files and writes them to stdout: https://github.com/jpe90/clp

xmake

Posts with mentions or reviews of xmake. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-31.

What are some alternatives?

When comparing clp and xmake you can also consider the following projects:

KataScript - A simple scripting language

meson - The Meson Build System

neovim - Vim-fork focused on extensibility and usability

cmake-init - The missing CMake project initializer

tl - The compiler for Teal, a typed dialect of Lua

conan - Conan - The open-source C and C++ package manager

awesome - awesome window manager

imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

lcpp - A Lua C PreProcessor

ninja - a small build system with a focus on speed

lxgui - Portable, real time, modular and data-driven GUI C++ library.

wxWidgets - Cross-Platform C++ GUI Library