User loginNavigation |
archivesTuples, functions, ghost functions and higher order functionsSoftware verification depends on clearly specified functions with well defined properties. Functions can be objects by themselves, i.e. they should be first class values. Tuples can be used to treat functions with zero, one or more arguments and one or more return values uniformly. The article Tuples and functions demonstrate the versatility of tuples. Functions might be computable or not computable. Clearly, in actual computations only computable functions can be used. However on the assertions level (when one reasons about computations) not computable functions are a powerful tool (as long as the functions are well defined). Ghost functions can be defined to fill this gap. Higher order functions (i.e. functions that take functions as arguments and/or return functions as values) are standard in functional programming style. Higher order functions help to reason about software and can structure the assertions needed. The article Ghost functions and higher order functions describes the basic concepts. By hbrandl at 2012-04-30 14:55 | LtU Forum | login or register to post comments | other blogs | 5210 reads
Pythonect 0.2.0 ReleaseHi All, I am pleased to announce the release of Pythonect 0.2.0, available from https://github.com/downloads/ikotler/pythonect/Pythonect-0.2.0.tar.gz This version fixes several bugs and adds a couple of new features. Many thanks to everyone who contributed bug reports and feedback that went into this release! By ikotler at 2012-04-30 19:00 | LtU Forum | login or register to post comments | other blogs | 3721 reads
|
Browse archivesActive forum topics |
Recent comments
36 weeks 2 days ago
36 weeks 2 days ago
36 weeks 2 days ago
1 year 6 weeks ago
1 year 10 weeks ago
1 year 12 weeks ago
1 year 12 weeks ago
1 year 14 weeks ago
1 year 19 weeks ago
1 year 19 weeks ago