I have discovered some odd behavior when type-hinting fns with
^System.Double:
user=> (defn bar [^System.Double d] d)
#'user/bar
user=> (bar 1.2)
2.35293190771409E-316
user=> (bar 1)
2.35069794048985E-316
The same behavior occurs when extending double via extend-protocol or
extend-type:
user=>
ggered by destructuring. LazySeq itself is not the problem --
> that's used everywhere.
>
> -David
>
>
>
> On Thursday, November 15, 2012 9:23:05 AM UTC-6, ffailla wrote:
>>
>> I believe I have discovered differing behavior between the JVM and CLR
&
I believe I have discovered differing behavior between the JVM and CLR
implementations when running the following statement:
user> (let [foo (repeatedly (fn [] (let [r (rand)]
(println "in-repeat: " r)
r)))
[f & rst] foo]
(println "return: " f))
When run on the JVM with clojure 1.4.0,
Put me down for:
ClojureScript
core.logic
Thanks!
Frank Failla
On Oct 25, 12:11 pm, Fogus wrote:
> All,
>
> We talked about the possibility of getting some ideas about
> extracurricular activities during the Conj days (and possibly training
> days). I've created a spreadsheet at the link belo
Does anyone now if clojure.contrib.except being ported to the new
contrib? Thanks.
Frank Failla
--
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 modera
This release has the minor changes listed below.
Clojure Plugin for Netbeans
* Using Clojure 1.0.0
* Removed com.infolace.format dependency
Enclojure Library
* org.enclojure.common.jar dependency removed from org.enclojure.repl
The plugin can be downloaded here:
http://code.google.com/p/enclo
A new Clojure Plugin for Netbeans is available at
http://code.google.com/p/enclojure-nb-clojure-plugin/. Some issues
addressed are:
- Enabled Windows support (only Windows XP has been tested)
- Project Support
* Enabled Clojure Project Run/Debug functionality
* Clojure Project Debugging su
The Clojure Plugin for Netbeans NBM is now available on Google Code.
It can be downloaded at:
http://enclojure-nb-clojure-plugin.googlecode.com/files/org-enclojure-ide-nb-editor.nbm
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the