Reproducible software pipelines
The make
program is mainly used to build C/C++ programs
A first version was first created in 1976 (!!!) (C was create in 1972)
blah: blah.o
cc blah.o -o blah # Runs third
blah.o: blah.c
cc -c blah.c -o blah.o # Runs second
blah.c:
echo "int main() { return 0; }" > blah.c # Runs first
pyattimo
libraryhttps://is.gd/O3CVLe
joblib
joblib
is a Python library@cache
targets
targets
is an R library_targets.R
file