rc VS marcel

Compare rc vs marcel and see what are their differences.

rc

rc shell -- independent re-implementation for Unix of the Plan 9 shell (from circa 1992) (by rakitzis)
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
rc marcel
3 13
243 333
- -
5.4 9.3
about 1 month ago 7 days ago
C Python
GNU General Public License v3.0 or later GNU General Public License v3.0 only
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.

rc

Posts with mentions or reviews of rc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-14.
  • Xonsh: Python-powered, cross-platform, Unix-gazing shell
    12 projects | news.ycombinator.com | 14 Feb 2024
  • Alternative Shells
    7 projects | news.ycombinator.com | 12 Feb 2021
    rc shell is still maintained for Plan9 (in both 9legacy and 9front) and for UNIX in plan9port. I have used it has my daily shell for almost a decade now. There are also native UNIX ports available, usually based on https://github.com/rakitzis/rc.

    I enjoy the simple syntax and I wouldn't call it dormant by any means. It kept simple on purpose and doesn't require many changes.

  • A Shell Language in Lisp
    3 projects | news.ycombinator.com | 28 Jan 2021
    Byron's rc. https://github.com/rakitzis/rc

    Sane quoting eliminates and a lack of recursive expansion make ssh a breeze.

    Pattern matching, backquote status, and pipe status simplification are all incredibly easy to get right.

    C-like syntax for blocks means nested hierarchies are easy to understand and to write correctly.

    Simple small binary, doesn't require readline and can be built for almost every architecture and OS.

marcel

Posts with mentions or reviews of marcel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-14.
  • Generating graphs from the marcel command line
    1 project | news.ycombinator.com | 8 Mar 2024
    Marcel is one of the pipe-objects-instead-of-strings shells (https://marceltheshell.org).

    Here's a blog post showing how to use marcel to generate graphs directly from the command line.

    https://www.marceltheshell.org/post/generating-graphs-from-t...

  • Xonsh: Python-powered, cross-platform, Unix-gazing shell
    12 projects | news.ycombinator.com | 14 Feb 2024
    Check out marcel (https://marceltheshell.org). It's yet another pipe-objects-instead-of-strings shell (like nushell). Unlike nushell, you pipe Python values. Marcel has no sublanguages (like awk, sed, ...). Instead, when logic is needed, you write Python code, delimited by parens. So:

        (USER)
  • Marcel the Shell
    8 projects | news.ycombinator.com | 23 Oct 2023
    It is a useful correction. This project predates the release of the movie: https://github.com/geophile/marcel/commit/bb6adacbb6b3a683ce...
  • Object SHell
    4 projects | news.ycombinator.com | 23 Oct 2023
    Check out marcel: https://marceltheshell.org, and https://github.com/geophile/marcel. Both marcel and nushell start with the idea of piping structured data instead of strings, which is incredibly powerful. (This also applies to osh. I am the author of osh and marcel.)

    Marcel (and osh) rely on Python types and language where typical shells have sublanguages. So instead of awk or find and their sublanguages, you just use Python. Instead of piping strings, you pipe streams of Python values.

    Marcel lets you use Python on the commmand line. It also has an API which allows you to use shell-like commands inside of Python programs.

  • Shshsh is a bridge connects Python and shell
    6 projects | news.ycombinator.com | 23 Sep 2023
    I wrote a shell, marcel, that pipes Python values instead of strings: https://marceltheshell.org.

    It also does the inverse, allowing you to run marcel commands from Python, e.g. https://www.marceltheshell.org/scripting-1

  • The Case for Nushell
    7 projects | news.ycombinator.com | 30 Aug 2023
    Check out my entry, marcel: https://marceltheshell.org.

    E.g., find the newest vlc instance and kill it (a command that an acquaintance needs frequently, for some reason):

        ps | select (p: p.name == 'vlc') | sort (p: p.create_time) | tail 1 | (p: p.signal(9))
  • The Awk Programming Language, Second Edition
    18 projects | news.ycombinator.com | 29 Jun 2023

What are some alternatives?

When comparing rc and marcel you can also consider the following projects:

lispe - An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell.

awk-vm - A virtual machine and assembler written in AWK.

babashka - Native, fast starting Clojure interpreter for scripting

asm - scriptable runtime-writable livecd / hardware wrangler

murex - A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)

busybox-w32 - WIN32 native port of BusyBox.

iterable-subprocess - Python context manager to communicate with a subprocess using iterables: for when data is too big to fit in memory and has to be streamed

ioccc-obfuscated-c-contest - IOCCC International Obfuscated C code contest entries

carbon - :black_heart: Create and share beautiful images of your source code

osh - Osh (Object SHell) is a command-line and API toolkit combining cluster access, database access, and data slicing and dicing. Sort of like awk and cssh morsels wrapped up in a Python crust.

pyp - Easily run Python at the shell! Magical, but never mysterious.

sparklines - Text-based sparklines for the command line mimicking those of Edward Tufte.