A Search for BASH Scripting Alternatives

A SEARCH FOR BASH Scripting Alternatives TOC 1. Introduction 2. Not Meeting Criterias 3. Shells and Shell Languages 4. Scheme Languages 5. Scripting Languages 6. Finalists 7. Conclusion 8. Appendix Readers note: this blog post did not convert entirely correct to WordPress. Consider reading original edition at: https://github.com/monzool/A-Search-for-BASH-Scripting-Alternatives 1. Introduction Read more…

Why Lambda?

I HAVE BEEN reading up on Python programming lately (more on that in a later post). I’ve now been introduced to anonymous functions. In Python, anonymous functions are available using the lambda keyword. Anonymous functions are great, but I think the Lua syntax for anonymous functions is superior to the Read more…