Scheme how do you remove the first element from a list?
Posted
by user297742
on Stack Overflow
See other posts from Stack Overflow
or by user297742
Published on 2010-03-19T22:17:36Z
Indexed on
2010/03/19
22:21 UTC
Read the original article
Hit count: 162
How do i remove the first element from a list in scheme
say it looks something like
'((apple bob car) (cat dig) (e)))
how would i just get rid of "apple" and leave the rest alone?
© Stack Overflow or respective owner