Post History

Current version by Nick Antonaccio

Current VersionJul 19, 2026 at 16:59

This is amazing example of a project I would have paid a lot of money to get completed a decade ago:

http://xqx1.com:8080

That project is a rebuild of the old Rebol 3 programming language interpreter (R3), with its 'View' GUI dialect, networking, file handing, graphics, and other features, for WASM, so that it runs entirely in a web browser

You can paste this line into the console at the link above, to see some little example apps run:

do http://com-pute.com/nick/demo.r3

That rebuilt interpreter was a tag team effort between Fable and Kimi K3, completed in a day. Deepseek V4 Pro did some good work during the process, but it couldn't keep up with the power of Fable and K3.

My girlfriend had a day of rate-limited Fable usage left on her $20/month Claude account, which would have otherwise gone to waste, so I uploaded the source code to my old Android version of R3 with View, and let it cook on building a version that runs entirely in the browser. What Fable produced, after hitting the rate limit a few times, was a language interpreter that mostly worked - but it was missing a lot of functionality.

I asked Fable for a source code package and a prompt to paste into Pi on one of my VPS accounts, to get it compiled and working. First shot, the interpreter generally worked in the browser, but none of the GUI examples ran.

So I let Deepseek V4 Pro hack at it for a while, and it actually did get some GUIs to display, but Deepseek just continually ran into lots of issues. So I switched Pi over to Kimi K3 before going to bed - and woke up to a functioning version of Rebol 3 with View running in the browser. This was a seriously impressive result.

I tested a few scripts from https://learnrebol.com/rebol3_book.html and quickly realized that networking calls (reading of data at HTTP URLs) weren't functioning correctly. Kimi K3 took less than a minute to get that worked out. Then I noticed alerts in the UI weren't working. K3 got them going with a prompt.

The most impressive thing about this build was how deeply Fable and Kimi K3 understood everything about R3 code, not just the compiled source code, but everything about the deep roots of the REBOL language, all the way up through not only Rebol code/data structures, but also dialects.

These models are not trained on much about Rebol, so there was an enormous amount of genuinely powerful reasoning and in-context learning going on during this process. Deepseek did an impressive job for what it costs, but it struggled for a while, and I got tired of waiting during Fable rate limits, so just sicked Kimi K3 on the remaining issues. Beyond the rate-limited use of Fable, which would have gone unused, the total cost to get this project up and running to the point where it stands now, was $3.88 - mostly for the Kimi K3 tokens on OpenRouter.

It was awesome to watch Fable and Kimi K3 work - they're both absolute beasts.

There are many more details about this project, along with all the downloadable files, session transcripts, etc., here:

https://rebolforum.com/topic/834

Previous Versions
Version 4Jul 19, 2026 at 16:59

This is amazing example of a project I would have paid a lot of money to get completed a decade ago:

http://xqx1.com:8080

You can paste this line into the console there, to see some little example apps run:

do http://com-pute.com/nick/demo.r3

That project - building a version of the old Rebol 3 programming language interpreter, with its 'View' GUI dialect, networking, file handing, graphics, and other features, for WASM, so that it runs entirely in a web browser - was a tag team effort between Fable and Kimi K3. Deepseek V4 Pro did some good work during the process, but it couldn't keep up with the power of Fable and K3.

My girlfriend had a day of rate-limited Fable usage left on her $20/month Claude account, which would have otherwise gone to waste, so I uploaded the source code to my old Android version of R3 with View, and let it cook on building a version that runs entirely in the browser. What Fable produced, after hitting the rate limit a few times, was a language interpreter that mostly worked - but it was missing a lot of functionality.

I asked Fable for a source code package and a prompt to paste into Pi on one of my VPS accounts, to get it compiled and working. First shot, the interpreter generally worked in the browser, but none of the GUI examples ran.

So I let Deepseek V4 Pro hack at it for a while, and it actually did get some GUIs to display, but Deepseek just continually ran into lots of issues. So I switched Pi over to Kimi K3 before going to bed - and woke up to a functioning version of Rebol 3 with View running in the browser. This was a seriously impressive result.

I tested a few scripts from https://learnrebol.com/rebol3_book.html and quickly realized that networking calls (reading of data at HTTP URLs) weren't functioning correctly. Kimi K3 took less than a minute to get that worked out. Then I noticed alerts in the UI weren't working. K3 got them going with a prompt.

The most impressive thing about this build was how deeply Fable and Kimi K3 understood everything about R3 code, not just the compiled source code, but everything about the deep roots of the REBOL language, all the way up through not only Rebol code/data structures, but also dialects.

These models are not trained on much about Rebol, so there was an enormous amount of genuinely powerful reasoning and in-context learning going on during this process. Deepseek did an impressive job for what it costs, but it struggled for a while, and I got tired of waiting during Fable rate limits, and just sicked Kimi K3 on the remaining issues. Beyond the rate-limited use of Fable, which would have gone unused, the total cost to get this project up and running to the point where it stands now, was $3.88 - mostly for the K3 tokens on OpenRouter.

It was awesome to watch Fable and Kimi K3 work - they're both absolute beasts.

There are many more details about this project, along with all the downloadable files, session transcripts, etc., here:

https://rebolforum.com/topic/834

Version 3Jul 19, 2026 at 15:54

This is amazing example of a project I would have paid a lot of money to get completed a decade ago:

http://xqx1.com:8080

Paste this into the console there:

do http://com-pute.com/nick/demo.r3

That project - building a version of the old Rebol 3 programming language interpreter, with its 'View' GUI dialect, networking, handing, graphics, and other features, for WASM, so that it runs entirely in a web browser - was a tag team effort between Fable and Kimi K3. Deepseek V4 Pro did some good work during the process, but it couldn't keep up with the power of Fable and K3.

My girlfriend had a day of rate-limited Fable usage left on her $20/month Claude account, which would have otherwise gone to waste, so I uploaded the source code to my old Android version of R3 with View, and let it cook on building a version that runs entirely in the browser. What Fable produced, after hitting the rate limit a few times, was a language interpreter that mostly worked - but it was missing a lot of functionality.

I asked Fable for a source code package and a prompt to paste into Pi on one of my VPS accounts, to get it compiled and working. First shot, the interpreter generally worked in the browser, but none of the GUI examples ran.

So I let Deepseek V4 Pro hack at it for a while, and it actually did get some GUIs to display, but Deepseek just continually ran into lots of issues. So I switched Pi over to Kimi K3 before going to bed - and woke up to a functioning version of Rebol 3 with View running in the browser. This was a seriously impressive result.

I tested a few scripts from https://learnrebol.com/rebol3_book.html and quickly realized that networking calls (reading of data at HTTP URLs) weren't functioning correctly. Kimi K3 took less than a minute to get that worked out. Then I noticed alerts in the UI weren't working. K3 got them going with a prompt.

The most impressive thing about this build was how deeply Fable and Kimi K3 understood everything about R3 code, not just the compiled source code, but everything about the deep roots of the REBOL language, all the way up through not only Rebol code/data structures, but also dialects.

These models are not trained on much about Rebol, so there was an enormous amount of genuinely powerful reasoning and in-context learning going on during this process. Deepseek did an impressive job for what it costs, but it struggled for a while, and I got tired of waiting during Fable rate limits, and just sicked Kimi K3 on the remaining issues. Beyond the rate-limited use of Fable, which would have gone unused, the total cost to get this project up and running to the point where it stands now, was $3.88 - mostly for the K3 tokens on OpenRouter.

It was awesome to watch Fable and Kimi K3 work - they're both absolute beasts.

There are many more details about this project, along with all the downloadable files, session transcripts, etc., here:

https://rebolforum.com/topic/834

Version 2Jul 19, 2026 at 15:46

I would have paid a lot of money for this a decade ago:

http://xqx1.com:8080

Paste this into the console:

do http://com-pute.com/nick/demo.r3

That project was a tag team effort between Fable and Kimi K3. Deepseek V4 Pro did some good work during the process, but couldn't keep up with the power of Fable and K3.

My girlfriend had a day of rate-limited Fable usage left on her $20/month Claude account, which would have otherwise gone to waste, so I uploaded the source code to my old Android version of R3 with View (REBOL 3 programming language interpreter, with it's GUI/graphics module), and let it cook on building a version that runs entirely in the browser. It mostly worked first shot, after hitting the rate limit a few times.

I asked Fable for a source code package and a prompt to paste into Pi on one of my VPS accounts, to get it compiled and working. First shot, the interpreter mostly worked in the browser, but none of the GUIs ran.

So I let Deepseek V4 Pro hack at it for a while, and it actually did get some GUIs to display, but Deepseek ran into lots of issues. So I switched Pi over to Kimi K3 before going to bed - and woke up to a functioning version of Rebol 3 with View running in the browser.

I tested a few scripts from https://learnrebol.com/rebol3_book.html and quickly realized that networking calls (read) weren't functioning correctly. Kimi K3 took less than a minute to get that worked out. Then I noticed alerts in the UI weren't working. K3 got them going with a prompt.

The most impressive thing about this build was how deeply Fable and Kimi K3 understood everything about R3 code, not just the compiled code, but everything, all the way up through the Rebol code structures, data structures, dialects, etc. These models are not trained on much about Rebol, so there was an enormous amount of genuinely powerful reasoning and in-context learning going on during this process. Deepseek did an impressive job for what it costs, but I got tired of waiting during the Fable rate limits, and just sicked Kimi K3 on the remaining issues. Beyond the rate-limited use of Fable, which would have gone unused, the total cost to get this project up and running to the point where it stands now, was $3.88 - mostly for the K3 tokens on OpenRouter.

It was awesome to watch Fable and Kimi K3 work - they're both absolute beasts.

There are many more details about this project, along with all the downloadable files, session transcripts, etc., here:

https://rebolforum.com/topic/834

Version 1Jul 19, 2026 at 15:36

I would have paid a lot of money for this a decade ago:

http://xqx1.com:8080

That project was a tag team effort between Fable and Kimi K3. Deepseek V4 Pro did some good work during the process, but couldn't keep up with the power of Fable and K3.

My girlfriend had a day of rate-limited Fable usage left on her $20/month Claude account, which would have otherwise gone to waste, so I uploaded the source code to my old Android version of R3 with View (REBOL 3 programming language interpreter, with it's GUI/graphics module), and let it cook on building a version that runs entirely in the browser. It mostly worked first shot, after hitting the rate limit a few times.

I asked Fable for a source code package and a prompt to paste into Pi on one of my VPS accounts, to get it compiled and working. First shot, the interpreter mostly worked in the browser, but none of the GUIs ran.

So I let Deepseek V4 Pro hack at it for a while, and it actually did get some GUIs to display, but Deepseek ran into lots of issues. So I switched Pi over to Kimi K3 before going to bed - and woke up to a functioning version of Rebol 3 with View running in the browser.

I tested a few scripts from https://learnrebol.com/rebol3_book.html and quickly realized that networking calls (read) weren't functioning correctly. Kimi K3 took less than a minute to get that worked out. Then I noticed alerts in the UI weren't working. K3 got them going with a prompt.

The most impressive thing about this build was how deeply Fable and Kimi K3 understood everything about R3 code, not just the compiled code, but everything, all the way up through the Rebol code structures, data structures, dialects, etc. These models are not trained on much about Rebol, so there was an enormous amount of genuinely powerful reasoning and in-context learning going on during this process. Deepseek did an impressive job for what it costs, but I got tired of waiting during the Fable rate limits, and just sicked Kimi K3 on the remaining issues. Beyond the rate-limited use of Fable, which would have gone unused, the total cost to get this project up and running to the point where it stands now, was $3.88 - mostly for the K3 tokens on OpenRouter.

It was awesome to watch Fable and Kimi K3 work - they're both absolute beasts.

There's more about this project here:

https://rebolforum.com/topic/834