This blog is shared between Linden and Rachel, who are cousins. The purpose of the blog is to share interesting information, links, and events. We share interests such as Apple Computers, Gaming, SciFi and Fantasy, computers in general, Programming (yay Python), websites and building them, and cool things in general.
Listcomprehensions in Python are awesome. I saw one for the first time, knew exactly what it did, and started using them immediately. Yay for Python! Boo for me not being on top of these things like I should be. (PHP, I shake my fist at you)
Ah, surely you jest. I think the choices in college these days are C++ and Java, choose one. I did do a Lisp interpreter (in C++) for one project, once, but it was quite simple.
I've found that if you want to learn anything outside that, you have to do it on your own. Not that I have a problem with that :)
Did they not teach you LISP or SCheme in college?
ReplyDeleteAh, surely you jest. I think the choices in college these days are C++ and Java, choose one. I did do a Lisp interpreter (in C++) for one project, once, but it was quite simple.
ReplyDeleteI've found that if you want to learn anything outside that, you have to do it on your own. Not that I have a problem with that :)
List comprehension is tasty goodness. Now if I could just get comfortable with Lambda...
ReplyDeleteBruce at the PUG can explain lambda in detail to you. I tend to use it only as a last resort.
ReplyDeleteThis is a page on it from a book that I find to be very clear and well written.