Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/summertime/posix-implementations
- Owner: Summertime
- License: unlicense
- Created: 2018-11-05T01:48:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T14:08:21.000Z (over 6 years ago)
- Last Synced: 2025-02-15T19:56:50.637Z (5 days ago)
- Topics: hacktoberfest, language, nim, posix, zig
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!)