FLOW-MATIC (B0)

FLOW-MATIC, developed by UNIVAC in the early 1950s, is one of the first English-like data processing languages. It was designed to be readable and understandable for people who might not have a strong technical background.

To write “Hello World!” in FLOW-MATIC, you would use its procedural structure that resembles natural language. Here’s how you can achieve this simple task:

DEFINE PRINT-FILE PRINTING-PAD AS "OUTPUT.TXT".
SET LINE TO "Hello World!".
PRINT ON PRINTING-PAD NEXT PAGE.

Explanation:

  1. DEFINE: This line sets up the file where output will be directed, which is commonly an external file like OUTPUT.TXT. In this case, we define PRINT-FILE with a name (PRINTING-PAD) that represents the target for our print operation.

  2. SET LINE TO “Hello World!”: Here, you’re assigning the text "Hello World!" to be printed in the next step. The command SET LINE TO is used to prepare content to display or print.

  3. PRINT ON PRINTING-PAD NEXT PAGE: This instructs the program to print whatever content is currently set in the line (in this case, “Hello World!”) onto the designated file (PRINT-FILE) on a new page.

This simple sequence effectively outputs “Hello World!” using FLOW-MATIC’s straightforward language structure.

Prompt
young woman, beautiful face, standing, great body, gorgeous figure, long legs, pretty eyes, long hair, learns FLOW-MATIC (B0) programming language, beautiful background, magnificent scenery, Sandro Botticelli style, HD, sharp focus, stunningly beautiful, hyper-detailed, collage style, mixed media, layered, textural, detailed, artistic

Negative prompt
verybadimagenegative, bad_prompt_version2-neg, easynegative, FastNegativeV2, ugly, deformed, noisy, blurry, low contrast, realism, photorealistic, extra eyes, bad eyes, ugly eyes, imperfect eyes, deformed pupils, deformed iris, cross-eyed, poorly drawn face, bad face, fused face, ugly face, worst face, unrealistic skin texture, out of frame, poorly drawn hands, cloned face, double face, blurry, bad quality

Text model: phi4

Image model: SDXLNijiSeven

Leave a Reply

Your email address will not be published. Required fields are marked *

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)