Singly-linked list/Element removal: Difference between revisions

Line 382:
''Afterword''. The Rosetta Code linear list type was a good exercise. The linear lists code in the ATS2 prelude contains many unsafe operations, which is fine for a well tested library, but not terribly enlightening. In contrast, I wrote the Rosetta Code linear list type using only ‘safe’ ATS2 code.
 
Remember: '''THE PURPOSE OF COMPUTING IS INSIGHT.'''
 
=={{header|C}}==
1,448

edits