···32 time php "$fn" < {{input}}
33 else if test -f {{part}}.ex
34 time elixir "$fn" < {{input}}
00035 else if test -f {{part}}.erl
36 erl -compile "$fn"
37 and time erl -noshell -s {{part}} main -s init stop < {{input}}
···32 time php "$fn" < {{input}}
33 else if test -f {{part}}.ex
34 time elixir "$fn" < {{input}}
35+ else if test -d {{part}} -a -f {{part}}/gleam.toml
36+ pushd {{part}}
37+ time gleam run "$fn" < ../{{input}}
38 else if test -f {{part}}.erl
39 erl -compile "$fn"
40 and time erl -noshell -s {{part}} main -s init stop < {{input}}