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

Auto-import Prelude in PSCI #259

Closed
chexxor opened this issue Mar 12, 2017 · 1 comment
Closed

Auto-import Prelude in PSCI #259

chexxor opened this issue Mar 12, 2017 · 1 comment

Comments

@chexxor
Copy link
Contributor

chexxor commented Mar 12, 2017

Newcomers to PureScript expect to be able to do

$ pulp init
$ pulp psci
> 1 + 1
2

Pulp is a good place for user-convenience things like this. Perhaps pulp init could add "import Prelude" to a .psci file, which is executed to initialize the psci environment.

I recall a .psci file being supported by psci in the past, but it's been removed, I believe.

@chexxor
Copy link
Contributor Author

chexxor commented Mar 12, 2017

Made an issue to re-add the .psci file support: purescript/purescript#2734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant