It's easy to make a simple DSL and interpreter with multimethods/reduce, I demonstrate this sort of thing here: https://github.com/gtrak/webbedfeet/blob/master/src/com/garytrakhman/webbedfeet.clj#L89
I was envisioning non-technical users creating CSV files containing interaction scripts when I wrote this little toy implementation. On Wed, Mar 19, 2014 at 9:51 PM, <[email protected]> wrote: > Hi Everyone, > > I need to write a DSL which should can converted to clojurescript and run > in the browser. > > Is this possible with ClojureScript. I can't find anything similar to > load-file or load-namespace in ClojureScript. > > Do I have to use an repl in some way ? > > Any pointers will be really really appreciated!! > > Thanks > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
