Quote:
Originally Posted by Robototes2412
Have any teams tried to code the FRC robot in jython?
I was thinking about trying this to help explain coding to the new programmers, but I don't know if it works. Has anyone tried it?
|
I would be interested in hearing about this as well. It sounds like it could work - supposedly jython compiles directly to Java bytecode, and a JVM won't be able to tell the difference. But I wonder if our use of Java ME and CLDC affects that.
Not that I'd use it, personally; I don't see how Python makes "explaining coding" to new programmers easier than any other language, contrary to popular opinion.