Current Limitations

  • search in elixir (and erlang) standard library only
  • no IO
  • no "apply"
  • some reasonable Elixir syntax is not supported at the moment
    • capture operator anonymous functions : &{ &1, &1 + 1 }
    • etc...