relpipe-data/classic-example.xml
branchv_0
changeset 329 5bc2bb8b7946
parent 318 137f63652fa2
equal deleted inserted replaced
328:cc60c8dd7924 329:5bc2bb8b7946
    59 			And we do it well without being distracted by any low-level issues.
    59 			And we do it well without being distracted by any low-level issues.
    60 		</p>
    60 		</p>
    61 		
    61 		
    62 		<p>
    62 		<p>
    63 			Each program used in the pipeline can be written in different programming language and they will work together.
    63 			Each program used in the pipeline can be written in different programming language and they will work together.
    64 			Tools written in C, C++, Java, Lisp, Perl, Python, Rust or any other language can be combined together.
    64 			Tools written in C, C++, D, Java, Lisp, Perl, Python, Rust or any other language can be combined together.
    65 			Thus optimal language can be used for each task.
    65 			Thus optimal language can be used for each task.
    66 		</p>
    66 		</p>
    67 		
    67 		
    68 		<p>
    68 		<p>
    69 			The pipeline is reusable which is a big advantage compared to ad-hoc operations done in CLI or GUI tools.
    69 			The pipeline is reusable which is a big advantage compared to ad-hoc operations done in CLI or GUI tools.