issues Search Results · repo:athos/JiSE language:Clojure
Filter by
11 results
(70 ms)11 results
inathos/JiSE (press backspace or delete to remove)Curious how much additional effort would be required for annotations. I am helping work through porting an example from
optaplanner which is heavily class-based and requires lots of annotations to communicate ...
joinr
- Opened on May 2, 2021
- #12
Why does it use def, square brackets, and other vestigal clojure syntax? I can t give this to my Java friends, they d
laugh. There is a JiSE out there waiting to be discovered that they wouldn t laugh ...
collinalexbell
- 2
- Opened on Dec 9, 2020
- #11
xificurC
- Opened on Sep 10, 2020
- #9
Original java:
ThreadLocalRandom tlr = ThreadLocalRandom.current();
long l1 = tlr.nextLong(), l2 = tlr.nextLong();
char[] rt = new char[22];
rt[21] = tbl[(int)l1 0x3f]; l1 = l1 6;
rt[20] = tbl[(int)l1 ...
joinr
- 3
- Opened on Sep 10, 2020
- #8
Hello, this is a really nice library. There s a discussion over on zulip over porting a java implementation of a method
that generates random strings, where most of the path is going through char arrays. ...
joinr
- 1
- Opened on Sep 9, 2020
- #7
@athos: I m looking to get jnr-ffi working with jise and am porting the Gettimeofday example here:
https://github.com/jnr/jnr-ffi-examples/blob/master/gettimeofday/src/main/java/gettimeofday/Gettimeofday.java ...
zcaudate
- 2
- Opened on Jun 23, 2020
- #6
One problem that I ve always faced with clojure is that it s not possible to derive things from Abstract classes.
https://stackoverflow.com/questions/53090419/clojure-proxy-implementing-abstract-class-with-protected-constructor ...
zcaudate
- 4
- Opened on Jun 23, 2020
- #5
It d be great to have direct lambda support instead of using the clojure.lang.IFn interface.
Is that on the roadmap and how difficult would it be to get working?
zcaudate
- 1
- Opened on Jun 23, 2020
- #4
I m really curious about the typical speeds for the algorithms you implemented (like AOBench).
I ran it, it feels really fast but I m not sure what a comparison might be.
Do you have any comparisons ...
zcaudate
- 1
- Opened on Jun 23, 2020
- #3
user= (require [jise.utils :as jise])
nil
user= (jise/do (let [^java.io.Serializable s foo ] (.toString s)))
Syntax error macroexpanding jise.core/class at (form-init7183457418990174559.clj:64:4). ...
athos
- 1
- Opened on Aug 8, 2019
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.