Mercerenies / gdlisp

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

`car` and `cdr` #34

Closed Mercerenies closed 3 years ago

Mercerenies commented 3 years ago

Simple enough. We need the car and cdr functions, and possibly all of their longer-named cousins (caadr, etc.). All of these should have #33 setter equivalents, once that issue is addressed.

Mercerenies commented 3 years ago

The original accessors have been added to master. However, I'm leaving this issue open, as we don't have equivalent setters (set-car and set-cdr)