Implement 'vector-length' in Scheme

Issue #55 new
Katie Burke created an issue

vector-length should return the number of elements in vector.
( http://www.scheme.com/tspl4/objects.html#./objects:s233 )

(vector-length '#())

Traceback (most recent call last):
File "stdin", line 1, col 2
RunTimeError: unbound variable 'vector-length'

Comments (1)

  1. Log in to comment