-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it possible to define JS functions as Tcl procs #8
Comments
should also target anonymous functions, such as:
|
One advanced concept I'd find interesting would be to couple Tcl's event loop with ES6 promises. |
OK, starting work on this beast of a feature. I find this idiom a bit redundant though: |
I wouldn't mind |
@ekarak, if you are going to work on this please assign it to yourself. |
I can't :) need permissions probably. |
Sorted... |
@ekarak, are you still working on this? |
Implemented in #15 |
This was asked in issue 1 and would be a handy thing to have.
e.g
Discussion points
eval()
andqueue()
)?The text was updated successfully, but these errors were encountered: