Implement API for creating a builtin classes #59
Labels
No Label
aerscript
bug
duplicate
enhancement
help wanted
idea
question
won't fix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aerscript/Aer#59
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I would like to implement some API allowing for easily implementing a builtin classes. This should allow to set a proper class name, implement properties, constants and methods, including methods overloading.
Thanks to that API, we could begin with putting builtin functions inside classes, thus making AerScript more OOP language.