Pinned Repositories
elm-animation-frame
An Elm Signal that is synchronized with the monitor's refresh rate.
factor
My copy of the factor programming language
jwmerrill.github.io
Personal Site
ohm-grammar-json
JSON Parser in Ohm/js
Pnums.jl
Unums 2.0 for Julia
PowerSeries.jl
Truncated Power Series for Julia
zig-lox
Zig implementation of Crafting Interpreters bytecode lox interpreter
jwmerrill's Repositories
jwmerrill/zig-lox
Zig implementation of Crafting Interpreters bytecode lox interpreter
jwmerrill/elm-animation-frame
An Elm Signal that is synchronized with the monitor's refresh rate.
jwmerrill/Pnums.jl
Unums 2.0 for Julia
jwmerrill/PowerSeries.jl
Truncated Power Series for Julia
jwmerrill/ohm-grammar-json
JSON Parser in Ohm/js
jwmerrill/jwmerrill.github.io
Personal Site
jwmerrill/async-script-load-benchmark
Benchmark of asynchronously loading many scripts
jwmerrill/chrome-51-voiceover-crash
Chrome 51 VoiceOver crash demonstration
jwmerrill/Color.jl
Basic color manipulation utilities.
jwmerrill/Compose.jl
Declarative vector graphics
jwmerrill/core
Elm's core libraries
jwmerrill/desmos-webpack-repro
jwmerrill/DigitSets.jl
Represent a set of digits with an immutable bitmask
jwmerrill/DigitSetSudoku.jl
jwmerrill/elm-architecture-tutorial
How to create modular Elm code that scales nicely with your app
jwmerrill/elm-compiler-stale-cache
Demonstration of a cache invalidation bug in the Elm 0.14 compiler
jwmerrill/Elm-Css
Use the full power of Elm to generate CSS thats both elegant and expressive
jwmerrill/elm-html
Use HTML in Elm!
jwmerrill/elm-todomvc
Proper implementation of the TodoMVC app
jwmerrill/FastGaussTransforms.jl
Fast algorithm for repeated evaluation of the convolution of a point set with a gaussian kernel.
jwmerrill/Images.jl
An image library for Julia
jwmerrill/IterativeSolvers.jl
Implement Arnoldi and Lanczos methods for svds and eigs
jwmerrill/mathquill
Magic textboxes where you can type math as easily as writing!
jwmerrill/METADATA.jl
Metadata for registered Julia packages.
jwmerrill/ohm
A library and language for parsing and pattern matching.
jwmerrill/ts-promise-repro
Example of an async/await type checking inconsistency in typescript.
jwmerrill/tsc-build-cache-invalidation
Minimal reproduction of a cache invalidation issue in tsc
jwmerrill/wasm-builder
Builds and encodes wasm modules
jwmerrill/zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
jwmerrill/zox
A Zig implementation of Lox