Re: divmod?

2020-05-06 Thread Karol Drożak
:) https://youtu.be/mbdXeRBbgDM pon., 4 maj 2020, 00:25 użytkownik Alexander Shendi (Web.DE) < alexander.she...@web.de> napisał: > Isn't Christian Schafmeister the guy attempting to make a Common Lisp > frontend to the dreaded LLVM infrastructure? > > SCNR  > > Am 3. Mai 2020 23:17:49 MESZ

Re: divmod?

2020-05-03 Thread Alexander Shendi (Web.DE)
Isn't Christian Schafmeister the guy attempting to make a Common Lisp frontend to the dreaded LLVM infrastructure? SCNR  Am 3. Mai 2020 23:17:49 MESZ schrieb Guido Stepken : >Plain wrong. Christian Schafmeister will teach you the use of Lisp in >high(est) end number crunching: >

Re: divmod?

2020-05-03 Thread Guido Stepken
Plain wrong. Christian Schafmeister will teach you the use of Lisp in high(est) end number crunching: https://youtube.com/watch?v=8X69_42Mj-g He's the Super Brain behind all the compute stuff of that famous Genomic Reasearch Institute in NY (proteine folding ... Corona) ... ;-) In fact, he's

Re: divmod?

2020-05-03 Thread John Duncan
For heavy number crunching, picolisp might not be appropriate. In modern systems you would probably want something that used the vector instructions. But if it’s a few divisions here and there, you’d be surprised how little the efficiency in clock cycles matters anymore. On Sun, May 3, 2020 at

Re: divmod?

2020-05-03 Thread Wilhelm Fitzpatrick
I'm not finding such a thing in the function reference, but asking on the off chance I'm overlooking it. Is there a way in Picolisp to get a division result and remainder as a single operation? Sure http://ix.io/2kBM Thanks! But as Alex intuited, I was looking to leverage the underlying

Re: divmod?

2020-05-03 Thread Mike
May 3, 2020 1:13 AM, "Wilhelm Fitzpatrick" wrote: > I'm not finding such a thing in the function reference, but asking on the off > chance I'm > overlooking it. Is there a way in Picolisp to get a division result and > remainder as a single > operation? Sure http://ix.io/2kBM -- UNSUBSCRIBE:

Re: divmod?

2020-05-02 Thread Alexander Burger
Hi Wilhelm, > I'm not finding such a thing in the function > reference, but asking on the off chance I'm > overlooking it. Is there a way in Picolisp to > get a division result and remainder as a > single operation? No, there is not. I thought about it initially, but found that it makes no sense

divmod?

2020-05-02 Thread Wilhelm Fitzpatrick
I'm not finding such a thing in the function reference, but asking on the off chance I'm overlooking it. Is there a way in Picolisp to get a division result and remainder as a single operation? -wilhelm -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe