-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move tutorial to separate repository: https://github.com/Gohla/pibs.
- Loading branch information
Showing
200 changed files
with
17 additions
and
25,513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# PIE & Build your own Programmatic Incremental Build System | ||
# PIE: a Programmatic Incremental Build System in Rust | ||
|
||
Rust implementation of [PIE](https://github.com/metaborg/pie), a programmatic incremental build system, along with a tutorial explaining how to implement it, so you can understand and build your own programmatic incremental build system. | ||
Live hosted version of the tutorial at: <https://gohla.github.io/pie/> | ||
PIE is a Programmatic Incremental Build System, a hybrid incremental build system and incremental computation system. | ||
With PIE, you _program_ your build scripts in Rust against the PIE API. | ||
Then, PIE will correctly and incrementally execute your build script! | ||
|
||
PIE is currently under development and has not been published to crates.io yet, but it has decent test coverage and is ready for experimental use. | ||
A better README explaining the library is in the works. | ||
|
||
If you want to learn more about Programmatic Incremental Build Systems, check out this programming tutorial: <https://gohla.github.io/pibs>. | ||
It explains the concepts behind Programmatic Incremental Build Systems through implementation and experimentation. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.