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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aerscript/Aer#59
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.
+1