Skip to content

Instantly share code, notes, and snippets.

@VitoVan
Last active March 1, 2023 23:59
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VitoVan/c41e1940ab0a3135dc6c to your computer and use it in GitHub Desktop.
Save VitoVan/c41e1940ab0a3135dc6c to your computer and use it in GitHub Desktop.
Shame of Me

Shame of Me

I accused Clack when I was young.

@VitoVan
Copy link
Author

VitoVan commented Jul 16, 2016

I just tried ningle, which is also built on top of clack.
Previously, we run

(setf (ningle:route *app* "/")
      "Welcome to ningle!")

then we run below:

(setf (ningle:route *app* "/")
      "Welcome to ningle! Changed function")

This will take effect, I think this is kind of Hot Deployment.

My shame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment