▲ | deaddodo 2 days ago | |||||||
If by "mental model" you mean "low-level" programming, sure. But you might as well conflate "religion" with "Southern Baptist protestantism" then. You're working with the same building blocks, but the programming style is drastically different. The vast majority of PSX games were done completely in C, period. Some had small bits of asm here and there, but so do the occasional modern C/C++ apps. To your last point, before there was GOAL there was GOOL (from the horse's mouth itself): https://all-things-andy-gavin.com/tag/lisp-programming/ And it was used in all of Naughty Dog's PSX library. | ||||||||
▲ | p_l a day ago | parent [-] | |||||||
The quote I recall reading about long ago summarized the semi-official guidance as "write C like you write ASM". Because outside of ports from PC, large amount of console game developers at the time were experienced a lot with with programming earlier consoles which had a lot more assembly level coding involved. GTA3 proved that "PC style" engine was good enough despite Emotion Engine design. Didn't help that PS2 was very much oriented towards assembly coding at pretty low level, because getting the most of the hardware involved writing code for the multiple coprocessors to work somewhat in-sync - which at least for GOAL was done by implementing special support for writing the assembly code in line with rest of the code (because IIRC not all assembly involved was executed from the same instruction stream) As for GOOL, it was the way more classic approach (used by ND on PS3 and newer consoles too) of core engine in C and "scripting" language on top to drive gameplay. | ||||||||
|