- A Concurrent Affair - https://www.concurrentaffair.org -

Graduate Recruiting Day, Associates Interview, and DrJava Stuff

Today is graduate recruiting day at the CS department, so we’re supposed to mingle as much as possible with the prospective graduate students. At one point, I started talking to one prospective student, and suddenly I had seven or eight listening to me. I hope I didn’t ruin it for Rice ;-)

That alone would make for a busy day. I also had my second interview with Sid Richardson College’s Associates Committee. I don’t know if I’ve mentioned it before, but I’m applying to be an associate.

I got renewed licenses for the YourKit profiler [1] and showed Corky how to use it. We’re trying to pinpoint the hot spots in the indenting machinery.

Also, as reported before, I’m working on allowing DrJava to spawn external processes, and let the user insert variables like ${drjava.current.file} into the command lines as placeholders.

I’m trying to compile a list of all the variables I should (initially) include. All the DrJava configuration items and the Java system properties are already available. Here is what I have so far:

Can anyone think of any additional information that might be useful in external commands or scripts? Please post a comment.

As for the configuration of the separator characters and the directory that paths are relative to, I might have to do something like this: ${drjava.all.files;sep=" ";dir="${project.root.dir}"}. That means that the properties are basically functions, and I’ll have to do interpretation (ok… text processing) recursively. I’m not sure I’m happy about that.

In a few minutes we’re leaving for the recruiting dinner. I don’t know how this day went by so fast, but at least it feels like I’m trying to help out. I think I was the only grad student mingling with the prospectives at the 4 o’clock break.

[2] [3]Share [4]