Hello, I am a freshman at University of Colorado Boulder, and I have been unsuccessfully hunting internships. Do you have any advise on good places to look? Or ways that I might be able to stand out?
I've been thinking about languages recently, and I'm wondering what the most simple Turing complete language needs. By this I mean flow control (if/else) and recursion or loops (or the beloved Y combinator). What would be a list of these features?
A feature I've known of in python but haven't really taken advantage of in python is the dynamic functions and classes. I feel like there's so much more I can do since I can have an array of classes or functions, and I can dynamically create them, but I just can't quite think of uses. Are you guys aware of any problems that generating classes or functions can solve?