View Single Post
  #8   Spotlight this post!  
Unread 01-01-2008, 23:03
hdanak hdanak is offline
Registered User
FRC #2584 (Reseda Regents Robotics)
Team Role: Programmer
 
Join Date: Dec 2007
Rookie Year: 2007
Location: California
Posts: 13
hdanak is an unknown quantity at this point
Re: Programming in Python and Explaination of Programming

I made an error on the previous post, calculating that python would be slower than the frc controller, forgetting that a 40mhz clock allows the FRC controller to run at 10mips (million instructions per second). So it will be faster with python, but not as fast as using C on the coprocessor (which would be an order of magnitude faster).