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
Mojo is a relatively new (and, imo, very exciting) language that offers a repl experience through the terminal. I would really love to be able to use this in vim-jukit https://www.modular.com/mojo
The text was updated successfully, but these errors were encountered:
Ps. I just realized that this works pretty much out of the box if one has mojo installed and sets :let g:jukit_shell_cmd='mojo'
However, there is a slight quirk (from mojo's side really) that for a block of code to be run two sequential newline characters need to be sent to the repl. So, if a cell does not have a blank line at the end then the execution hangs until a blank line is sent to the repl.
Mojo is a relatively new (and, imo, very exciting) language that offers a repl experience through the terminal. I would really love to be able to use this in vim-jukit
https://www.modular.com/mojo
The text was updated successfully, but these errors were encountered: