Well, that’s it.
Parallel Systems homework, due Tues, 3:30pm
Study a bit for ‘Socratic Hour’, Wed, 1:00pm
Read ‘Life Itself’ and some other stuff for honors conversion, due Wed, 3:00pm
Write a basic isometric view in java (proof of concept), due Wed, 4:00pm
Study for Programming languages exam, Thurs, 12:30pm
Do a draft of UM paper with the changes suggested by [...]
Filed under Uncategorized. |
“47% of all statistics are made up on the spot.” -not me
Filed under Uncategorized. |
So I’m taking Programming Languages, one of the most advanced computer science courses at UConn. Theory of Computation gave it a run for its money, but it’s up there, no doubt. And the subject we are studying is the lambda calculus, invented in the 1930s by Alonzo Church who, I might add, had [...]
Filed under Uncategorized. |
“What is this “day of rest” shit? What is this bullshit, man? I don’t fucking care! It don’t matter to Jesus! But you’re not fooling me! You might fool the fucks in the league office, but you don’t fool Jesus! It’s bush league psych-out stuff! Laughable, man! I would’ve fucked you in the ass Saturday, [...]
Filed under Uncategorized. |
Parallel Systems homework, due Tues, 3:30pm
Study a bit for ‘Socratic Hour’, Wed, 1:00pm
Read ‘Life Itself’ and some other stuff for honors conversion, due Wed, 3:00pm
Write a basic isometric view in java (proof of concept), due Wed, 4:00pm
Study for Programming languages exam, Thurs, 12:30pm
Do a draft of UM paper with the changes suggested by the reviewers, [...]
Filed under Uncategorized. |
Parallel Systems homework, due Tues, 3:30pm
Study a bit for ‘Socratic Hour’, Wed, 1:00pm
Read ‘Life Itself’ and some other stuff for honors conversion, due Wed, 3:00pm
Write a basic isometric view in java (proof of concept), due Wed, 4:00pm
Study for Programming languages exam, Thurs, 12:30pm
Did a sort of shoddy job on that, but it’s done. Blah.
Filed under Uncategorized. |
Overall, the fact that I finished that Programming Languages assignment so late was a bad thing. Yesterday I went in to the professor to ask him some questions about the assignment, and he told me that he had already put the solutions on the web site, which is a bad thing indeed. Of [...]
Filed under Uncategorized. |
I just finished the homework assignment I’ve been bitching about. Here’s the final bit I just wrote:
datatype ”a Set = Empty
| Node of ”a * ”a Set
fun foldsetl F = fn base => fn Empty => base
[...]
Filed under Uncategorized. |
My god, I’ve completed a version of my Programming Languages assignment that actually compiles with something close to the correct signature. Much left to do, and it’s already three and a half days late, but I’m feeling pretty good.
Filed under Uncategorized. |