Skip to content

Instantly share code, notes, and snippets.

@michaeledgar
Forked from seydar/gist:4462672
Last active December 10, 2015 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeledgar/4462675 to your computer and use it in GitHub Desktop.
Save michaeledgar/4462675 to your computer and use it in GitHub Desktop.
Chitin is a general-purpose shell. Chitin is not bash, nor ksh, zsh, nor any *sh. Chitin is Ruby. Everything you type is Ruby and everything works in pure Ruby. This makes doing programmatic things in the shell natural and not arcane, without bash's baggage and stagnation. Ever forget bash for-loop syntax? Use .each!
Recent Ruby-themed variations on shells either rely on another existing shell or don't lend themselves to immediate interactive use. Chitin has no dependencies apart from Ruby and any irb user will feel at home with Chitin during day-to-day shell work.
We’ll talk about all the parts involved in loading programs, piping, and the challenges in extracting a bash-like syntax from Ruby — it will be a fun dive into Ruby and Unix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment