Parsing binary Java doubles
I have a blob of data that contains Java double values written to
it. How would I parse those back into something Lisp understands? I'm
using SBCL 1.0.9.
S.
.
Relevant Pages
- Re: Java versus Lisp. Comparison needed.
... The Java program turns out to be much slower than the Lisp ... times faster than Java (SBCL: 16 minutes; ... only if you run it long enough JVM will compile it. ... (comp.lang.lisp) - Re: Java versus Lisp. Comparison needed.
... The Java program turns out to be much slower than the Lisp ... times faster than Java (SBCL: 16 minutes; ... For example compare the Perl regex engine with clppcre. ... (comp.lang.lisp) - Re: Java versus Lisp. Comparison needed.
... The Java program turns out to be much slower than the Lisp ... times faster than Java (SBCL: 16 minutes; ... unlike SBCL it does not compile code by default, ... (comp.lang.lisp) - Re: Java versus Lisp. Comparison needed.
... Most programs are in Common Lisp. ... Lombardo has chosen Common Lisp because she compared the performance ... of SBCL with Java, and concluded that SBCL is faster. ... The Java program turns out to be much slower than the Lisp ... (comp.lang.lisp) - Re: Parsing binary Java doubles
... How would I parse those back into something Lisp understands? ... using SBCL 1.0.9. ... Ah I think that was the final piece of the puzzle :-) Thanks! ... (comp.lang.lisp) |
|