Search code examples
schemechicken-scheme

What's the maximum number of elements a scheme list can have?


I'm working with Chicken Scheme, I wonder how many elements a list can have.


Solution

  • There is no hard limit – it can have as many as there's room for in memory.