· @retrocomputerclub
21 followers · 12 posts · Server retrochat.online

(?) and question:

What is your workflow for developing in ( mostly) and keeping it in version control (e.g. GitHub)?

What I’m thinking is:

Macintosh (or emulator) ➡️ AppleShare IP (via Netatalk on Linux) ➡️ Git (on Linux)

A HyperCard stack is a binary format so won’t go well with version control. Do you just extract (copy/paste) the code when comes time to commit? I’d love to see that in git history.

A/UX maybe!? 😄

#vintageprogramming #VintageApple #hypercard #hypertalk

Last updated 2 years ago

bgrier ⌨ · @bgrier
26 followers · 94 posts · Server universeodon.com

@logan

he use of i and I for variable names was to see if it would notice.

30 should generate "Hello Worldthis is next." no space between d & t

40 print value of i on new line

Line 50 would jump back to top, infinitely looping

60 obvious error. no preceeding paired For statement.

So execution should never get to line 60 and loop forever due to line 50

2/2

#basic #chatgpt #vintagecomputing #openai #ai #retrocomputing #vintageprogramming

Last updated 2 years ago

bgrier ⌨ · @bgrier
25 followers · 83 posts · Server universeodon.com

the use of i and I for variable names was to see if it would notice.

30 should generate "Hello Worldthis is next." no space between d & t

40 print value of i on new line

Line 50 would jump back to top, infinitely looping

60 obvious error. no preceeding paired For statement.

So execution should never get to line 60 and loop forever due to line 50

2/2

#basic #chatgpt #vintagecomputing #openai #ai #retrocomputing #vintageprogramming

Last updated 2 years ago

bgrier ⌨ · @bgrier
26 followers · 94 posts · Server universeodon.com

@logan

Simpler than that. It's just sloppy code that I wanted to test.

Line 20 would print "Hello World"
The semicolon would leave the print location after the 'd' in Hello World so the next character would appear there

The colon in 20 indicates a new statement

The for-next loop is just a way to 'pause' execution. This BASIC has not wait statement.

1/2

#basic #chatgpt #vintagecomputing #openai #ai #retrocomputing #vintageprogramming

Last updated 2 years ago

bgrier ⌨ · @bgrier
24 followers · 76 posts · Server universeodon.com

Looks like somewhat understands . Analyzed my sloppy N82 BASIC - some hits, some misses, but amazing regardless!

#chatgpt #vintagecomputing #basic #vintageprogramming #openai #ai

Last updated 2 years ago

· @retrocomputerclub
14 followers · 8 posts · Server retrochat.online