this post was submitted on 23 Oct 2023
72 points (90.9% liked)

retrocomputing

4020 readers
1 users here now

Discussions on vintage and retrocomputing

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 11 months ago (17 children)

Though I really like the concept of building a new device which incorporates the inherent ease of programmability of the computers of yore, I think the 6502 is just too weird and limited for doing so. For example, in order to cram a halfway decent amount of memory into the thing they had to resort to bank switching. At the least they should've gone with a 65816 (apparently they tried but they initially had some problems with the '816 address bus multiplexing).

[–] [email protected] 4 points 11 months ago (5 children)

Also, how would that 'weirdness' impact using the device in a teaching context?

[–] [email protected] 8 points 11 months ago (3 children)

People would learn bad habits.

For example, due to parameter passing often being done via the zero page, recursion is unnecessarily hard on the 6502, whereas one could argue that recursion is one of the major skills to master for any programmer.

[–] [email protected] 3 points 11 months ago (1 children)

@irdc @feoh All programmers need to learn recursion and fully understand it so when they encounter it in the wild they can properly analyze what it is doing and replace it with non-recursive code.

[–] [email protected] 2 points 11 months ago

A non-recursive recursive descent parser isn’t any easier to reason about.

load more comments (1 replies)
load more comments (2 replies)
load more comments (13 replies)