DevNation
DevNation

DevNation

Follow
homebadges
Tag

Erlang

#erlang

More content

Read more stories on Hashnode


Articles with this tag

LFE-03 -List and cons

Sep 16, 20232 min read

Output on Terminal > (lfe_io:format "hello world~n" ())lfe_io:format function is use to write output on terminal. It can takes one or two arguments as...

LFE-03 -List and cons

Lisp Flavoured Erlang -02

Sep 12, 20232 min read

Lisp, short for "List Processing," is a family of programming languages known for its distinctive, fully parenthesized prefix notation. Originally...

Lisp Flavoured Erlang -02