I wrote a program for a community college where I teach; you select a building and it shows you a graph of when each room in the building is in use.
You can see it in action at http://langintro.com/room_graphs/ and the source is at https://github.com/jdeisenberg/room_graphs (This version uses a vector for its data; the production version gets its data as JSON from a server.) The program works, but I just feel that it isn't written the "right way," or at least the "ClojureScript way." If anyone can spare a moment or three to look at the code, I'd appreciate it. -- 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 https://groups.google.com/group/clojurescript.
