Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
145 stars 1 forks source link

`list` function should not share state #135

Closed Mercerenies closed 1 year ago

Mercerenies commented 1 year ago

The argument given to &rest should not be mutated, but the return value of list can. So list should copy its list before returning.