Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 516 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 516 Bytes

Posix Implementations

This repo is meant to serve as a comparison of various languages in doing relatively simple real-world tasks, by implementing in each language, the "POSIX" standard utilities

The goal is to have a modern maintained implementation of each utility, for each popular programming language (if practical!)

Languages

  • Nim : ./nimix
  • Zig : ./pozig
  • Raku Perl 6 : ./rakix
  • Your favorite language! (we welcome contributions!)