livebook
components_guide
livebook | components_guide | |
---|---|---|
1 | 1 | |
1,855 | 24 | |
- | - | |
0.0 | 9.6 | |
about 4 years ago | over 1 year ago | |
Elixir | Elixir | |
Apache License 2.0 | Creative Commons Attribution Share Alike 4.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
livebook
-
Better Business Intelligence in Elixir with Livebook
Livebook started out as Elixir's version of Jupyter Notebooks. Jupyter is pretty great. But it turns out that code notebooks on Elixir are something special; they do something you usually can't pull off in Python. That's because Elixir has powerful built-in clustering, built on Erlang's BEAM/OTP runtime. Livebook notebooks can talk directly to running Elixir apps. And so we can do analysis and visualization directly off the models in our applications.
components_guide
-
WebAssembly Text Code Samples
This is fantastic. The specs and the MDN documentation are pretty detailed, but I’ve found I need a fair bit of trial and error to understand some WAT language features.
The loop with a block directly inside is a good regular pattern! I’ll be using that all the time now.
I’ve been writing an Elixir DSL for WAT. Elixir has a powerful macro system, so I can closer to that pseudo C-syntax in this post, plus some other niceties. I plan to open source it as a library soon.
Here are examples I’ve written in it, like an HTML escaper, stateful HTML component, bump allocator, and a few state machines.
https://github.com/ComponentsGuide/components_guide/tree/mas...
What are some alternatives?
Pandex - Lightweight Elixir wrapper for Pandoc. Convert Markdown, CommonMark, HTML, Latex... to HTML, HTML5, opendocument, rtf, texttile, asciidoc, markdown, json and others
archived-zoonk - Platform for creating interactive courses.
phoenix-pages - Blogs, docs, and static pages in Phoenix
bfasm - more experiments in webassembly
phoenix_live_dashboard - Realtime dashboard with metrics, request logging, plus storage, OS and VM insights
livebook - Automate code & data workflows with interactive Elixir notebooks