Hacker News new | past | comments | ask | show | jobs | submit login

https://github.com/fengsp/pencil/blob/master/examples/hello/...

    app.get("/", "hello", hello);
    app.get("/user/<int:user_id>", "user", user);
    ....
This reminds me of Pyramid more than Flask though, just my personal observation. The code looks pretty readable even from a non-Rust programmer.



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: