A simple module to do currying and partial application using Variadic functions to start partial evaluation
Provides a simple to use profiling mechanism to inspect the behavior of an application on a target VM. This runs as a stand-alone `escript` for both for ease of use and to minimize impact on the target VM. Requires ezprofiler_deps: https://github.com/nhpip/ezprofiler_deps
Application-side dependancy that works in conjunction with `ezprofiler`. Provides the ability to do code profiling within your application as well as `ezprofiler` management. THe `ezprofiler` escript can be obtained from: https://github.com/nhpip/ezprofiler.git
Saves shell history and variable bindings between shell sessions.
Allows the user to display history in a more intuitive and cleaner way than the default. Historic actions can be viewed, replayed or copied. Scrolling through history is command, not line based.
Saves shell history and variable bindings between shell sessions.
Allows the user to display history in a more intuitive and cleaner way than the default. Historic actions can be viewed, replayed or copied. Scrolling through history is command, not line based.
Simple, if not a bit hacky, way to do variadic functions in Elixir