@kodingwarrior Yup! Robert Virding of Erlang fame created the original and underlying Lua runtime that has been wrapped for Elixir.
It's pretty awesome!
It's time for a new Elixir School lesson! ๐ฅณLearn how to leverage Lua within your Elixir application to provide unmatched extensibility and safe user code execution all within the BEAM ๐
https://t.co/kf2Y93ApQ7
#Elixirlang#WeBeamTogether#MyElixirStatus#LearnGrowDiscover
How can you support dynamic attributes when using reusable components with the assign_to_attribute/2 function? ๐ค
Check out this tutorial by Tracey Onim posted on @elixirschool!
๐ https://t.co/EZXGEAD4cF
#Elixirlang#WeBeamTogether#MyElixirStatus
๐ฅ๐ฅ In Phoenix 1.7, you can generate a verified route with a query string by adding an Elixir map or keyword list after a question mark. Way nicer than using the old route helpers!
#myelixirstatus
@tpolecat @elixirlang Check out @elixirschool and @exercism_io as potential places to start ๐
Also be aware that @elixirphoenix is the go to web framework if you want to just hack away something ๐
We sponsored 3 Elixirists from diverse backgrounds and experience levels to attend #ElixirConf2022. Read our latest post to hear what they had to say about the conference and the #ElixirLang community:
๐ https://t.co/CskwPh8vwd
#MyElixirStatus
I know I say this every season but I am SO EXCITED for the technical deep dives we're doing this season. Thanks @davydog187 for the kickoff episode ๐ฅณ
WE'RE BACK EVERYONE
#MyElixirStatus
With the release of Elixir 1.14, @hugobarauna and I are hard at work including some of the new goodies in https://t.co/fXgCgz3IPf! Here is a sneak peak at some PartitionSupervisor renderings in Livebook with different partition sizes. Stay tuned for updates ๐
#MyElixirStatus
Want to learn to code using #Elixir? We've teamed up with the programming pros at @pragprog for a bundle of ebooks to show you how!
Pay what you want and support @Active_Minds!
https://t.co/0RioLxTfYw
LiveView is taking off, get on the ๐ with us! Join my + @_StevenNunez's virtual "Mastering LiveView" workshop @CodeBEAMio. Learn production-ready LV skills, how to write correct LV, and be convinced LV is the future of web dev! #myelixirstatus https://t.co/u1wmosaPua
If you're using Livebook or Livebook Desktop and installing a local project as a dependency, you might run into issues with the path. You can create a consistent experience with __DIR__.
Mix.install([{:project, path: "#{__DIR__}/relative_project_path"}])
#MyElixirStatus
And another great contribution from our team making dialyzer significantly faster. What a week for Erlang, Elixir and static types! #myerlangstatus#myelixirstatus