sh2 logo

Articles

Deep dives into the design, features, and philosophy of sh2.


Source Code & Repository

👉 https://github.com/siu-mak/sh2lang


Introduction

Why sh2 exists and how it compares to other tools.

Features

Detailed guides for specific language capabilities.

Case Studies

Real-world examples and post-mortems.

Suggested Reading Routes

New to Shell Scripting

  1. Start with Tutorials: Getting Started.
  2. Read The Mental Model.
  3. Explore Error Handling.

Bash Power User

  1. Check Diff: sh2 vs Bash.
  2. Read Where Bash Still Wins.
  3. Deep dive into No Implicit Expansion.
  4. See The Hidden Tax of Reviewing Bash.

Script Maintainer / Reviewer

  1. Review The Hidden Tax of Reviewing Bash.
  2. Learn about Error Handling and Logging.
  3. See CI & Automation (Tutorial).