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

(consoleapp) Remove REPL code #446

Merged
merged 1 commit into from
Mar 31, 2024
Merged

(consoleapp) Remove REPL code #446

merged 1 commit into from
Mar 31, 2024

Conversation

perlun
Copy link
Collaborator

@perlun perlun commented Mar 31, 2024

As discussed in #406, the REPL will go away for some time, until we can (at some point) reimplement it on top of LLVM. At that point, the REPL will be dynamically emitting native code, i.e. still not require a JIT interpreter of any form. Based on some experiments I've done with LLVM, this should be doable.

The -e "<code-to-be-executed>" will also be removed for now, but will take that as a separate commit.

As discussed in #406, the
REPL will go away for some time, until we can (at some point)
reimplement it on top of LLVM. At that point, the REPL will be
_dynamically emitting native code_, i.e. still not require a JIT
interpreter of any form. Based on some experiments I've done with LLVM,
this should be doable.

The `-e "<code-to-be-executed>"` will also be removed for now, but will
take that as a separate commit.
@perlun perlun added the experimental compilation Issues which are relevant when using experimental compilation label Mar 31, 2024
@perlun perlun added this to the 0.5.0 milestone Mar 31, 2024
@perlun perlun enabled auto-merge (squash) March 31, 2024 14:10
@perlun perlun merged commit 94a6aee into master Mar 31, 2024
14 checks passed
@perlun perlun deleted the feature/drop-repl branch March 31, 2024 14:12
@perlun perlun mentioned this pull request Apr 2, 2024
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental compilation Issues which are relevant when using experimental compilation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant