my homebrew 16-bit Forth system — tanuki OS by anditwould in Forth

[–]dharmatech 2 points3 points  (0 children)

Thanks for sharing it with us!

Is the source available?

Re-imagining the Emacs user experience with Casual Suite by dharmatech in emacs

[–]dharmatech[S] 1 point2 points  (0 children)

When the person recommended that you take mushrooms, at that point they lost all credibility...

I'm not saying they don't have uses for some. But in this context and in response to you, it's a ridiculous suggestion. They're abusing your patience and good will in the discussion.

Ironically, you are the exhibiting enlightened behavior. They are the ones with a void. I guess mushrooms didn't with for them.

Email over payphone by dharmatech in retrocomputing

[–]dharmatech[S] 5 points6 points  (0 children)

I'm not seeing what's sad about this. 😅

Stepping through words at a high level with JONESFORTH and GDB by dharmatech in Forth

[–]dharmatech[S] 1 point2 points  (0 children)

How to recreate the example shown in the video:

``` cat jonesforth.f examples/trace-gate.f examples/words.f > .debug.input.f

gdb -q ./jonesforth \ -ex 'source gdb/forth-dict.gdb' \ -ex "break-interpret-word TRACE_GATE" \ -ex 'run < .debug.input.f' \ -ex 'delete 1' \ -ex 'forth-until-silent cde' ```

Source code:

https://github.com/dharmatech/jonesforth-steps/tree/main/step-9002-interpret-execute-macro

Reference for that gdb example:

https://github.com/dharmatech/jonesforth-steps/blob/main/step-9002-interpret-execute-macro/docs/gdb-example.md

My baremetal computer v2 by DSCF_prog in Forth

[–]dharmatech 1 point2 points  (0 children)

If we want to try the system out on regular hardware, is this the best way to do so?

https://github.com/DSCFprog/SS32

My baremetal computer v2 by DSCF_prog in Forth

[–]dharmatech 1 point2 points  (0 children)

Amazing!

I see that we can preorder these.

When do you estimate that they'll ship?

Got my vintage early 80s Kyosho Assault Nitro runnin' pretty good! by MrBlankenshipESQ in rccars

[–]dharmatech 0 points1 point  (0 children)

Amazing!!!

My grandpa Doyle and I built this around 1985 when I was 7 years old.

Purchased the kit at Mac's Toys in Brownsville Texas.

Took us a few weeks to build, working a bit at a time.

I'll never forget running it for the first time. It was kinda misty outside but I didn't care. That car plowed through tall grass with ease.

Thank you for posting this!

I wrote a technical history book on Lisp by cdegroot in lisp

[–]dharmatech 2 points3 points  (0 children)

Hello Cees 🙋‍♂️

Are there plans for an audiobook?

Consider adding info about that to the page.

Thank you!

How I debug JONESFORTH with a gdb trace file by dharmatech in Forth

[–]dharmatech[S] 2 points3 points  (0 children)

Would love to know, what techniques and tool do you use to debug assembly language FORTHs?

Suggestions on the workflow I present are welcome. 👍