Re: Starting with Clojure

2017-05-23 Thread Sean Corfield
Also http://blog.cognitect.com/blog/2017/1/31/state-of-clojure-2016-results which shows industry breakdown and many other interesting statistics about Clojure (based on community survey responses). Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/

Re: Starting with Clojure

2017-05-09 Thread Kristian Koci
Awesome! :) On Tue, May 9, 2017 at 4:32 PM, Alex Miller wrote: > There's a lot of stuff being posted right now at https://news.ycombinator. > com/item?id=14302762 too. > > > On Tuesday, May 9, 2017 at 11:28:10 AM UTC-5, Kristian Koci wrote: >> >> Thank You very much! >> >>

Re: Starting with Clojure

2017-05-09 Thread Alex Miller
There's a lot of stuff being posted right now at https://news.ycombinator.com/item?id=14302762 too. On Tuesday, May 9, 2017 at 11:28:10 AM UTC-5, Kristian Koci wrote: > > Thank You very much! > > El martes, 9 de mayo de 2017, 7:17:32 (UTC-4), adrian...@mail.yu.edu > escribió: >> >>

Re: Starting with Clojure

2017-05-09 Thread Kristian Koci
Thank You very much! El martes, 9 de mayo de 2017, 7:17:32 (UTC-4), adrian...@mail.yu.edu escribió: > > https://clojure.org/community/companies > > https://clojure.org/community/community_stories > > Might be insightful for you. Clojure has plenty of commercial use. > > On Tuesday, May 9, 2017

Re: Starting with Clojure

2017-05-09 Thread adrian . medina
https://clojure.org/community/companies https://clojure.org/community/community_stories Might be insightful for you. Clojure has plenty of commercial use. On Tuesday, May 9, 2017 at 3:59:33 AM UTC-4, Kristian Koci wrote: > > Hello community > > I'm getting started with Clojure, seems like an

Starting with Clojure

2017-05-09 Thread Kristian Koci
Hello community I'm getting started with Clojure, seems like an exciting language, I've been into LISP many years ago, so I think is really cool to have such a language running on top of the jvm. Anyways, I'll love to know in which industries is Clojure used the most? Is there any

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-03 Thread Gary Verhaegen
That is because the repl is specific to a given project, so there would not be much point in a general shortcut (or it would require more work than juste wrapping the commandline repl, such as a gui to beowse the filesystem to a given project). You have to start the repl from the root folder of

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-02 Thread Peter Mancini
Ok, so you did not get lein working. If it were working you would not have problems creating a new project. I know you are eager to press forward. Admirable. However, it is what we call initiative without judgement. In the world of engineering that is considered ill-advised. So, lets get back

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-02 Thread Zeynel
Ok. I created a project and there is core.clj file and I also ran the failing tests included in the project file. One thing I noticed the installer didn't do is that it did not put a shortcut to closure REPL on the start menu. I am just starting the windows command line from the start menu.

Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
I was hoping that someone here can help me to start with Clojure. Nothing seems to be working now. This is the thread with question about Light Table https://groups.google.com/forum/#!topic/light-table-discussion/Nif7b82DrzY. Light Table cannot connect to the project. This is the question

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread George Oliver
To add to Shantanu's directions, if you receive an error when doing mkdir in C:\ it's probably because your user account doesn't have permissions to create directories there. At that point you have two basic options: 1) use a user account with admin privileges to do all your work (not

Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Peter Mancini
At home I'm working in Win 8, Light Table and Lein with no issues. So, have hope and save the money you'd spend on Apple products for fine arts investment or arctic expeditions. :-) First get lein working. If you do nothing else that will get you very far. You'll need a version of curl for

Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Peter Mancini
Also, forgot to add, emacs is awful to learn on. Too many issues come with it. Its a lot to ask anyone to learn Clojure and emacs at the same time. In my honest opinion you get no benefit. LT's instatepl is awesome and the latest interface works great! -- -- You received this message because

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
Thanks. I downloaded leiningen again and installed it and I created the folder as described above but I get this error message. Does this make sense? C:\Users\a\worklein new app my-app java.lang.UnsupportedOperationException: nth not supported on this type: Symbol at

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
Thanks. Now I got a different error copied above to my answer to Shantanu. I used Windows installer to reinstall leiningen and that takes cares of adding leing to the PATH. Is this a problem? On Tuesday, October 1, 2013 11:04:31 AM UTC-4, George Oliver wrote: To add to Shantanu's directions,

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
Thanks. I am glad to hear that Light Table and Lein are working on Windows 8. I am using a wrapper to have the start button, but I did not have any problems related to that so far. I checked curl's site but I wasn't sure why I need it. I installed Lein using Windows installer and that worked.

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
I understand this, and I want to continue with Light Table, I liked it too. And the error pasted above is the same error that Light Table gives. I asked the same question in Light Table forum but there were no answers yet about the error message.

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
There is an explanation of the error message here http://dev.clojure.org/jira/browse/CLJ-5 but I did not understand if there is a fix or what causes the error. On Tuesday, October 1, 2013 6:26:07 AM UTC-4, Zeynel wrote: I was hoping that someone here can help me to start with Clojure. Nothing

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
Thanks everyone. I reinstalled Lein this time without using the window installer and it is now working. Thanks, again. On Tuesday, October 1, 2013 6:26:07 AM UTC-4, Zeynel wrote: I was hoping that someone here can help me to start with Clojure. Nothing seems to be working now. This is the

Starting a Clojure user group in Budapest

2012-11-27 Thread Balint Erdi
Hey, I've grown extremely enthusiastic about Clojure (and still growing more and more :) ) and would like to spread the love around here in Budapest, Hungary. This is to estimate how many people are interested in attending a monthly meetup where we'd have presentations, code dojos, etc, so

Re: Starting a Clojure user group in Budapest

2012-11-27 Thread Gergely Nagy
Balint Erdi balint.e...@gmail.com writes: Hey, I've grown extremely enthusiastic about Clojure (and still growing more and more :) ) and would like to spread the love around here in Budapest, Hungary. This is to estimate how many people are interested in attending a monthly meetup