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
Some initial feedback / requests on the current state of the REPL, which came out in 0.20.0 — these are all ideation and aren't necessarily something we've committed to yet:
- Home / End / Cmd+Right / Cmd+Left to move the cursor
- :multi + up-arrow is subpar UX, maybe we could either inline the previous statement or jump back into multi mode or something (not certain here, but weird to hit up-arrow and see . as the previous command
- Not sure the proper name, but something like :context or :scope to print all the variables which are currently resolvable in the sandbox
- Some kind of :export tooling, which combined with :context would allow you to select values to export from the sandbox to a standalone file
- This goes more towards snang but possibly some tooling to afford IO + standalone repeatable runs (likely afforded by :context + :export
The text was updated successfully, but these errors were encountered:
Some initial feedback / requests on the current state of the REPL, which came out in 0.20.0 — these are all ideation and aren't necessarily something we've committed to yet:
:multi
+ up-arrow is subpar UX, maybe we could either inline the previous statement or jump back into multi mode or something (not certain here, but weird to hit up-arrow and see.
as the previous command:context
or:scope
to print all the variables which are currently resolvable in the sandbox:export
tooling, which combined with:context
would allow you to select values to export from the sandbox to a standalone filesnang
but possibly some tooling to afford IO + standalone repeatable runs (likely afforded by:context
+:export
The text was updated successfully, but these errors were encountered: