Implement binary, octal and hexadecimal numbers in Scheme

Issue #21 new
Katie Burke created an issue

Binary, octal, and hexadecimal conversions in scheme don't seem to be working.

Comments (5)

  1. Doug Blank

    Right, binary representation is not implemented. BTW, you don't want to put parens around that, otherwise you would try to invoke/call it. Just text is fine rather than image.

  2. Katie Burke reporter

    Okay, thanks! Also, I've noticed that hexadecimal and octal conversion are not implemented. Should I add those to this issue or create separate issues for each?

  3. Doug Blank

    I think you can combine both into this one, and perhaps change the title to something like:"Implement binary and hexadecimal numbers in Scheme". Thanks!

  4. Log in to comment