Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for new language: mojo #115

Open
BenAlheit opened this issue Jul 31, 2024 · 1 comment
Open

Support for new language: mojo #115

BenAlheit opened this issue Jul 31, 2024 · 1 comment

Comments

@BenAlheit
Copy link

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

@BenAlheit
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant