Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.49 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.49 KB

W3Resource - Purescript

Purescript is a purely-functional language that inspired by Haskell and Javascript or ECMAScript.

W3Resource is a website that teach and test ones ability regarding syntax, understanding of the fundamental of programming, and algorithms.

And in this repository contains my way of solving problems that provided by W3Resource titled C Basic Algorithm: Exercise, Practice, Solution using purely-funtional language purescript.

Getting started

Before you can run Purescript, you need to make sure that you have nodejs installed on your local machine.

After that you can follow this instruction to run purescript.

For testing purpose you also need to install pulp and bower then you need to add all dependencies, to do so just follow these simple steps:

  • Install pulp using npm install -g pulp
  • Then install bower using npm install -g bower
  • After that you can install dependencies using bower install
  • And finally you can build using pulp build or run the tests unit using pulp test