Welcome to my field notes!
Field notes are notes I leave myself as I go through my day to day work. The hope is that other people will also find these notes useful. Note that these notes are unfiltered and unverified.
Oxygen.jl
Oxygen.jl is a simple web framework for Julia
- This is super interesting, comparable to almost a FastAPI for Julia.
- One problem for me is that it doesn’t have websocket support. I think fast dynamic languages like Julia can really benefit from frameworks like Hotwire, but that requires websockets to truly be dynamic.
- The syntax is quite clean and cool, although the part around disabling logging provide 2-3x speed up is a little weird.