After some quick hacking, I have managed to extract some of the things in my .bashrc I find useful to make a library.
Maybe the most interesting part is prompt.sh. It displays the return code of the last command along with an error message. The error message comes from a look-up table using the last command run and the return code.
Please let me know what you want to see in such an utility library.
https://github.com/ertug/bash-utils
I am considering to use Jython [1] for a large-scale web site together with Django. I have built a prototype and it seems pretty applicable. Also, the recent release (Jython 2.5.2 [2]) seems promising.
I am wondering how it will behave in a large-scale deployment and also the future of the project.
Is there any major companies you know using Jython?
In short, what do you think about Jython?
[1] http://www.jython.org/
[2] http://news.ycombinator.com/item?id=2300881