Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 455 Bytes

File metadata and controls

17 lines (13 loc) · 455 Bytes

TODO

Code quality

All items from initial code review have been addressed.

Future features

  • Status codes (leverer status 404)
  • Body binding (mottar data : NyBil)
  • Query parameters
  • Named constructor arguments (Bil(id: "1", modell: "Volvo"))
  • String escapes (\n, \t)
  • More stdlib functions
  • Package as dotnet tool for direct bacon command
  • Module system (currently import is a no-op)
  • HTTPS support (currently HTTP-only)