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
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
The new dotty console is very beautiful, but is missing one key feature to make it useable for exploring data projects: truncation of data structures.
When working with libraries to explore data, ammonite truncates the view of the resulting values. This allows one to work on libraries that explore very larg data structures. This is impossible on the dotty console as it prints out the whole content of values, flooding the console, and potentially crashing it soon thereafter.
Of course this also requires one to have a way of paging over the data without it all going to the console. Ammonite has a show(value) and browse(value) command to do that.
The text was updated successfully, but these errors were encountered:
The new dotty console is very beautiful, but is missing one key feature to make it useable for exploring data projects: truncation of data structures.
When working with libraries to explore data, ammonite truncates the view of the resulting values. This allows one to work on libraries that explore very larg data structures. This is impossible on the dotty console as it prints out the whole content of values, flooding the console, and potentially crashing it soon thereafter.
Of course this also requires one to have a way of paging over the data without it all going to the console. Ammonite has a
show(value)
andbrowse(value)
command to do that.The text was updated successfully, but these errors were encountered: