Re: where to find clojure gigs?

2016-07-13 Thread Christopher Small
In my experience, these sites don't frequently have much short-term contract work, but they do every now and again. I've found for shorter term projects, networking is the way to go. Hit up all the events you can and make connections, when people need an extra hand let them know how they can ge

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Christopher Small
OMG. Thank you for this brilliant introduction. And of course all your hard work, as well :-) On Wednesday, July 13, 2016 at 7:35:53 PM UTC-7, Zach Oakes wrote: > > As I understand it, the Boot.java I linked to basically does that. You > just run its main function and it takes care of downloadi

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Zach Oakes
As I understand it, the Boot.java I linked to basically does that. You just run its main function and it takes care of downloading Boot to the right spot and invoking it. On Wednesday, July 13, 2016 at 10:18:05 PM UTC-4, Colin Fleming wrote: > > What I do for Leiningen in Cursive is basically mi

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Colin Fleming
What I do for Leiningen in Cursive is basically mimic what the lein script does, and download the uberjars to .lein/self-installs, and then run processes with those on the classpath. Would something similar for Boot work? As I understand it, boot.sh is just a tricky wrapper around an embedded jar,

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Keith Irwin
Now a simple question… How do you evaluate a form into the running repl? > On Jul 13, 2016, at 7:12 PM, Zach Oakes wrote: > > If I get desperate I may do that, but the main users I care about are > beginners, and they generally have trouble installing CLI tools. I'm hoping > it is a trivial

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Zach Oakes
If I get desperate I may do that, but the main users I care about are beginners, and they generally have trouble installing CLI tools. I'm hoping it is a trivial fix and I'll be able to get Boot working in 2.1.0 :) On Wednesday, July 13, 2016 at 9:44:50 PM UTC-4, Mark wrote: > > How about, until

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Mark Stang
How about, until the issues are resolved, you require boot to be installed? On Jul 13, 2016 6:52 PM, "Zach Oakes" wrote: > That Boot tab is quite a tease ;) I wanted to finish support for it so > bad, but technical difficulties prevented me from doing it. I definitely > plan to still do so, and a

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Zach Oakes
That Boot tab is quite a tease ;) I wanted to finish support for it so bad, but technical difficulties prevented me from doing it. I definitely plan to still do so, and any help would be appreciated. The issue is actually pretty simple: I need to be able to call Boot commands without having Boo

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Sean Corfield
I see a Boot tab in the REPL area but looking at the source code, detecting build.boot is disabled (and, indeed, I can’t get NC to recognize any of my Boot-only projects). Can you speak to where you are on Boot support? Thanks, Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Archite

Re: where to find clojure gigs?

2016-07-13 Thread Alan Thompson
Try these: - https://functionaljobs.com/ - https://jobs.braveclojure.com/ - https://clojurians.slack.com/messages/jobs/details/ - http://stackoverflow.com/jobs Also, make sure you list clojure and related tech you know when posting to Monster, Indeed, CareerBuilder, StackOverFlow/jo

Re: Preparing a proposal for EuroClojure presentation about Clojure and GPU, high-performance computing - suggestions welcome

2016-07-13 Thread Dragan Djuric
Hi Lee, Although converting a CPU system to GPU is not a straightforward task, I think that the theme I already intend to discuss would be highly beneficial (although not directly related) regarding the GP thing that you are asking for - Markov Chain Monte Carlo simulation. And, I sped it up te

Re: Preparing a proposal for EuroClojure presentation about Clojure and GPU, high-performance computing - suggestions welcome

2016-07-13 Thread 'Lee' via Clojure
Dragan, I would personally be interested in anything you might show about using GPUs to speed up up genetic programming in Clojure. A fair bit has been done using GPUs for GP (some can be found by searching for GPU here

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread ojito
I'm using LightTable, can anyone compare the experience with nightcode? Seems like it's quite different than before. On Wednesday, July 13, 2016 at 10:58:05 AM UTC-7, Zach Oakes wrote: > > TL;DR: Nightcode, a Clojure IDE, just got a makeover: > https://sekao.net/nightcode/ > > In a world...wher

where to find clojure gigs?

2016-07-13 Thread ojito
I'm looking for short term clojure gigs to work on? Does anyone know where to find such gigs or know anyone who needs some clojure work done? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.co

Preparing a proposal for EuroClojure presentation about Clojure and GPU, high-performance computing - suggestions welcome

2016-07-13 Thread Dragan Djuric
I'm preparing a presentation proposal for EuroClojure 2016 about Clojure and GPU computing, high-performance computing, data analysis, and machine learning. If you are interested in that area, I am open to suggestions about specific stuff that you would like to be covered (regardless of whether

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Zach Oakes
Ah yeah I don't think Java FX is part of openjdk yet, so I think you need to install the oracle version to get it to work on linux. On Wednesday, July 13, 2016 at 3:29:40 PM UTC-4, Gary Trakhman wrote: > > Pretty cool! > > On Ubuntu, I was unable to run the jar, it couldn't find the main > sekao

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Gary Trakhman
Pretty cool! On Ubuntu, I was unable to run the jar, it couldn't find the main sekao...core class, although on inspection it was there just fine. I was able to run it from a git checkout with `boot run`, however I additionally found out I needed to `sudo apt-get install openjfx` On Wed, Jul 13,

clojure.spec guide

2016-07-13 Thread Alex Miller
Back when we released spec we also released the spec guide at http://clojure.org/guides/spec. I have been updating this guide for each alpha and also adding new sections. If you haven't looked at it in a while, you might find it worth looking again. Some things that have been added since the e

Re: [ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Boris Kourtoukov
Looks awesome so far Zach! Thanks for going through this monumental rewrite! On Wednesday, July 13, 2016 at 1:58:05 PM UTC-4, Zach Oakes wrote: > > TL;DR: Nightcode, a Clojure IDE, just got a makeover: > https://sekao.net/nightcode/ > > In a world...where developer tools are gargantuan beasts, un

[ANN] Nightcode 2: Total Rewrite

2016-07-13 Thread Zach Oakes
TL;DR: Nightcode, a Clojure IDE, just got a makeover: https://sekao.net/nightcode/ In a world...where developer tools are gargantuan beasts, unapproachable to beginners, one IDE stood alone. *a fiddle softly plays ashokan farewell* “You’re not going already, are you, Nightcode?” “I must, fa

Boot-Clj Custom Task Examples/Tutorials

2016-07-13 Thread Brandeis King
Hi, I've recently started using boot and I'm comfortable using preexisting tasks. At this point, I'd like to create a custom task for file compilation. To that end, I've reviewed and understood how to use filesets from the filesets example

Re: Use latest Clojure with lein repl

2016-07-13 Thread Cecil Westerhof
2016-07-13 16:28 GMT+02:00 John Szakmeister : > > I now just installed it again. And that works. But what if I default > want to > > work with a newer (or older) version. I understood it could be done with > > profile.clj, but I did not get it working. > > I haven't done it, but perhaps look at: >

Re: Use latest Clojure with lein repl

2016-07-13 Thread Alex Miller
You might need to upgrade your Java version as well to have newer CAs to authenticate SSL to download lein! Check java -version and JAVA_HOME. I would say *don't* do https://github.com/technomancy/leiningen/blob/master/doc/PROFILES.md#replacing-default-repl-dependencies - that's more likely to

Re: Problem upgrading from 1.6.0 to 1.8.0

2016-07-13 Thread Cecil Westerhof
2016-07-13 16:21 GMT+02:00 James Reeves : > You'll need to update your version of Instaparse as well. > ​I added: [instaparse "1.4.2"]​ and problem solved. -- Cecil Westerhof -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this grou

Re: Use latest Clojure with lein repl

2016-07-13 Thread John Szakmeister
On Wed, Jul 13, 2016 at 9:59 AM, Cecil Westerhof wrote: [snip] > I already tried that, but this gives: > WARNING: You're currently running as root; probably by accident. > Press control-C to abort or Enter to continue as root. > Set LEIN_ROOT to disable this warning. > > Downloading Leiningen to >

Re: Problem upgrading from 1.6.0 to 1.8.0

2016-07-13 Thread James Reeves
You'll need to update your version of Instaparse as well. This issue comes because Instaparse has a function called "cat" in one of its namespaces, and Clojure 1.7 introduces a function call "cat" in the core namespace. Clojure's delivers a warning when you override a function a function from anot

Clojure spec screencast: Leverage

2016-07-13 Thread Alex Miller
Check out the first in a series! http://blog.cognitect.com/blog/2016/7/13/screencast-spec-leverage -- 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 mode

Re: Use latest Clojure with lein repl

2016-07-13 Thread Cecil Westerhof
2016-07-13 14:44 GMT+02:00 John Szakmeister : > On Wed, Jul 13, 2016 at 7:20 AM, Cecil Westerhof > wrote: > > After a long time I want to start with Clojure again. As I understand > it, it > > is best to use: > > lein repl > > > > But then I work with 1.5.1. Is there a way to work default wit

Re: Use latest Clojure with lein repl

2016-07-13 Thread John Szakmeister
On Wed, Jul 13, 2016 at 7:20 AM, Cecil Westerhof wrote: > After a long time I want to start with Clojure again. As I understand it, it > is best to use: > lein repl > > But then I work with 1.5.1. Is there a way to work default with the latest > stable version of Clojure? I think you probably

Problem upgrading from 1.6.0 to 1.8.0

2016-07-13 Thread Cecil Westerhof
I want to pick up Clojure again. One of the things I wanted to do is to let a program I have written use 1.8.0 instead of 1.6.0. But when doing this I get: WARNING: cat already refers to: #'clojure.core/cat in namespace: instaparse.combinators-source, being replaced by: #'instaparse.combinators-sou

Use latest Clojure with lein repl

2016-07-13 Thread Cecil Westerhof
After a long time I want to start with Clojure again. As I understand it, it is best to use: lein repl But then I work with 1.5.1. Is there a way to work default with the latest stable version of Clojure? -- Cecil Westerhof -- You received this message because you are subscribed to the Goo

Re: Clojure 1.9.0-alpha10: Semantic mismatch: any? vs not-any?

2016-07-13 Thread Tassilo Horn
Alex Miller writes: Hi Alex, > Well, there are only so many words. Of course, but I also think that any? is absolutely certain to be confused with some counterpart to every?. > As it happens any? is best name for this function. What about "anything?". To me (as a non-native speaker) that so