programming-languages

Is there programming language which can tolerate runtime errors?

Is there a programming language which can consume the following input: m = 1; n = 2/0; print(n); print(m); and successfully print "1" on the screen? Maturity of that language and quality of implementation doesn't matter much. EDIT: Don't take question explanation literally. I'm not interested in division by 0. I try to find a langua...

Learning By sample code? And general Programming worries

Ill try not to make this a subjective question, but Im wondering if anyone else ran into this problem or had this feeling, because it's something I can't help to shake. Im going on my last semester of college for my B.S. in CS (comp sci) but I feel like.....the last 2 semesters of college has been mostly "ideas" rather than actual codin...