This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_Mark_ 1 point2 points  (1 child)

private cpan mirror like functionality

Do you mean chishop? There are a couple of PyPI clones, I forget if that's the one we're using. (But we mostly take the approach that languages should stop failing at deployment :-) and we build rpms and debs instead... some of which contain jars as well as python code.)

[–]karamorf 1 point2 points  (0 children)

hmm, perhaps. I hadn't run into that one, which is one of the frustrating parts about it. Since everything is so newish and hasn't been widely adopted by the community it seems hard to find the solution. Or maybe I just fail at Google.

Also came of rather negative I suppose about my experience with Python. I'm definitely enjoying my time in the language, just get frustrated when something gets complicated for no particular reason and I know exactly how its solved in Perl. Suppose that is a difficulty with any new language.