8000 Allow multiple preloads before entering REPL by finiteprods · Pull Request #395 · lurk-lab/lurk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Allow multiple preloads before entering REPL #395

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

finiteprods
Copy link
@finiteprods finiteprods commented Nov 22, 2024

extends the preload command line option to accept multiple files

$ lurk repl --preload demo/simple.lurk demo/mini-mastermind.lurk
Loading demo/simple.lurk
[1 iteration] => 123
[2 iterations] => 2
square
[5 iterations] => 64
make-adder
five-plus
[6 iterations] => 8
Loading demo/mini-mastermind.lurk
length
maybe-remove
score
code-valid?
score-one-turn
t
t
t
t
Lurk REPL welcomes you.
lurk-user>

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

Successfully merging this pull request may close these issues.

Multiple preloaded files
1 participant
0