Bayesian Inference Conditional Compilation

[email protected] (The Holy Ghost) Tue, 16 Oct 2018 16:44:18 +0200 (CEST)
Newsgroups perl.perl6.compiler
Message-ID <[email protected]>
------=_Part_396923_515880779.1539701058595
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Hi,


Before I post my version in C of a Bayesian Inference Model, I would like to mention that you can use this technique to perform conditional compilation in the e.g. rakudo compiler. You will have different outputs of MoarVM and JVM microcode which changes runtime behavior of your perl6 code.


HTH,

Holly


P.S.: See my Bayes::Learn package for the formulas
------=_Part_396923_515880779.1539701058595
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Hi,</p><p><br></p><p>Before I post my version in C of a Bayesian Inference Model, I would like to mention that you can use this technique to perform conditional compilation in the e.g. rakudo compiler. You will have different outputs of MoarVM and JVM microcode which changes runtime behavior of your perl6 code.</p><p><br></p><p>HTH,</p><p>Holly</p><p><br></p><p>P.S.:&#160;See my Bayes::Learn package for the formulas</p></body></html>
 
------=_Part_396923_515880779.1539701058595--