VisLab

Information Wants to be Seen

Visualization Research and Education from Dr. T.J.

Title: Python is not Java
Category: Tools/Python
Posted by:
Previous: WGSI Tutorial
Next: InfoVis Evaluation Papers

Joe Gregorio, who does a column on using Python for REST applications wrote a brief discussion of how Python and Java differ. He makes some good points, but confuses first class functions (C has non-member functions and they are not exactly first class, that requires passing semantics and being able to create them on the fly, both of which Python has), closures (Python almost has true closures, but not quite), and continuations (python has generators and soon co-routines which do some of the continuation work, but not all).

Login Information
Username:
Password:

© T.J. Jankun-Kelly. The views and opinions expressed in this page are strictly those of the page author. The contents of this page have not been reviewed or approved by Mississippi State University.