This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 162
[PureScript] New Concept Exercise: booleans #1260
Merged
declarationperfume
merged 17 commits into
master
from
purescript-booleans-concept-exercise
Apr 16, 2020
Merged
[PureScript] New Concept Exercise: booleans #1260
declarationperfume
merged 17 commits into
master
from
purescript-booleans-concept-exercise
Apr 16, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declarationperfume
changed the title
[PureScript] Concept exercise: Booleans
[PureScript] Concept Exercise: Booleans
Apr 16, 2020
declarationperfume
changed the title
[PureScript] Concept Exercise: Booleans
[PureScript] New Concept Exercise: Booleans
Apr 16, 2020
declarationperfume
changed the title
[PureScript] New Concept Exercise: Booleans
[PureScript] New Concept Exercise: booleans
Apr 16, 2020
I like the step to go from bower to spago. I thought about it already as well, but was waiting more comments on it exercism/purescript#119 and didn't go on with it after not getting anything. |
mawis
approved these changes
Apr 16, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I'm so happy v3 gets started for PureScript. 👍
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements a Booleans concept exercise in the PureScript track. The concept exercise was forked from JavaScript.
I've moved from Bower (which was used in v2) to Spago, which is the successor of Pulp for PureScript. In the following days, I'll add a CLI.md and a Debug.md to explain how to use Spago for the PureScript track. Essentially, it's just:
spago install
and then
spago build
and then
spago test