Open rushsteve1 opened 3 years ago
Now that I've got a bit more perspective seeing it in action. supporting strings and response objects works quite nicely. At this point in time, feel it would be better to support strings and response objects.
My reasoning is:
(import html)
, and using that to encode the content as a string, then it's communicating that html is just a library and encourages others to create alternatives where if we implicitly handled arrays we're showing a strong preference to janet-html and strings over everything else. This keeps it a more even playing field.Ultimately it's your call, but I do like the django philosophy of explicit is better than implicit, and reducing magic.
In so far though this project is coming together quite nicely! I can see myself enjoying working with it on personal projects I just want to get out of my head.
spin
library (cc @eccentric-j)index.janet
files (or should it be init.janet
like imports?)Questions
The first list of things to do in the project
http.Request
to Janet structures like Circlet's"Managed" SQLite databaseQuestions
main
function?