Re: Clojure Conj extracurricular activities spreadsheet

2011-10-28 Thread lance bradley
I will be at the tooling and heroku discussions, packing heat

On Oct 28, 3:07 pm, Federico Brubacher fbrubac...@gmail.com wrote:
 Pleas add me to

 Clojurescript
 Heroku drinkup

 On Fri, Oct 28, 2011 at 6:06 PM, Gary Trakhman gary.trakh...@gmail.comwrote:









  Please add me to:

  clojurescript
  core.logic
  the web and clojure

  --
  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 post.
  To unsubscribe from this group, send email to
  clojure+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en

 --
 Federico Brubacher
 @fbru02

-- 
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 post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: swank-cdt: Using Slime with the Clojure Debugging Toolkit

2011-04-25 Thread lance bradley
Hey guys-
I spent some time trying to get this working today. My experiences
mirror Sam's. I'm on a mac, running the jdk that ships with xcode4.
According to
http://developer.apple.com/library/mac/#documentation/Java/Conceptual/Java14Development/02-JavaDevTools/JavaDevTools.html
, tools.jar does not exist in the xcode jdk. George, are you perhaps
using the openjdk? Once I get this straightened out, I'll confirm that
cake's classloader hanky panky doesn't cause any other issues :)

-lance

On Apr 25, 12:12 pm, Sam Aaron samaa...@gmail.com wrote:
 On 25 Apr 2011, at 19:34, George Jahad wrote:



  When I press e the mini buffer prompts me to Eval in frame: and I
  propmpty type s1 to see the following error in the minibuffer:
  Unexpected exception generated: java.lang.IllegalArgumentException:
  Invalid method This stuff is all new to me, so I'm likely to be
  doing something silly.

  I doubt that.  Most likely you have a fairly complicated installation,
  whose problems i haven't experienced yet.

 That's pretty unlikely unless it is specifically cake that's the issue. I was 
 running in a completely new and empty project with nothing except clojure and 
 swank-clojure as deps.



  Sam, can I suggest we eliminate those installation issues by
  experimenting with a known working project, e.g. logos and seeing if
  that works for you?

 This seems to work perfectly :-) No tools.jar errors and I can examine the 
 contents of s1 and s2 - Great stuff! This is really exciting :-)

 However, if I create a fresh new logos clone, modify the project.clj again, 
 and pull the deps with cake, add the .cake/config jvm.opts line and start a 
 swank server I get the same issues I saw before:

 * A tools.jar warning
 * An exception when trying to eval s1

 I think that this is pretty clearly a cake issue. I do think it would be cool 
 if this worked out of the box with both lein and cake. I like lein, but cake 
 has better native dependency support which I find extremely useful for my 
 projects.

 Have any of the cake devs tried the CDT stuff yet? How might I help debug 
 this?

 Sam

 ---http://sam.aaron.name

-- 
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 post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: swank-cdt: Using Slime with the Clojure Debugging Toolkit

2011-04-25 Thread lance bradley
I'll keep at it too. Make sure you do a manual checkout and use the
develop branch. I suspected this would be the fix, but I was wrong- it
could still be necessary though:
https://github.com/ninjudd/cake/commit/8d70cb88fd83e6aec17a0dac05e97f5473380e92

On Apr 25, 9:30 pm, George Jahad cloj...@blackbirdsystems.net wrote:
 not using openjdk.  and the tools.jar issue is probably a red
 herring.  i'll try installing cake and see if i can notice anything.
 definitely want to keep cake users happy!

 On Apr 25, 8:33 pm, lance bradley lancebrad...@gmail.com wrote:







  Hey guys-
  I spent some time trying to get this working today. My experiences
  mirror Sam's. I'm on a mac, running the jdk that ships with xcode4.
  According 
  tohttp://developer.apple.com/library/mac/#documentation/Java/Conceptual...
  , tools.jar does not exist in the xcode jdk. George, are you perhaps
  using the openjdk? Once I get this straightened out, I'll confirm that
  cake's classloader hanky panky doesn't cause any other issues :)

  -lance

  On Apr 25, 12:12 pm, Sam Aaron samaa...@gmail.com wrote:

   On 25 Apr 2011, at 19:34, George Jahad wrote:

When I press e the mini buffer prompts me to Eval in frame: and I
propmpty type s1 to see the following error in the minibuffer:
Unexpected exception generated: java.lang.IllegalArgumentException:
Invalid method This stuff is all new to me, so I'm likely to be
doing something silly.

I doubt that.  Most likely you have a fairly complicated installation,
whose problems i haven't experienced yet.

   That's pretty unlikely unless it is specifically cake that's the issue. I 
   was running in a completely new and empty project with nothing except 
   clojure and swank-clojure as deps.

Sam, can I suggest we eliminate those installation issues by
experimenting with a known working project, e.g. logos and seeing if
that works for you?

   This seems to work perfectly :-) No tools.jar errors and I can examine 
   the contents of s1 and s2 - Great stuff! This is really exciting :-)

   However, if I create a fresh new logos clone, modify the project.clj 
   again, and pull the deps with cake, add the .cake/config jvm.opts line 
   and start a swank server I get the same issues I saw before:

   * A tools.jar warning
   * An exception when trying to eval s1

   I think that this is pretty clearly a cake issue. I do think it would be 
   cool if this worked out of the box with both lein and cake. I like lein, 
   but cake has better native dependency support which I find extremely 
   useful for my projects.

   Have any of the cake devs tried the CDT stuff yet? How might I help debug 
   this?

   Sam

   ---http://sam.aaron.name

-- 
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 post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: Community attitude

2010-12-21 Thread lance bradley
Some good guidelines to foster communities:
http://freenode.net/channel_guidelines.shtml

On Dec 21, 1:15 pm, David Nolen dnolen.li...@gmail.com wrote:
 On Tue, Dec 21, 2010 at 8:36 AM, Jay Fields j...@jayfields.com wrote:
  I was involved with Ruby and Rails in the early days. The Ruby mailing
  lists / conferences were always kind / helpful and the Rails lists / confs
  were always hit and miss. There were plenty of great Rails people, and
  enough jerks to upset anyone.

 * Community is important, vital even. Not everything is about code.
 * Ignore posts/people you personally find inflammatory. The moment a thread
 devolves into strange personal esoteria unrelated to Clojure, it's clearly
 time to leave it alone.
 * Don't take things personally. People are entitled to their own opinions
 about Clojure style. Mailing lists are low bandwidth mediums. Much emotive
 context is lost.
 * At near 4500 members, I think Rich is not in a position to actively police
 the list
 * Clojure/core is actively watching the list

 I still thoroughly enjoy reading through much of what goes on here. The best
 and only sustainable form of policing is self-policing.

 David

-- 
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 post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: clojure-cake

2010-10-09 Thread lance bradley
You can verify this by running 'which ruby; which gem'. If the paths
do not match, adjust it as mentioned in luke's link. ping me if this
doesn't work for.
-lance

On Oct 8, 7:00 am, Luke Renn luke.r...@gmail.com wrote:
 On Oct 8, 5:47 am, Sunil S Nandihalli sunil.nandiha...@gmail.com
 wrote:

  Hello everybody,
   I am trying to use cake .. was just exploring it with a very simple default

   cake new expcake
   cake deps

  but cake deps gives me the following error

 http://gist.github.com/616564

 This is mostly a guess, but take a look here:

 http://docs.rubygems.org/read/chapter/19

 Specifically section 3.3.

 It looks like gems is installed in ruby 1.9, but your path is set to
 ruby 1.8.7.

 Good Luck.

-- 
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 post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: Idea for personal Clojure project

2010-07-29 Thread lance bradley
I've done quite a lot of work in this area, although not in clojure.
As Mark mentioned, wordnet is definitely a good place to start, but
it's short on proper nouns, which reduces the utility of this when
analyzing natural language. I ended up extending wordnet by data
mining wikipedia dumps. The relationship between an article and it's
category is essentially the same as a word and it's hypernym. The same
is true of redirects and synonyms.

The whole problem is more complex than it appears at first glance
because of word senses.  As an example, how related are shot and
assassinated? Very, if by shot you mean the past tense of shoot, but
not so much if you're referring to a shot of vodka. As far as I know
word sense disambiguation is very much an unsolved problem. You'll
also want to get a feel for Part of Speech, which is usually a
precursor to wsd.

It's an interesting problem to solve, and I enjoyed working on it. I
don't have any papers handy, but search for deep parsing and semantic
similarity in the context of natural language processing and you'll
get a feel for stuff.

-lance


On Jul 28, 2:34 pm, Mark Engelberg mark.engelb...@gmail.com wrote:
 Wordnet is the main existing thing that comes to mind as related to your
 idea.

-- 
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 post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: use within a let

2010-06-10 Thread lance bradley
Thanks Laurent, that explains it.

On Jun 9, 1:40 pm, Laurent PETIT laurent.pe...@gmail.com wrote:
 Hello,

 for seqable? to be recognized by the reader, the use call should have
 been evaluated.
 But being part of the same compilation block as seqable, use is read,
 but not yet executed.

 HTH,

 --
 Laurent

 2010/6/9 lance bradley lancebrad...@gmail.com:



  hello all-
  It appears that 'use' functions are ignored within a let. The same is
  true of refer, but require works fine.
  Is this intended, or a bug?

  (let [] (use 'clojure.contrib.core) (seqable? [:a :b]))
  java.lang.Exception: Unable to resolve symbol: seqable? in this
  context (NO_SOURCE_FILE:6)

  thanks!
  -lance

  --
  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 post.
  To unsubscribe from this group, send email to
  clojure+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en

-- 
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 post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en