2.2 KiB
← Back to Twitter thread index
title: "@NOTimothyLottes i'm not familiar with your problem." author: "/i:'mɪər/" handle: "@VPCOMPRESSB" post_url: "https://x.com/VPCOMPRESSB/status/1987744335333622188?s=20" post_id: "1987744335333622188" timestamp: "2025-11-10 04:49:14" post_count: 7 reply_count: 0 repost_count: 0 like_count: 0 view_count: 43
@VPCOMPRESSB — @NOTimothyLottes i'm not familiar with your problem.
Post 1 (2025-11-07 21:04:00)
Will be switching back to SteamDeck based Linux dev for home after next week. Looking forward to it. Old setup here. Would swap CRTs often. Bonus I'll be able to test the AnyBeam laser projector at custom resolutions too.
Post 2 (2025-11-07 21:13:13) — reply to Post 1
Will be returning to all custom color-forth-inspired macro assembly coding. I've done a huge amount of exploration in custom minimal languages, wanted to put my best out there in a public domain project.
Post 3 (2025-11-07 22:05:43) — reply to Post 2
i'm developing a simple Forth interpreter as a project for school.
no tokens (in the conventional sense). no syntax tree. i could implement strings, but i want to omit them.
a program would just be a kernel that's invoked per element of some buffer.
i must write it in Java, which makes development more difficult and irritating IMO.
Post 4 (2025-11-10 02:56:27) — reply to Post 3
@NOTimothyLottes i also only want 2-character words. including numbers.
i only use numbers of the form: N << M or N * MB.
i also should default to hexadecimals.
Post 5 (2025-11-10 03:04:34) — reply to Post 4
@NOTimothyLottes there are 95 printable characters on the standard USA keyboard. 95^2 = 9025 different typable words. that's far more than the 3383 instructions in the Zen 4. and far far more than i'll ever need.
Post 6 (2025-11-10 04:05:34) — reply to Post 5
@VPCOMPRESSB Logic on max word count is probably sound. But I've never been able to get all symbol length to 2 chars.
Post 7 (2025-11-10 04:49:14) — reply to Post 6
@NOTimothyLottes i'm not familiar with your problem.

