Chris Hinsley

Results 118 comments of Chris Hinsley

Definitely want to implement something here ! A general system of tokens that include but arn not limited to just the keyboard token !

As per the IRC conversation .. An automatic lifted variable on reassignment. I can see the reasoning and usefulness of this.

Folks, join the IRC #[email protected] to witness Frank schooling me on basic stuff ;)

Ok a question on this that's nagging me. Why is this any different to just using (defq *out* newval) in the new scope??? When that scope exists the old value...

It looks like (binding) and (with-bindings) are just a macro or function similar to what (let) does ? Run some code in a new lambda that you (defq *out* xyz)...

So this does seams like `*var*` are global. That stackoverlow mentions they are in the global scope etc. Seams that (binding) and (with-binding) are there to allow such vars to...

First place to start would be the looking at the sys/arm.inc file. Copy that to a sys/riscv.inc and use it as a template for the RISC V. Another question is...

Yeah, 32bit does bring a lot of issue we can skip by having 64bit registers. So eventually we will have to face the prospect of doing something with the main.c...

This is an interesting question. It brings up a lot of issues ! Liam is correct in his statement, but I'm not totally hard line on this. My reason for...