#How to run gleam from the erlang shell?

1 messages · Page 1 of 1 (latest)

quiet ore
#

I would really like to run my gleam project on my schools beefy computers, but they only have erlang installed.

I am able to run my gleam project easily on my computer using gleam shell and then star_scan:main(). but when I try using just the erlang shell (ie typing erl then star_scan:main().) I get this error:
** exception error: undefined function star_scan:main/0. Is there a simple way to run my project using the erlang shell?

dawn tartan
#

you can use gleam export erlang-shipment
this will generate all the required files and a bash script to run it