Inspirations

I was inspired by forth, and how dense its code can be.

What I learned

I learnt, that Windows has terrible toolchain support for C, and that Rust can generate >1.5KiB of code per relatively short line.

How I built my project

I don't really know what to say, but I typed the code, and compiled it using cargo.

Challenges I faced

I thought my original idea (Content-addressed store) was going to be completed too quickly, so I changed ideas after an hour, then had to change language part way through after the C compiler I was using stopped working. The next closest that I was aware of, with very good Windows support was Rust.

What's next for Team 13?

Finish implementing the full adder and full subtractor, along with debugging some of the done at the later stages which wasn't fully debugged.

Built With

Share this project:

Updates