Reverse an array in ColdFusion and other tricks using slice syntax adding ColdFusion 2018
Sorting an array using ArraySort, BubbleSort and QuickSort as a technical exercise.
Functions are first class citizens in CFML meaning you are able to do some interesting things, avoid duplication and write less code.
Intersection and diff of two structs with a bit of refactoring thrown in.
Finding the disjunctive union of two arrays
Union and diff of arrays in CFML using underlying Java methods
An approximation of Javascript’s rest parameter feature with CFML