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
Dex has a reactive notebook and literate programming environment in dex web.
dex web is great for interactive development, thanks to features like:
Direct rendering of Dex source code, no additional non-standard data formats like .ipynb.
Live reloading triggered by source code updates.
Syntax highlighting.
However, the Dex compiler has a lot more information about source code that's not being visualized currently:
Expression and declaration types
Expression parse trees
Definition-use chains (occurrences of the same binder)
This issue tracks adding IDE information to the web environment via tooltips, visible when hovering the cursor over code.
Tooltips will make it easy to access information computed by the Dex compiler, and will make reading and writing Dex code more interactive – and hopefully more fun too.
Dex has a reactive notebook and literate programming environment in
dex web
.dex web
is great for interactive development, thanks to features like:.ipynb
.However, the Dex compiler has a lot more information about source code that's not being visualized currently:
This issue tracks adding IDE information to the web environment via tooltips, visible when hovering the cursor over code.
Tooltips will make it easy to access information computed by the Dex compiler, and will make reading and writing Dex code more interactive – and hopefully more fun too.
Related resources
The text was updated successfully, but these errors were encountered: