←back to thread

223 points JoeDaDude | 1 comments | | HN request time: 0.207s | source
Show context
sourcepluck ◴[] No.42208060[source]
Looks very cool!

Relatedly, there's http://tumbleforth.hardcoded.net/, which I think looks lovely. Has anyone gone through that and would like to share their experience?

replies(4): >>42208254 #>>42209883 #>>42212088 #>>42212776 #
fuzztester ◴[] No.42212776[source]
Just started looking at it, thanks for sharing.

I already like his style of talking.

Examples:

>Much terser than the C version right?

>This little assembler crash course gives us a better understanding of what is compiled by the C compiler, but not how it compiles it. We don't know how it's ran either. To know that, we'd have to dig through software that weighs millions of lines of code. Maybe you'd have the patience to do it, I don't, so let's continue tumbling down the rabbit hole. We'll go bare metal and then build an operating system of our own, with a C compiler of our own. It's simpler this way.

>What’s a linker? Aw, forget about it, it’s another piece of overcomplicated software that has convinced the world that it’s essential. We won’t need one in what’s coming.

:)

replies(1): >>42214526 #
1. sourcepluck ◴[] No.42214526[source]
Yes, he's great! More character and joking around in technical writing. Donald Knuth, Ketman, Starting Forth, Land of Lisp, probably lots of others I'm forgetting... it can be done, people!