nynrathod

↗ HN profile [ 58.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Built Doo because I was tired of writing 200 lines of auth boilerplate for every API. Example (complete API): import std::Http::Server; import std::Database; struct User { id: Int @primary @auto, email: Str @email…

  2. Hey HN! https://github.com/nynrathod/doolang I'm Nayan, and I'm stoked to share Doo, my project turned side hustle for a lang that's dead simple to write but punches like Rust. Think clean syntax (inspired by Rust but…