Hacker News new | ask | show | jobs
by bmitc 1299 days ago
I'm using Elixir and a Liveview notebook this year to go through it. Using Liveview notebooks is so nice, as you can even add and run `ExUnit` tests within one. So, it's just a single document in which to work with syntax highlighting, formatting, modules, tests, etc.

I may also do it in F# and .NET Interactive notebooks using the Polyglot Notebooks Visual Studio Code extension, but I suspect the solutions will look very similar.

1 comments

Correction: I meant a Livebook notebook instead of "Liveview notebook", the latter being a framework for Elixir frontend apps.