UNPKG

algebrite

Version:

Computer Algebra System in Coffeescript

11 lines (7 loc) 154 B
# Create a list from n things on the stack. # n is an integer list = (n) -> listIterator = 0 push(symbol(NIL)) for listIterator in [0...n] cons()