kovasb / session

repl into the clojurescript community
Eclipse Public License 1.0
459 stars 36 forks source link

Missing dependencies and components #35

Closed coxchen closed 10 years ago

coxchen commented 10 years ago

Hi @kovasb,

I saw your presentation and demo about session on Vimeo and found that very impressive, so I decided to give it a try. After finding missing dependencies manually (yantra, merchant, and datomic jars) and fixing the datomic connection by replacing the URI "datomic:free://localhost:4334/test" with "datomic:mem://localhost:4334/test", I finally can see something on local:8080. I also commented out the dependency to yantra.plot in session/main.cljs to make it work. But it doesn't look like what you showed in the demo almost two years ago.

session-screenshot

Though I'm able to evaluate some basic forms, it doesn't seem to understand "#ui/html" or "js/alert". Did I miss something? Would you mind to share a functional version of session?

Thank you!

kovasb commented 10 years ago

Session has been completely rewritten.. sorry about the inconvenience of trying to use the repo during its WIP state. Check out the new readme for updated into.