nynrathod
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…
- Doo – 0.2.0 Alpha Release (github.com)
- Doo: Programming Language Ideas and Suggestions? (github.com)
-
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…