[erlang-questions] Refactoring in anger (Felix Gallo)

Garrett Smith g@REDACTED
Sun Aug 9 17:47:32 CEST 2015


It's going to look for geom.beam in the current working directory. You
need to compile geom.erl.

To check what the VM sees in the current directory run this:

> ls().

On Sun, Aug 9, 2015 at 10:44 AM, Roelof Wobben <r.wobben@REDACTED> wrote:
> Op 9-8-2015 om 17:33 schreef Garrett Smith:
>>
>> What error are you seeing?
>>
>
>
> I see this output:
>
> 1> c(ask_area).
>  {ok,ask_area}
> 2> ask_area:area().
> R)ectangle, T)riangle, or E)llipse > R
> Enter width > 2
> Enter height > 4
> ** exception error: undefined function geom:area/3
>
>
> Roelof
>
>
> ---
> Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware.
> https://www.avast.com/antivirus
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions



More information about the erlang-questions mailing list