top of page
A Modern Shell

Marcel is a shell. The main idea is to rely on piping as the primary means of composition, as with any Unix or Linux shell. However, instead of passing strings from one command to the next, marcel passes Python values: builtin types such as lists, tuples, strings, and numbers; but also objects representing files and processes.

​

Screenshot from 2020-06-13 21-10-41.png

To explore marcel, read this tutorial.

Home: Our App
bottom of page