xorvoid

Results 11 comments of xorvoid

Good link. I have a personal interest in this sort of thing also. I bootstrapped up from hex to a hybrid Forth+C language (C style statement and block structure with...

Wow, I'm flattered Paul 🙏 I hope you enjoy using it as much as I enjoyed making and publishing it! Try not to get caught off-guard by one of those...

Proposal: Subtraction and Division Types are very underrepresented. A perfect programming language would surely have them.

This is a pretty cool idea! I'd be more than happy to add a little interactive app to my website and give you attribution. Honestly, I'm not sure the best...

"x86 virtualization in your browser, recompiling x86 to wasm on the fly" I haven't dug that deep but reading between the lines, it looks like the goal is targeted at...

It keeps retrying serial read until it gets a character. It stops compiling when it finishes compiling the _start() function. And then it jumps into the compiled code. You could.....

Oh, excellent! Keep me in the loop. I'm excited to see this working!!

You can do that. But be aware that the compiler does basically no error checking. One small typo leads to issues. You might consider running the "lint" app on the...

What I'm saying is that it'll be incredibly hard (as a user) to use it directly from the keyboard. That's why I didn't do it that way originally. I have...

Could you put it in a git repo somewhere? I’m careful to avoid random files from email. You can just create a branch in the SectorC repo if you like....