Skip to main content

Search

Items tagged with: forth


We used to have programming books.

(patch notes: added a more detailed description of the man to the alt text)

#programming #atari #forth


Felix Winkelmann implemented a standard #, in #.

It works amazingly well, it even supports the full Varvara APIs, so it can be used to draw shapes and play music!

http://www.call-with-current-continuation.org/uf/uf.html


To all those who claimed # couldn't be useful on the web, I give you this.

Here's what a complete article looks like, including a long title, a reasonably long abstract/lead, and an even longer body.

The content of this blog entry was taken from another news site online, and is included here only for demonstration purposes. This is not a permanent article of mine, and I am not its author.


Loving this # hosted, 2081 bytes graphical # environment.
https://github.com/schierlm/collapseos-uxn


Content warning: (server hiccup, reposts from yesterday) -> one-instruction CPUs


wonder about building upon this barebones # in # to make it into # or a more useful Scheme:

https://git.hackers.town/theruran/Scheme-in-Forth


This is why I wrote Shoehorn. The idea is to be able to bootstrap a # environment for a processor of your choice in a matter of days, not months or years.

Of course, I haven't yet written said Forth yet (that's still in progress), but Shoehorn itself allowed me to write a simple, graphical demo on an emulator in a matter of a day, in time for an SVFIG presentation.

I retargetted Shoehorn to 64-bit RISC-V in about an hour. Untested, but it should mostly work fine as-is.

It's not the easiest thing in the world to use, but once you get your head around it, you should find that it is extremely productive.