Microsoft Ships Python Code... in 1996(python-history.blogspot.com)
python-history.blogspot.com
Microsoft Ships Python Code... in 1996
http://python-history.blogspot.com/2009/01/microsoft-ships-python-code-in-1996.html
2 comments
Interesting story for sure, but I don't see anything wrong with it on several levels (seems implied, but I may be wrong).
1) It was an acquisition. Didn't Google also have C# when they acquired Writely? Don't think it was advertised much either.
2) Python is a language. Eventually that get's compiled down to probably native C instructions at that time, right? Probably not like it was an open-source module distributed in violation of a license?
What I like though was how the author and Microsoft did to "get it shipped."
1) It was an acquisition. Didn't Google also have C# when they acquired Writely? Don't think it was advertised much either.
2) Python is a language. Eventually that get's compiled down to probably native C instructions at that time, right? Probably not like it was an open-source module distributed in violation of a license?
What I like though was how the author and Microsoft did to "get it shipped."
I don't think the article was implying there was anything wrong with it. Just a curious tidbit that one of the first big companies to use production code in Python was Microsoft.
Also, programs written in Python are not subject to Python's licensing terms so there's no violation there. That would only happen if they modified the interpreter itself.
Also, programs written in Python are not subject to Python's licensing terms so there's no violation there. That would only happen if they modified the interpreter itself.
*.pyc generally implies that the interpreter was still in place, rather than generating a native executable file.
I think the point was that this was in 1996, long before Python entered mainstream use.
Sounds like it was a direct competitor to Viaweb.