Skip to content

Allow multiple preloads before entering REPL#395

Open
finiteprods wants to merge 1 commit intolurk-lab:mainfrom
finiteprods:multi-preload
Open

Allow multiple preloads before entering REPL#395
finiteprods wants to merge 1 commit intolurk-lab:mainfrom
finiteprods:multi-preload

Conversation

@finiteprods
Copy link
Copy Markdown

@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