Git Product home page Git Product logo

linked-list-pure-functional-typescript's Introduction

Linked List - Pure Functional TypeScript

Why

I am a big fan of Elm. Ever since I found out about it, I have been influenced by Elm. Inspired from it, I wanted to try out pure functional style in JavaScript. One of the most powerful thing I find about Elm is its type system which allows state to be modelled very well. So, I opted for TypeScript instead. And to make it a bit challenging, I wanted to implement the Linked List data structure.

Where

Inside the ./src, you can find LinkedListClass.ts and LinkedListModule.ts. As the name suggests, LinkedListClass.ts demonstrates the object oriented implementation, whereas LinkedListModule.ts has pure functional implementation.

One thing to note is I have tried to avoid looping structures like for and while, as (a) they are not available in pure functional languages, (b) they promote mutational logic, and (c) they are imperative instead of declarative.

Cool, wanna try

You need to have node, npm and yarn installed. After that, in your shell (bash, zsh, etc.) simply run yarn && yarn start. If you get version related errors, just upgrade to the latest versions. For the specific versions, you can refer to package.json.

linked-list-pure-functional-typescript's People

Contributors

exanup avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.