Skip to content

Latest commit

 

History

History
210 lines (179 loc) · 11.1 KB

implementation.md

File metadata and controls

210 lines (179 loc) · 11.1 KB

Bookmarks tagged [implementation]

https://github.com/voronianski/flux-comparison

📝 Practical comparison of different Flux solutions - voronianski/flux-comparison


https://github.com/spoike/refluxjs

A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux - reflux/refluxjs


https://github.com/BinaryMuse/fluxxor

🛠️ Flux architecture tools for React - BinaryMuse/fluxxor


https://github.com/martyjs/marty

A Javascript library for state management in React applications - martyjs/marty


https://github.com/kenwheeler/mcfly

Flux architecture made easy. Contribute to kenwheeler/mcfly development by creating an account on GitHub.


https://github.com/goatslacker/alt

Isomorphic flux implementation. Contribute to goatslacker/alt development by creating an account on GitHub.


https://github.com/yahoo/fluxible

A pluggable container for universal flux applications. - yahoo/fluxible


https://github.com/optimizely/nuclear-js

Reactive Flux built with ImmutableJS data structures. Framework agnostic. - optimizely/nuclear-js


https://github.com/acdlite/flummox

Minimal, isomorphic Flux. Contribute to acdlite/flummox development by creating an account on GitHub.


https://github.com/blainekasten/coflux

Flux at the Component Level. Contribute to blainekasten/coflux development by creating an account on GitHub.


https://github.com/jbpin/sinux

Javascript state container based on Signal/Command. Full async supported - jbpin/sinux


https://github.com/jruby/jruby

A Java implementation of the Ruby language.


https://github.com/mruby/mruby

Lightweight Ruby. Can be linked and embedded in your application.


https://github.com/opal/opal

Ruby to Javascript compiler.


https://github.com/rubinius/rubinius

An implementation of the Ruby programming language. Rubinius includes a bytecode virtual machine, Ruby syntax parser, bytecode compiler, generational garbage collector, just-in-time (JIT) native machi...


https://github.com/oracle/truffleruby

A high performance implementation of the Ruby programming language. Built on the GraalVM by Oracle Labs.


https://github.com/metawilm/cl-python

Implementation of the Python programming language written in Common Lisp.


https://github.com/python/cpython

Default, most widely used implementation of the Python programming language written in C.


http://cython.org/

Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains


https://github.com/google/grumpy

More compiler than interpreter as more powerful CPython2.7 replacement (alpha).


https://github.com/IronLanguages/ironpython3

Implementation of the Python programming language written in C targeting the .NET Framework and Mono.


https://hg.python.org/jython

Implementation of Python programming language written in Java for the Java virtual machine (JVM).


https://github.com/micropython/micropython

MicroPython - a lean and efficient Python programming language implementation for microcontrollers and constrained systems


http://numba.pydata.org/

Python JIT compiler to LLVM aimed at scientific Python.


https://github.com/Maratyszcza/PeachPy

x86-64 assembler embedded in Python. Can be used as inline assembler for Python or as a stand-alone assembler for Windows, Linux, OS X, Native Client and Go.


https://github.com/Microsoft/Pyjion

A JIT for Python based upon CoreCLR.


https://bitbucket.org/pypy/pypy

Implementation of the Python programming language written in RPython and translated into C. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. The interpreter u...


https://github.com/ebranca/owasp-pysec

Hardened version of python that makes it easier for security professionals and developers to write applications more resilient to attacks and manipulations.


https://github.com/dropbox/pyston

A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.


https://github.com/stackless-dev/stackless/wiki

An enhanced version of the Python programming language which allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with convent...