void GLUE.List(void|function f)
When creating a new list, the list code can be compiled upon creation by supplying a function f that performs the GL operations.
call
List list = List() { // GL code };