Replies: 2 comments
-
Hey @alhassy, currently juvix does not have a repl but we would love to have one. However, there is a lot of work to do in the backend of the compiler and we will be busy with that for a long while. After that, we may consider the option of adding a repl, but we cannot give any approximation of when (or if) it will happen. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since Juvix v0.2.9, we can play with two REPL (one for the user, one for devs)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
When diving into a language, it can be nice to have a REPL to quickly experiment with APIs or language features.
If a REPL already exists, I couldn't figure it out from the CLI's docs nor the repo's README, and so improved exposure would be appreciated.
Describe the solution you'd like
For a CLI option to be added to provide an interactive session where definitions can be declared and expressions are evaluated.
Describe alternatives you've considered
A quick and dirty alternative is to build an interactive session using a temporary file:
The benefit here is that this is doable without altering the Juvix CLI, but it is very clunky, editor-specific, and so far from ideal.
Additional context
This issue caused #1484
Beta Was this translation helpful? Give feedback.
All reactions