Berkeley CSUA MOTD:Entry 21140
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/12/25 [General] UID:1000 Activity:popular
12/25   

2001/4/29-30 [Computer/SW/Languages/Python] UID:21140 Activity:high
4/29    does anybody know which text wilensky uses in 188?
        does everyone just use the norvig book?  thanks.
        \_ everyone uses russell&norvig
           \_ Russell and Norvig is the standard.  AI textbook.
2024/12/25 [General] UID:1000 Activity:popular
12/25   

You may also be interested in these entries...
2005/6/21-23 [Computer/SW/Languages/Perl] UID:38230 Activity:high
6/21    My math and/or perl fu is weak. Is there a way to get integer
        multiplication in Perl the way it's done in C? i.e. limiting
        to 32 bits. Like 1588635697 * 1117695901 = 1166976269 in C.
        \_ Can't you just multiply and then mask all but the last 32 bits?
           \_ I don't think so; that's not the same as mult overflow.
              > perl -e 'print (1588635697 * 1117695901)'
	...
2004/4/16-17 [Computer/SW/Languages/Functional] UID:13234 Activity:high
4/16    So, here's a question.  I'm learning Python, and it seems to me that it
        includes a lot of the power of Scheme or Lips, with out the wierdness.
        Would Python make a better introduction to CS language than Scheme?
        \_ Dunno, why don't you just ask Ping, he taught a 61A style course
           in python at Cal.  He claims it was good.  I still haven't yet
           found a good dollar Return on Investment for the time I spent
	...
2004/3/15-16 [Computer/SW/Languages/Java] UID:12687 Activity:nil
3/15    ***YAWN*** can someone please post an interesting/mind boggling
        c/java trivia? Like if "I have class A {int x; } class B extends {...}
        what is the expected behaviour?" Something short but interesting
        for discussion.
        \_ Implement the factorial function without iteration or named
           functions (using lambdas is ok).  Dave, you aren't allowed to
	...
2004/3/11-12 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Languages/Misc] UID:12613 Activity:moderate
3/10    Teach yourself programming in 10 years:
        http://norvig.com/21-days.html
        \_ "Learn at least a half dozen programming languages"
           Why? What is the point of knowing a bunch of languages
           when the only language that is of any real use is C?
           \_ Assuming this is not a troll I'll just throw in that I know
	...