Сообщения

Elixir, iex, video, compile

https://www.youtube.com/watch?v=k8RkVQlemyM&list=PLtHDJri4AWWRfOzaQoMQlkWt53aIAPcZ9&index=4 hot to complile https://medium.com/@fxn/how-does-elixir-compile-execute-code-c1b36c9ec8cf ixe :erlang.halt() - exit c "file.ex" compile and load modules  -> [first_module, second_module]  r module - relaod module elixirc file.ex -> 2 files in own module OneModule and OtherModule BYTE code elixirc produces a .beam file per every mudules in File mix new nano - create project nano cd  nano test .exs - scripts without moduls elixir go_hard.exs - запуск скрипта iex -S mix компиляция проекта iex> Process.exit(pid(0,134,0), :because)

Elixir, Video, Tutorial

https://www.youtube.com/watch?v=9V8-O0yUy1w&list=PLtHDJri4AWWRfOzaQoMQlkWt53aIAPcZ9

Elixir, C++, Cpp, Message, Socket,

Elixir says hello C++ https://www.wisol.ch/w/articles/2015-06-19-elixir-to-cpp-messaging/ https://nanomsg.org/

Elixir, LiveView

https://habr.com/ru/post/452724/ https://github.com/phoenixframework/phoenix_live_view https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html https://elixirschool.com/blog/phoenix-live-view/ https://www.youtube.com/watch?v=U_Pe8Ru06fM https://medium.com/grandcentrix/state-management-with-phoenix-liveview-and-liveex-f53f8f1ec4d7 https://earthly.dev/blog/real-time-phoenix-elixir/ https://elixircasts.io/phoenix-liveview-part-1 https://elixircasts.io/api-authorization-with-api-keys-part-2 https://alchemist.camp/episodes/phoenix-live-view-setup https://pragmaticstudio.com/phoenix-liveview https://www.phoenixframework.org/ https://pragprog.com/titles/liveview/programming-phoenix-liveview/ https://stackoverflow.com/questions/64550907/elixir-phoenix-liveview-collapsible-collapses-on-update

Elixir, Video

https://www.youtube.com/watch?v=EjJdA609KAM

Elixir, Vscode,

Elixir, Vscode https://thinkingelixir.com/elixir-in-vs-code/ https://thinkingelixir.com/available-courses/pattern-matching/