/README

http://github.com/nbowe/erlang_decorators · #! · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 7d4b6976fcce83e18759d0cf45e925ca MD5 · raw file

  1. Erlang Decorators
  2. =================
  3. An early implementation of python style decorators for erlang.
  4. TODO
  5. ====
  6. * Allow custom named decorators for nicer syntax
  7. * Allow passing arguments to decorators