[ANN] Clojure integrates 5 frameworks to create 3D virtual sailing environment

2021-05-04 Thread ru
Dear Clojure users! Clojure integrates 5 frameworks to create 3D virtual sailing environment, namely: 1. Protege ontology editor https://protege.stanford.edu/ 2. Openmap GIS library http://openmap-java.org/ 3. Virtual Regatta popular game with VR Dashboard plugin https://www.virtualregatta.com/

Re: How get function name in body?

2021-05-04 Thread Brent Millare
That's a useful tip! Thanks On Monday, May 3, 2021 at 11:21:18 AM UTC-4 noise...@gmail.com wrote: > there's a handy trick for pulling in the standard repl aliases / refers: > > (cmd)user=> clojure.main/repl-requires > [[clojure.repl :refer (source apropos dir pst doc find-doc)] > [clojure.java.j