0.1.0 • Published 7 years ago

@pythonify/string-find v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
7 years ago

#+TITLE: Pythonify.js #+STYLE:

  • Overview

    Mission

    The goal of this library is to:

    1. Create useful and efficient methods for JavaScript based on the methodologies that the Python language is built on.
    2. Stay true to the native JavaScript concepts and to deviate as little as possible from these concepts.
    3. Be light weight and straight forward. We want as little /magic/ as possible happening in the background.

    Why Python?

    Python is mostly well known and has a plethora of well thought out implementations and methods. The advantages of trying to make things that are the same as in Python is to hopefully avoid learning two ways to accomplish the same result.

    [https://pythonify.readme.io/v1.0/docs/getting-started?bypass=e9cb3559a2]