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
It would be nice to have the following capabilities in the web frontend:
A REPL (already exists)
An editor, which is integrated with the REPL and chat, with syntax coloring (ACE)
Chat features that integrate with the editor and REPL (could be text, audio, and video)
Publish code changes to a julia fork on github, and generate a pull request
Better input methods for non-keyboard devices (maybe pop up a math keyboard, for example)
I wonder if we should start using something like Google Web Toolkit, which may make it easier to design complex front ends? What other options do we have? http://code.google.com/webtoolkit/
Google charting tools are also integrated in GWT, but we may need more flexibility and control than what it offers. http://code.google.com/apis/chart/
The text was updated successfully, but these errors were encountered:
It would be nice to have the following capabilities in the web frontend:
I wonder if we should start using something like Google Web Toolkit, which may make it easier to design complex front ends? What other options do we have?
http://code.google.com/webtoolkit/
Google charting tools are also integrated in GWT, but we may need more flexibility and control than what it offers.
http://code.google.com/apis/chart/
The text was updated successfully, but these errors were encountered: