[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
I like the syntax and the standard library but I hate messing with slices. You need to do the following to add an item to a slice:
a = append(a, item)
But when it comes to removing an item there's no
remove(a, index)
to remove an item.
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode