Search:

Type: Posts; User: helloworld922

Search: Search took 0.18 seconds.

  1. Replies
    10
    Views
    2,718

    Re: Errors with LispList

    Not true, that's a very inefficient way to keep track of the size (it's O(n)). Instead, I'd keep track of every time you add/remove something, and then update a variable containing the size of the...
  2. Replies
    10
    Views
    2,718

    Re: Errors with LispList

    ... LispList isn't a standard Java API class. The size method probably doesn't work because who-ever wrote it didn't implement the size method.

    Out of curiosity, what is a LispList? As far as I...
Results 1 to 2 of 2