Use cons instead of append in queue-add-entity #7

Open
opened 2026-04-16 09:28:15 +08:00 by BirDt · 0 comments
Owner

(define (queue-add-entity id components-lst)

The order of this list doesn't matter, so append can be changed for cons here.

https://git.cyan.sh/BirDt/imugi/src/commit/d9f8f6f0d28a63d3b774a0e990716a64c51f3f8f/engine/core.scm#L76 The order of this list doesn't matter, so append can be changed for cons here.
BirDt added this to the Core Engine Code Cleanup project 2026-04-16 09:28:15 +08:00
BirDt changed title from Use cons instead of append to Use cons instead of append in queue-add-entity 2026-04-16 09:32:34 +08:00
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: BirDt/imugi#7
No description provided.