All Projects → reflex-frp → reflex-dom-ace

reflex-frp / reflex-dom-ace

Licence: other
Reflex wrapper for the ACE editor

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to reflex-dom-ace

reflex-native
Framework for writing fully native apps using Reflex, a Functional Reactive Programming library for Haskell.
Stars: ✭ 40 (+233.33%)
Mutual labels:  reactive, functional-reactive-programming, frp, reflex-frp
reflex-dom-semui
A reflex-dom API for Semantic UI components
Stars: ✭ 22 (+83.33%)
Mutual labels:  reactive, functional-reactive-programming, frp, reflex-frp
Reflex
Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.
Stars: ✭ 910 (+7483.33%)
Mutual labels:  reactive, functional-reactive-programming, frp
reflex-examples
See Reflex FRP in action with tinker-friendly code samples you can run yourself.
Stars: ✭ 76 (+533.33%)
Mutual labels:  functional-reactive-programming, frp, reflex-frp
Mobx Keystone
A MobX powered state management solution based on data trees with first class support for Typescript, support for snapshots, patches and much more
Stars: ✭ 284 (+2266.67%)
Mutual labels:  reactive, functional-reactive-programming, frp
purescript-pop
😃 A functional reactive programming (FRP) demo created with PureScript events and behaviors.
Stars: ✭ 33 (+175%)
Mutual labels:  reactive, functional-reactive-programming, frp
Reflex Dom
Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface.
Stars: ✭ 301 (+2408.33%)
Mutual labels:  reactive, functional-reactive-programming, frp
Reflex Platform
A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
Stars: ✭ 602 (+4916.67%)
Mutual labels:  reactive, functional-reactive-programming, frp
Sodium Typescript
Typescript/Javascript implementation of Sodium FRP (Functional Reactive Programming) library
Stars: ✭ 102 (+750%)
Mutual labels:  reactive, functional-reactive-programming, frp
yave
Functional visual programming language with FRP for multimedia
Stars: ✭ 29 (+141.67%)
Mutual labels:  functional-reactive-programming, frp
purescript-outwatch
A functional and reactive UI framework based on Rx and VirtualDom
Stars: ✭ 33 (+175%)
Mutual labels:  reactive, frp
agile
🌌 Global State and Logic Library for JavaScript/Typescript applications
Stars: ✭ 90 (+650%)
Mutual labels:  reactive, functional-reactive-programming
forms
A library to build declarative, composable, reactive user interfaces with WebSharper.
Stars: ✭ 12 (+0%)
Mutual labels:  reactive, frp
reactive-states
Reactive state implementations (brainstorming)
Stars: ✭ 51 (+325%)
Mutual labels:  reactive, frp
RxUploader
Uploader for Android using RxJava
Stars: ✭ 72 (+500%)
Mutual labels:  functional-reactive-programming, frp
Fpgo
Monad, Functional Programming features for Golang
Stars: ✭ 165 (+1275%)
Mutual labels:  reactive, functional-reactive-programming
mutable
State containers with dirty checking and more
Stars: ✭ 32 (+166.67%)
Mutual labels:  functional-reactive-programming, frp
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+750%)
Mutual labels:  reactive, functional-reactive-programming
demonstration-gsd
GSD (Get your Stuff Done) | Basic Todo list for demonstrating CQRS/Command Sourcing in Haskell
Stars: ✭ 46 (+283.33%)
Mutual labels:  functional-reactive-programming, frp
recurrent
A library for building functional-reactive (FRP) GUIs in Clojurescript
Stars: ✭ 49 (+308.33%)
Mutual labels:  functional-reactive-programming, frp

This package provides a Reflex wrapper around the ACE editor. It is very incomplete and was derived from code written for hsnippet. This is also intended to serve as an example of how to structure FFI packages that rely on external JS packages.

running

You can run the test app with the following (assuming you've got reflex-platform at .. and wai-app-static aka the warp binary installed in your path):

Using one terminal, from this project's directory do:

warp -d lib

Then in another terminal do:

../reflex-platform/work-on ghc ./.
cabal configure
cabal repl reflex-dom-ace-exe

That will drop you into the repl from which you can simply:

runDef

Then visit http://localhost:8888.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].