Programming the SIMPL Way - Second Edition
Download or Read eBook Programming the SIMPL Way - Second Edition PDF written by John Collins and published by Lulu.com. This book was released on 2010-05-31 with total page 414 pages. Available in PDF, EPUB and Kindle.
Author | : John Collins |
Publisher | : Lulu.com |
Total Pages | : 414 |
Release | : 2010-05-31 |
ISBN-10 | : 9780557471317 |
ISBN-13 | : 0557471311 |
Rating | : 4/5 (17 Downloads) |
Book Synopsis Programming the SIMPL Way - Second Edition by : John Collins
Book excerpt: At its most fundamental, SIMPL is a set of library functions which allow the passing of encapsulated messages between cooperating processes. These processes may be local to one host computer or spread over a network.On another level, SIMPL is an active open source project which began over a decade ago. Over the years this project has accumulated an extensive body of sample code and extensions. Currently SIMPL libraries are supported for C/C++, Python, JAVA and Tcl programming languages. A sample Sudoku puzzle solver project illustrates all these in a single application.