For the final exam, I’ve added a matrix API. The students are supposed to have implemented this, but we know that haven’t, so this way they can either use their version or mine.
Matrix API (Edit: The most up to date Matrix API can be found here):
For the final exam, I’ve added a matrix API. The students are supposed to have implemented this, but we know that haven’t, so this way they can either use their version or mine.
Matrix API (Edit: The most up to date Matrix API can be found here):
Previously character literals (of the form #\a
, #\space
, etc) were messing with automatic indentation and bracket matching (mostly, if you tried to do #\(
or #\)
), but now it’s fixed.
Update to version 1.340.13 if this has been a problem.
I’ve been putting off a new release for a while while I collect a number of minor bug fixes and enhancements, but I think it’s about time to actually release them. 1.327.1 is the new build.
A small list of bug fixes first:
draw-tree
to use ovals instead of rectangles to match the old version?
/
For a while now, we’ve been using Java Webstart to keep local copies of Wombat updated but I’ve been having issues keeping everything up to date. It doesn’t seem that I’m the only one either. So I’ve started writing my own update system, using a simple version file on the servers on campus that will automatically be fetched to verify that all of the files are up to date.
I’ve added a bunch of new procedures today, mostly to improve compatibility with Chez Scheme and the like. All together, I’ve added these functions:
cpu-time
- get a timestamp to use in timing function runtimeJust a few bug fixes this time: