Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion clojure.java.shell hanging issues
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ken Wesson  
View profile  
 More options Jan 5 2011, 8:07 pm
From: Ken Wesson <kwess...@gmail.com>
Date: Wed, 5 Jan 2011 20:07:37 -0500
Local: Wed, Jan 5 2011 8:07 pm
Subject: Re: clojure.java.shell hanging issues
On Wed, Jan 5, 2011 at 8:00 PM, Stuart Halloway

<stuart.hallo...@gmail.com> wrote:
> All the code you are referring to is in clojure.contrib. Note the comment at the top of the files:

> ;; DEPRECATED in 1.2: Promoted to clojure.java.shell

At the top of which files? If you mean the library's source code, it's
very likely he didn't read a single line of it -- just installed the
contrib jar along with Clojure and then :required or :used it.

If something people have been using in version x is deprecated in
later version y, this needs to be announced somewhere more prominently
than in its source code, like, oh, say, the main documentation page.
Better yet, the compiler should say something -- javac emits warnings
if you call a method marked deprecated with Javadoc; maybe we need a
{:deprecated true} meta tag that can be used on defns and that makes
clojure emit warnings when deprecated functions are called? (These can
be printlns to stderr in the same vein as the warnings generated by
(set! *warn-on-reflection* true).)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.