Robert Cunningham

Results 5 issues of Robert Cunningham

Hi Sean, I'm working through the timer series of issues (#2847, #2846, #2848, #2857) right now. This PR isn't (near) done, but I wanted to do a midway check-in and...

Hey there! I'm trying to load the file "p0utils.scm". When I run `(load "p0utils.scm")`, scheme prints "string->integer", which is one of the functions in the file. As such, I know...

Converted the printf() and exit(1) calls into exceptions with a handler to continue to move from C toward C++.

Pulled a number of functions out of main() to make it more readable, and easier to refactor in the future.

Added a README.md to be more GitHub-friendly. Some basic building instructions are included, but it would be great if someone who has built mcmap for Windows or macOS could add...