This entry was posted on Monday, May 24th, 2010 at 4:51 pm and is filed under blodgett. You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.
even python way is better though, because things that look like integer are integer, and things that look like float are floaty. in matlab, roughly 147 thousand things get printed like integer, and none behave right. tis vile, and blodgett will be a happy pizza oven the day it never has to set eyes on it again.
i think to avoid annoyances like these in python:
> 1/2
0
How doof :-(. Should upgrade to Scheme!
> (integer? 1)
#t
> (/ 1 2)
1/2
even python way is better though, because things that look like integer are integer, and things that look like float are floaty. in matlab, roughly 147 thousand things get printed like integer, and none behave right. tis vile, and blodgett will be a happy pizza oven the day it never has to set eyes on it again.
also scheme so awsum.