| [7](7/main.erl) | [Erlang](https://www.erlang.org/) | ⭐⭐ | [Replit](https://replit.com/@janschaefer0/AdventOfCode202307) | [ChatGPT](https://chat.openai.com/share/e4886a2a-52fe-4494-b3f5-705da823f46a) | Erlang was the hardest language for me so far. I struggled with the syntax, with the error messages, even with just printing strings to the console. I even had to read the documentation, because ChatGPT could not help me enough. Erlang is very different to common languages, just to name a few things: Variables have to be written with an upper case letter, counting starts at 1 and not at 0, you end functions with a dot. It feels like the language was developed by a person that wanted to do everything different. No wonder Elixir exists :-). |
0 commit comments