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

REPL renamed to CONSOLE #484

Merged
merged 1 commit into from
Apr 29, 2017

Conversation

draegtun
Copy link

@draegtun draegtun commented Apr 29, 2017

This PR changes all (relevant) references of REPL to CONSOLE.

Some pertinent info:

  • HOST-CONSOLE & host-console.r are the new function! and filenames used.

  • system/console replaces system/repl

  • console! replaces repl! object.

  • %console-skin.reb is new name for skin file (%repl-skin.reb is defunct).

So %console-skin.reb must end in a console! object for it skin the console:

    Rebol []
    
    make console! [
        prompt: ">>> "
        result: "=== "
    ]

The REPL is dead. Long live the CONSOLE :)

@draegtun draegtun merged commit 00def28 into metaeducation:master Apr 29, 2017
@draegtun draegtun deleted the repl_to_console_rename branch April 29, 2017 16:16
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.

None yet

1 participant