back to the devlog
PrototypeSoftware2025

Custom Terminal

A custom terminal emulator built from the ground up in Go — exploring systems programming, process management, and shell mechanics.

focus

Learning Go and low-level systems concepts by building a functional terminal from scratch.

milestones

  1. 01

    Implemented command parsing with argument handling

  2. 02

    Built process spawning and I/O stream management in Go

  3. 03

    Explored Go concurrency patterns for background processes