NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Web Apps in Common Lisp (web-apps-in-lisp.github.io)
vindarel 327 days ago [-]
Super-interactive workflow. You never wait for the webserver to restart -you are "inside" the server/the running image.

Super-fast compile-time errors and warnings (function by function, a shortcut away).

Compiles to machine code.

Djula is nearly a drop-in replacement for Django templates. Or choose JSX syntax or a lispy template engine.

Various DB libraries, Mito has built-in migrations.

Binaries with everything included (templates and all static assets, dozens of dependencies, the compiler and debugger) is ±35MB (compressed). Great to ship and deploy.

An in-coming DB admin dashboard (https://lisp-journey.gitlab.io/blog/towards-a-database-admin...)

Good times.

329 days ago [-]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 12:39:09 GMT+0000 (Coordinated Universal Time) with Vercel.