Create symbols dynamically #13

Closed
opened 2018-01-27 16:03:25 -05:00 by mike-cifelli · 8 comments
mike-cifelli commented 2018-01-27 16:03:25 -05:00 (Migrated from gitlab.com)

Potentially for use in implementing hash maps or arrays with macros. Something like this:

(fuse 'index 10) => INDEX-10
(fuse 'a 'b) => A-B

The arguments are evaluated and the first argument must be a symbol, the second can be a symbol or a number.

Potentially for use in implementing hash maps or arrays with macros. Something like this: ``` (fuse 'index 10) => INDEX-10 (fuse 'a 'b) => A-B ``` The arguments are evaluated and the first argument must be a symbol, the second can be a symbol or a number.
mike-cifelli commented 2018-01-27 16:06:35 -05:00 (Migrated from gitlab.com)

changed the description

changed the description
mike-cifelli commented 2018-01-27 16:06:51 -05:00 (Migrated from gitlab.com)

changed the description

changed the description
mike-cifelli commented 2018-01-27 16:08:01 -05:00 (Migrated from gitlab.com)

changed title from Create {-a way to create -}symbols dynamically to Create symbols dynamically

changed title from **Create {-a way to create -}symbols dynamically** to **Create symbols dynamically**
mike-cifelli commented 2018-01-27 16:08:16 -05:00 (Migrated from gitlab.com)

assigned to @mike-cifelli

assigned to @mike-cifelli
mike-cifelli commented 2018-01-27 16:08:18 -05:00 (Migrated from gitlab.com)

added ~3154051 label

added ~3154051 label
mike-cifelli commented 2018-01-27 16:40:51 -05:00 (Migrated from gitlab.com)

changed the description

changed the description
mike-cifelli commented 2018-02-11 14:26:16 -05:00 (Migrated from gitlab.com)

closed

closed
mike-cifelli commented 2018-02-11 14:26:16 -05:00 (Migrated from gitlab.com)

removed ~3154051 label

removed ~3154051 label
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
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: mike/transcendental-lisp#13
No description provided.