Live data from Hacker News

Viewing profile — romforth

romforth

HN member
Joined
Sat, Dec 28, 2024, 6:31 PM UTC
HN karma
23
Public activity
21 items

About romforth

github : https://github.com/romforth/romforth blog : https://ces.mataroa.blog/

Recent public activity

  1. story
  2. comment
    Comment #47145096

    You jest, but I did end up doing just that in my implementation ( https://github.com/romforth/romforth ) trying to shoehorn a Forth implementation into a MSP430 device with just 2K…

  3. comment
    Comment #46744724

    So you had your heart set on running Forth on a microcontroller with 512 bytes of ROM and 64 bytes of RAM? Here you go!

  4. story
  5. comment
    Comment #46744691

    This one boots from the parallel port: https://github.com/climatex/BootLPT (more details here https://boginjr.com/it/sw/dev/bootlpt-86/ )

  6. story
  7. story
  8. comment
    Comment #46073910

    It will be interesting to see how much further this can be taken.

  9. story
  10. story
    Show HN: Romforth Ported to the IBM 1130

    romforth is a dialect of Forth which is meant to be easily portable. The IBM 1130 holds a special place in Forth history since it was one of the earliest systems on which Chuck Moo…

  11. comment
    Comment #45937277

    For anyone interested in attending the meeting today. Past meeting notes are at: https://www.forth.org/svfig/kk/kk.html

  12. story
  13. comment
    Comment #45582375

    Hello HN, Tree Walk Format (TWF) is a flat file format to describe your family tree. It allows you to describe your family tree in one (or more) files which are editable using your…

  14. story
  15. comment
    Comment #45257232

    Allow me to brag about romforth ( https://github.com/romforth/romforth ) which I ported to the "3c" Padauk and can run on really small rom/ram microcontrollers. Caveats: - tested o…

  16. comment
    Comment #44860322

    Feel free to check out https://github.com/olvwm/xview/ as well. I wanted to run olvwm on Linux (when it went out of support on Ubuntu 16.04) and I'd managed to get this running on …

  17. comment
    Comment #44112380

    By that metric, my implementation of romforth for x86 clocks in at just 12 bytes (see https://github.com/romforth/romforth/x86/forth.s ) The "bug" in the counting used here is that…

  18. comment
    Comment #43344810

    I've been faithfully using the same window manager [olvwm] for ~30 years and counting. In fact the decision about which [distro] I pick for daily use is totally dependent on whethe…

  19. comment
    Comment #42783963

    To build minimal linux systems, I've found Minimal Linux Live [^1] and Floppinux [^2] useful. There was a list of build steps for 486 [^3] as well, in case you are targeting older …

  20. comment
    Comment #42534925

    Something like an automated proof assistant to help annotate the stack while coding would be awesome, but I'm not aware of any. These might be famous last words, but if switching b…

  21. comment
    Comment #42533260

    I have ported Forth to a dozen small microcontrollers and my experience writing much of the bootstrap code in Forth tells me that you are better off coding Forth in a "vertical" st…