Skip to content

Instantly share code, notes, and snippets.

@joakin
Last active August 29, 2015 14:27
Show Gist options
  • Save joakin/96595dd7afc3f438f46b to your computer and use it in GitHub Desktop.
Save joakin/96595dd7afc3f438f46b to your computer and use it in GitHub Desktop.
[{:type :markdown :value "
# Hi Bruce!
I've just seen your [tweet](https://twitter.com/bhauman/status/630748622733340673) and I thought I'd
chime in and see if I can get opinion, direction or help :p.
I'm working on a web repl using cljs bootstrapped (which you are looking at now). It's in pretty alpha
state but lots of things work fine.
I'm doing this for a workshop I'll be teaching (I call it
[**Diving into clojurescript**](http://chimeces.com/projects/2014/05/01/diving-into-clojurescript/))
in September at [Fullstackfest](http://fullstackfest.com), and for this year I thought it would be
great to do most of the workshop on a web app to avoid installations and get straight to it.
Check out [the git repo](https://github.com/joakin/cljs-browser-repl), I would love to have your
input or help! In the [readme section of *Current status*](https://github.com/joakin/cljs-browser-repl/blob/master/README.md#user-content-current-status)
I'm writing things I want to do and ideas of possible things to consider.
Also, I don't write clojurescript very often, so excuse the quality of the code. I'd love advice
on that too.
Thanks!
[@joakin](https://twitter.com/joakin)
"
}
{:type :input :value "(+ 1 2)"}
{:type :input :value "(map inc [1 2 3])"}
{:type :markdown :value "---
Try these examples out ⬆️. Clicking on them will pre-populate the input and let you ready to execute.
[Different file](#/gist/96595dd7afc3f438f46b/file/other)"}
]
[{:type :markdown :value "
## We are in "other" now
Can load files from the same already loaded notebook.
"
}
{:type :input :value "(+ 1 2)"}
{:type :input :value "(map inc [1 2 3])"}
{:type :markdown :value "---
Try these examples out ⬆️. Clicking on them will pre-populate the input and let you ready to execute."}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment