An API to convert words to numbers built in the W language: Rust. Fast, efficient, amazing. No disgusting LLMs, just pure, fast pattern matching! If you need LLMs use ai.hackclub.com! This was my first ever API and I’m really proud that I stuck to…
An API to convert words to numbers built in the W language: Rust. Fast, efficient, amazing. No disgusting LLMs, just pure, fast pattern matching! If you need LLMs use ai.hackclub.com! This was my first ever API and I’m really proud that I stuck to no LLM’s and used none to make it too!
I know I said no LLM’s but I used Claude to generate the OpenAPI spec YAML file, thats it! This is OpenAPI: https://spec.openapis.org/oas/v3.2.0.html
.
. The hardest part was the multiple multipliers like “one hundred million” since I used to do 1 * 100 and then it would add 1,000,000 which is obviously wrong. Now it works like a charm! Obviously there a few things to iron out before shipping v1.0.0 but most things are good!
. The time has come to give in to the serde gods.