Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/summertime/posix-implementations

Implementations of POSIX utilities in various languages
https://github.com/summertime/posix-implementations

hacktoberfest language nim posix zig

Last synced: 3 days ago
JSON representation

Implementations of POSIX utilities in various languages

Awesome Lists containing this project

README

        

# 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](http://pubs.opengroup.org/onlinepubs/9699919799.2018edition/)

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!)