Migrating from Elixir to Node with AI
As a research project, I’m using generative AI to help me convert a production app built in elixir to node with typescript. I have no experience with functional programming, elixir, or typescript and haven’t touched node in six years. In 7 hours, I researched the new stack, got my project setup with: build script, testing, linting, coverage and complexity metrics. I’ve also setup the database by combining and converting the migrations scripts. Next I start migrating application code.