chickadee » stack » list->stack

list->stack LISTprocedure

Returns a new STACK object with initial elements from the LIST.

The stack order is as (apply stack-push! STACK (reverse LIST)). In other words LIST should be in the desired LIFO order.