Singly-linked list/Element removal: Difference between revisions

Content added Content deleted
Line 382: 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.
''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.
'''THE PURPOSE OF COMPUTING IS INSIGHT'''


=={{header|C}}==
=={{header|C}}==