ince jline's release process
> moves slower than mine). And we'll try to get it into the next lein release.
>
>
>
> On Sunday, May 4, 2014 10:36:05 AM UTC-5, Taegyoon Kim wrote:
>>
>> I'm in Windows 7.
>> Not only me: REPL-y bug | https://github.com/tr
re.org/reader* <http://clojure.org/reader>)
Conclusion: Don't use the *comment*
<http://clojure.github.io/clojure/clojure.core-api.html#clojure.core/comment>
macro. It makes runtime overhead.
2014년 6월 10일 화요일 오후 12시 22분 50초 UTC+9, guns 님의 말:
> On Mon 9 Jun 2014 at 07:07:42PM
I once liked the Clojure's less-parentheses approach.
Today I found that you can't utilize s-expression comments easily in
Clojure.
e.g.
In
(let [x 1 y 2] x)
When you are about to comment out the "y 2" part, you have to move the
cursor back and forth to insert new parentheses.
And you can't
I'm in Windows 7.
Not only me: REPL-y bug | https://github.com/trptcolin/reply/issues/121
Google search | https://www.google.com/#q=windows+7+lein+repl+arrow&safe=off
2014년 5월 5일 월요일 오전 12시 26분 49초 UTC+9, George Oliver 님의 말:
> Arrow keys (left/right movement and up for history) on my lein repl
Wow! Thank you very much, squeegee!
Great success!
user=> (String/format "%s %s" (to-array (list "foo" "bar")))
"foo bar"
2014년 5월 5일 월요일 오전 12시 9분 3초 UTC+9, squeegee 님의 말:
> How do you call a method which accepts Object arguments?
>
> String/format |
> http://docs.oracle.com/javase/1.5.0/doc
C:\>lein repl
nREPL server started on port 61472 on host 127.0.0.1
REPL-y 0.3.0
Clojure 1.5.1
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Exit: Control+D or (exit) or (quit)
Res
How do you call a method which accepts Object arguments?
String/format |
http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html#format(java.lang.String,
java.lang.Object...)
user=> (String/format "%s" "foo")
ClassCastException java.lang.String cannot be cast to [Ljava.lang.Object;
DrClojure https://bitbucket.org/ktg/drclojure
It is a very simple Clojure IDE.
2013년 10월 17일 목요일 오후 10시 31분 12초 UTC+9, Jonathon McKitrick 님의 말:
> I'd be interested in seeing some client-side apps with a GUI, if there are
> any. 'Ants' is a good demo, but I'm looking for something a little mor
; http://dev.clojure.org/jira/browse/CLJ-1172) that calling RT.init()
> before Compiler.load() solved what looks like a similar problem for him.
>
> Andy
>
> On Tue, Mar 12, 2013 at 6:29 PM, Taegyoon Kim
> > wrote:
>
>> A new error occurred in Clojure 1.5.0.
>>
>&g
A new error occurred in Clojure 1.5.0.
(Java interop: Compiler.load(new StringReader(str));)
# Code #
import java.io.IOException;
import java.io.StringReader;
import clojure.lang.Compiler;
import clojure.lang.RT;
import clojure.lang.Var;
public class Main {
public static void main(String[]
10 matches
Mail list logo