Skip to content

sam-pitch/macro_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Macro Weirdness

Steps to reproduce

  1. Clone this repo
  2. Install shadow-cljs npm module
npm install -g shadow-cljs
  1. Run the project
shadow-cljs watch app
  1. Connect to the nREPL with your editor.
  2. Load the example ns and check the value of bar
  3. Load the core ns and check the value of bar. Notice the values are the same.
  4. Edit the content of short.txt
  5. Reload the example ns and see that the value of bar has now changed.
  6. Reload the core ns and see that the value of bar has NOT changed.
  7. ???

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published