MPMartin Palopoliinbuildingfitz.hashnode.dev·1d ago · 17 min readPresentando Fitz: un lenguaje donde HTTP, Postgres, JWT y WebSockets son parte de la sintaxisTL;DR — Fitz es un lenguaje de programación nuevo, escrito en Rust, con compilador de tipado gradual. La premisa: en lugar de apilar FastAPI + SQLAlchemy + python-jose + Celery + Pydantic + uvicorn + 00
MPMartin Palopoliinbuildingfitz.hashnode.dev·3d ago · 17 min readIntroducing Fitz: a language where HTTP, Postgres, JWT, and WebSockets are part of the syntaxTL;DR — Fitz is a new programming language built in Rust, with a gradually-typed compiler. The pitch: instead of stacking FastAPI + SQLAlchemy + python-jose + Celery + Pydantic + uvicorn + Alembic + t00