GithubHelp home page GithubHelp logo

sgpietz-handy / purescript-ace Goto Github PK

View Code? Open in Web Editor NEW

This project forked from purescript-contrib/purescript-ace

0.0 1.0 0.0 213 KB

Purescript bindings for the Ace editor

License: MIT License

HTML 0.62% JavaScript 28.92% PureScript 70.47%

purescript-ace's Introduction

purescript-ace

Latest release Build status Dependency status

PureScript bindings for the Ace code editor.

API

The API is a low-level, type-safe, straightforward binding to Ace:

  • All effectful JavaScript functions (i.e. virtually all functions!) are wrapped in the Eff monad for the appropriate effect type (random, dom, etc.).
  • All JavaScript parameter or return values which may be nullable are wrapped / unwrapped using Maybe.
  • PureScript record types are used for JavaScript objects.
  • JavaScript's fake sum types are mapped to PureScript's real sum types, which necessitates encoding / decoding.

Examples

The examples directory contains an index.html, which contains a variety of examples of how to embed the Ace editor and configure it using the PureScript API.

Tests

This project has no real tests. However, most bound functions are exercised in the examples, to ensure the bindings and necessary wrapping, unwrapping, encoding, and decoding has been performed correctly.

Documentation

Module documentation is published on Pursuit.

purescript-ace's People

Contributors

cryogenian avatar deamme avatar garyb avatar jdegoes avatar kritzcreek avatar mitchellwrosen avatar paf31 avatar puffnfresh avatar

Watchers

 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.