内容简介:Today, theThe PBUI Project is an implementation of a subset ofThe PBUI Project has implementations of:
PBUI-PROJECT
| Code | Contributors | Contribute | Blog | IRC |
PBUI Project Launch!
Today, the PBUI Project is officially launching. You may have seen or heard of our project before, so we thank you for your continued interest. If this is the first time hearing of the PBUI Project, let me explain what it is.
The PBUI Project is an implementation of a subset of GNU Coreutils in the up and coming programming language Zig . We've had our ups and downs with the language, but overall we really like it and will continue to follow its development.
The PBUI Project has implementations of:
- basename
- cat
- dirname
- du
- false
- head
- ls
- mkdir
- rm
- sleep
- tail
- true
- uniq
- wc
- zigsay
- A dynamic command line argument parser
Each of these applets can (theoretically) be symlinked to your existing command line and tools and be used in a fashion that mimics Coreutils. However, this software is still in development and not all features of all commands are implemented, however "normal" functionality should work. More on that further down in this blog post.
If you are interested in contributing to the PBUI Project in any capacity (documentation, code, etc.) please feel free to make an issue on our GitHub . We have lots of open issues and are interested in working with anyone who is willing to lend a hand!
Our code can also be found on GitHub page
In Recent Zig News...
We are very, very excited to see the release of Zig 0.6.0! We've made sure that all our tools were updated to support the new release. Zig 0.6.0 adds a ton of new functionality to the language and we look forward to the future of the language! Read more on the Ziglang blogpost about it .
The PBUI Project has also made an effort to update the Homebrew version of Zig so macOS users can get the latest update!
More...
If you're interested in installing the PBUI-Project, it's as simple as installing Zig
on your machine and then running zig build
in the root directory of the repository. Below is a video demonstrating how to build and use the PBUI Project!
Note: word of warning about installing Zig from your package manager: since Zig is still early in development, things are changing a lot and you cannot always rely on your package manager to get you the latest updates. It's much easier to just download the pre-compiled binaries and run those!
Here's a quick little video getting you up and running with the PBUI Project
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C#图解教程
索利斯 (Daniel M.Solis) / 姚琪琳、苏林、朱晔 / 人民邮电出版社 / 2013-7-1 / CNY 89.00
本书是广受赞誉的C# 图解教程的最新版本。作者在本书中创造了一种全新的可视化叙述方式,以图文并茂的形式、朴实简洁的文字,并辅以大量表格和代码示例,全面、直观地阐述了C# 语言的各种特性。新版本除了精心修订旧版内容外,还全面涵盖了C# 5.0 的新增特性,比如异步编程、调用者信息、case 表达式、带参数的泛型构造函数、支持null 类型运算等。通过本书,读者能够快速、深入理解C#,为自己的编程生涯......一起来看看 《C#图解教程》 这本书的介绍吧!