Re: Discuss changing the behaviour of append()
- Posted by jaygade Jun 13, 2014
- 4007 views
I vote for the proposal to change the behavior of append() and prepend(). The impact should be minimal and it is clearer and more intuitive.
I like the original documentation, it's clear and concise. It should still be valid even with the proposed change.
Some things of note:
append(atom1, atom2) would be the same as atom1 & atom2
append(atom1, sequence1) would be the same as append({atom1}, sequence1)