Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Add GNU Prolog support #126

Merged
merged 2 commits into from
Jul 13, 2020
Merged

Add GNU Prolog support #126

merged 2 commits into from
Jul 13, 2020

Conversation

ALANVF
Copy link
Contributor

@ALANVF ALANVF commented Jul 13, 2020

It's been requested quite a bit, so I figured that I'd add it.

@ALANVF ALANVF added the preboop label Jul 13, 2020
@replbot replbot added boop and removed preboop labels Jul 13, 2020
[compile]
command = [
"gplc",
"--no-top-level",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you explain what impact --no-top-level has on usage of Prolog from Repl.it's perspective? I'm looking at the gprolog manual and I'm not sure the pros/cons of requiring an initialization directive.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--no-top-level means that the program won't enter interactive mode after running the program (because it originally broke circleci without the option).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah okay makes sense. That sounds useful if we prybar this up in the future.

@ALANVF ALANVF merged commit f5bac71 into master Jul 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants