I have worked on different programming language / frameworks mostly for web development tasks. Here are list of tasks which seems to be common acro...
For further actions, you may consider blocking this person and/or reporting abuse
Some languages don't have loops - recursion has to be used instead (e.g. Erlang, Haskell).
While many languages are statement based others use only expressions: expressions vs statements.
Yeah, mostly functional language do not have inbuilt loop, it need to be implemented through recursion.