HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fxn

no profile record

comments

fxn
·letztes Jahr·discuss
That 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·discuss
The remontoire has a technical/practical modern use in the Zeitwerk.
fxn
·vor 2 Jahren·discuss
Some 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·discuss
No.
fxn
·vor 2 Jahren·discuss
No, 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·discuss
The 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.