Skip to content

parmentf/explore-purescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

explore-purescript

Let's learn Purescript (useful only for me)

Install

npm i -g purescript
npm i -g spago

I begin with version 0.13.8. Version seems to be important, as what's in the EggHead Functional Programming Concepts in PureScript does not always work (especially loggin stuff).

That's one of the reasons why I'll begin with PureScript by Example.

You can open this repository in a Codespace.

Build

spago build

Test

spago test

REPL

spago repl

VSCode

J'ai installé:

  • PureScript IDE
  • vscode-purty (to make it work, install purty via npm): to be called with Alt-Shift-F in CodeSpace.
  • Dhall Language Support
  • vscode-input-assist (languages code: ["[purescript]"])

Resources

About

Let's learn Purescript (useful only for me)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors