Jim's Elixir Experiments
This repo contains my experiments with Elixir. See also my other repos, including but not limited to:
CryptoPals
http://cryptopals.com/, though I'm also working on those in Clojure.
Core MIDI
A MIDI file reader/writer. See https://github.com/jimm/elixir-midifile
This is an example Elixir wrapper around Apple CoreMIDI functions. The code
in c_src
is a modification of code posted by Joe Armstrong years ago.
Rails to Phoenix
rb_schema_to_ecto_schemas.rb is an attempt to automate conversion of Ruby on Rails models to Phoenix models. It still needs to handle many-to-many-through associations.
Replayer
Replays an Apache log file.
SimpleCache
A translation to Elixir of the simple cache application from Erlang and OTP in Action.
TCP RPC
A translation to Elixir of an exercise from Erlang and OTP in Action.
YAML
Converts the output of :yamerl_constr
into a list of Elixir maps.
See the README.