You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI. I think the idea of being able to eval several languages right from the browser is a great idea. This is especially useful for teaching basic coding, coding interviews, etc. It would be nice, however, if this program was more controllable and customizable through javascript.
A javascript API would broaden the scope of its application, to make it a more general purpose code evaluator.
For instance, the API would expose:
Methods to get contents from user input.
Methods to listen when a change has occurred in an input.
Methods to evaluate content and return result.
Methods to send result to appropriate output.
Methods to control the behavior of klipsified elements.
Also, it would be nice if we could keep the physical DOM separate from the evaluation of code, meaning that you would not have to klipsify any elements on the page in order to run these methods.
Finally, expose greater control over how an element is Klipsified. For instance, do you want an input box? Do you want an output box? Etc.
I understand that some of the above functions already exist. But even then, they are not well documented, and not very accessible to the und user.
The text was updated successfully, but these errors were encountered:
HI. I think the idea of being able to eval several languages right from the browser is a great idea. This is especially useful for teaching basic coding, coding interviews, etc. It would be nice, however, if this program was more controllable and customizable through javascript.
A javascript API would broaden the scope of its application, to make it a more general purpose code evaluator.
For instance, the API would expose:
Methods to get contents from user input.
Methods to listen when a change has occurred in an input.
Methods to evaluate content and return result.
Methods to send result to appropriate output.
Methods to control the behavior of klipsified elements.
Also, it would be nice if we could keep the physical DOM separate from the evaluation of code, meaning that you would not have to klipsify any elements on the page in order to run these methods.
Finally, expose greater control over how an element is Klipsified. For instance, do you want an input box? Do you want an output box? Etc.
I understand that some of the above functions already exist. But even then, they are not well documented, and not very accessible to the und user.
The text was updated successfully, but these errors were encountered: