leecannon / zig-coreutils

A single executable implementation of various coreutils.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It'd be benefitial if you transpiled the tools from Toybox, Ubase+Sbase and refactored the code afterwards.

xplshn opened this issue · comments

That's it, have you looked into transpiling C to Zig? It could alleviate the process of porting by hand, also, give the GNU coreutils are stupidly big and non-POSIX, why are you doing the colossal effort? Isn't it better to port smaller alternatives like ubase+sbase from suckless.org ?