Post Reply 
List API (G1CMZ): List Processing API
10-31-2017, 11:21 PM (This post was last modified: 11-01-2017 09:18 AM by StephenG1CMZ.)
Post: #1
List API (G1CMZ): List Processing API
I have implemented a collection of list processing routines.

The aim was to provide many of the list primitives listed on Wikipedia, so as to enable common names to be used across platforms. As such, some routines are hardly useful - I would expect most will continue to use LL(0):=ITEM rather than call APPEND. But having the names available can aid portability - though in the case of Python names, they serve more to remind me of what built-in functions are available, rather than in any expectation of compatibility with a language that indexes lists from 0.

I have also written some useful procedures I have not seen elsewhere.

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
List API (G1CMZ): List Processing API - StephenG1CMZ - 10-31-2017 11:21 PM



User(s) browsing this thread: 1 Guest(s)