fxn·letztes Jahr·discussThat is not the hallmark of literate programming, but the hallmark bad/unhelpful code comments or docs. Like, you can also have bad/unhelpful function names or unclean and tangled implementations."TeX: The Program" is a joy to read.
fxn·vor 2 Jahren·discussSome links do not have information yet, others do, for example https://hotwire.io/frameworks/laravel or https://hotwire.io/frameworks/django.
fxn·vor 2 Jahren·discussNo, Hotwire is framework agnostic it is web components and JavaScript, basically.You can Google Hotwire with Django, or Laravel, or many others (https://hotwire.io/frameworks).
fxn·vor 3 Jahren·discussThe article section about interpreted vs compiled is incorrect..exs files are compiled just like .ex files are. The only difference between `elixirc` and `elixir` is that the former creates an artifact on disk, and the latter does not. See https://medium.com/@fxn/how-does-elixir-compile-execute-code....Also, Ruby is as compiled as Elixir is.Compiled vs interpreted is blurred the moment you compile to bytecode run by a VM. An artifact is not a fundamental difference.
"TeX: The Program" is a joy to read.