Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> FORTRAN-77: You don’t have any dynamic memory or data structures, so this is impossible in the first place.

It's easy to write a linked list in FORTRAN-77, using an array as the underlying storage - I've done it several times.



I one time took a class that introduced every linked data structure (lists, trees, stacks, queues, etc) with statically allocated arrays. Only later did they show the dynamic memory implementations. I thought it was a bit weird at the time, but now I guess it was to get students to focus on the data structure, instead of worry about pointers.


Similarly for recursive algorithms in COBOL, before the newfangled RECURSIVE program type.


Nay! This ungodly nonsense be flying in the face of nature! Some things Man was not meant to meddle with.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: