nip/docs/learning-nim.md

313 B

Learning Nim for NexusOS

Session 1: osproc and Types (17 July 2025)

  • Learned osproc.execCmd for running external commands.
  • Explored object, enum, seq for package data.
  • Created osproc_example.nim and types_example.nim.
  • Key takeaway: Nim can control system tools and structure data cleanly.