-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Matus, can you slow down a little? I can't keep up with all these great new projects of yours. :) Just the other day I thought about an alternative API for Org, and here you are already doing it!
Here's a quick suggestion: Instead of get and set, how about gv getters/setters that could be used with setf? So instead of:
(orgba-get-property "foo")
(orgba-set-property "foo" "bar")It could be:
(orgba-property "foo")
(setf (orgba-property "foo") "bar")What do you think?
Also, what are your long-term plans for this project? Is it experimental, or are you planning to make it super serious? :)
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Backlog