alpaca-lang / alpaca

Functional programming inspired by ML for the Erlang VM
Other
1.44k stars 48 forks source link

Inconsistent function case #241

Open lpil opened 6 years ago

lpil commented 6 years ago

Hiya

Over in Alpaca lib it was stated that camelCase is the way to write functions. Currently the built in guard functions (is_integer/1 etc) use snake_case. Should we switch them over to camelCase?

Cheers, Louis

lpil commented 6 years ago

I see the docs prefer snake_case too. I could update these? :)

j14159 commented 6 years ago

All of the above works for me :)