Clojure integrates Cesium, Openstreetmap and OpenMap inside Protege

2018-02-06 Thread ru
Hi, Clojure integrates Cesium, Openstreetmap and OpenMap inside Protege to simulate train movement. Project page: *https://github.com/rururu/simpro-scene * *Screenc

Re: Help please: New to clojure development

2018-02-06 Thread Nadeen Kurz
Thanks for the quick response James. Yes, you hit the nail on the head with me not understanding map, explanation you provided helps. I like the second option better. I have tried both options and now I am getting "illegalargumentexception, key must be an integer" When I call (state-desc3 input-fil

Reminder - State of Clojure 2018

2018-02-06 Thread Alex Miller
Just a reminder that the Clojure survey closes on Friday - please take a few minutes to complete it... https://www.surveymonkey.com/r/clojure2018 Thanks! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@g

Re: Help please: New to clojure development

2018-02-06 Thread Simon Luetzelschwab
Hi Nadeen, Welcome to Clojure! I'd recommend incorporating Clojure's excellent REPL into your workflow to easily try things out with quick feedback. Here's an online version with your code snippet prepopulated - just hit the run button! https://repl.it/repls/OblongIntrepidAlabamamapturtle This

Re: Help please: New to clojure development

2018-02-06 Thread Nadeen Kurz
Thanks Simon, I am using the repl and I am sorry, I should have click share to make it easier, don't know what I was thinking. Thanks everyone for your help, really appreciate it. On Feb 6, 2018 10:32 AM, "Simon Luetzelschwab" wrote: > Hi Nadeen, > > Welcome to Clojure! > > I'd recommend incorp

Re: [JOB] Clojure Developer for smart lighting IoT platform

2018-02-06 Thread Kevin
Note that this is position is located in San Jose, CA. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first po

Re: Help please: New to clojure development

2018-02-06 Thread Andy Fingerhut
Nadeen: You are welcome to send questions here, of course. I wanted to point out another resource that many people take advantage of: The #beginners channel on Slack. https://clojurians.slack.com Sorry, I don't recall the exact button clicks necessary after you create a free account on Slack fo

Best Practices for Accessing Data Files That May Be Bundled?

2018-02-06 Thread Randy J. Ray
First, some brief background/context: I've been playing around with Clojure for a while, mostly just doing Project Euler problems. I'm taking the "Algorithms Specialization" from Coursera, and decided to do all the programming assignments in Clojure as a way of tackling some larger, deeper problems

Clojure integrates Cesium, Openstreetmap and OpenMap inside Protege

2018-02-06 Thread Alan Moore
Ru, You’ve done some impressive work on this and previous projects. I especially like the level of integration with other tools. Thanks! Alan -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.

Re: Help please: New to clojure development

2018-02-06 Thread Aditya Athalye
Welcome to Clojure, Nadeen. A few friends and I created "Clojure by example" for programmers not familiar with Clojure https://github.com/inclojure-org/clojure-by-example This is intended as a quick-start to a common way of problem-solving with Clojure. The README explains more, and should he

Re: Best Practices for Accessing Data Files That May Be Bundled?

2018-02-06 Thread James Gatannah
At first glance, it seems like you probably want http://clojuredocs.org/clojure.core/ns-resolve On Tuesday, February 6, 2018 at 2:38:06 PM UTC-6, Randy J. Ray wrote: > > First, some brief background/context: I've been playing around with > Clojure for a while, mostly just doing Project Euler pr