Skip to content

EmptyWork/ps-w3resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My adaptation on how to solve W3Resource C Programming Basic Algorithm using Purescript

Topics

Resources

License

Stars

Watchers

Forks