Ryan Suchocki

Results 11 comments of Ryan Suchocki

You're right! I think I made some silly mistakes when I was testing this... I'll try again :)

Temporarily... I was trying to comprehend the rest of the makefile, to see if this breaks something else, and I panicked!

Implementations of generic and specific protocols should go in the top level "libraries" directory which I've just created. Thanks.

xxd easily produces predictably named output formatted as a C array definition, followed by an unsigned int definition containing the length of the array. For example, these two lines in...

I think implementing (the 1-argument form of) `get-environment-variable` is a sensible way of doing this. The main caveat is that `(get-environment-variable "FOO")` will be equivalent to a string literal in...

This is because, in microscheme, `include` is not really a function. It's a _fundemental form_. Specifically, this means that the contents of the included file are parsed and embedded into...

I'm a bit concerned about creating an arbitrary mapping between microscheme pin numbers, and real port/pins. For the arduino models this is fine, because the arbitrary mapping is printed on...

Apologies for staying quiet so long. Did you work out what to do about the debug LED? w.r.t. pin mappings, I think the ideal solution would be to add a...

Hi. We've used 2 vectors of numbers, rather than any other structure, simply because it uses the least memory, with no difference to the user. For example, the existing representation...

I haven't been able to re-produce this on my UNO R3.