HackerTrans
TopNewTrendsCommentsPastAskShowJobs

marcle

no profile record

Submissions

Fun with Positron: Combining the Best of RStudio and VS Code

andrewheiss.com
2 points·by marcle·قبل سنتين·1 comments

Owl project (OCaml scientific computing) formally concluded

github.com
3 points·by marcle·قبل سنتين·2 comments

8 months of OCaml after 8 years of Haskell

discourse.haskell.org
13 points·by marcle·قبل 3 سنوات·1 comments

comments

marcle
·قبل سنتين·discuss
Answering my own question: Umbra and PostgreSQL include "#" as an operator for bitwise xor, whereas DuckDB does not.
marcle
·قبل سنتين·discuss
This is very interesting code that uses Umbra v0.2-957, PostgreSQL 17.2, and DuckDB v1.1.3.

One minor point: some of the problems could not be implemented in DuckDB due to a missing xor operator - but the documentation includes an xor function (https://duckdb.org/docs/sql/functions/numeric.html#xorx-y) for the same version. Is the form of the function not suitable?
marcle
·قبل سنتين·discuss
Nice childhood memories: "Thunderbirds are go!"

I always wondered how the palm trees were able to be flattened:).
marcle
·قبل سنتين·discuss
This is a very interesting IDE to support data science.

Has anyone tried using the Eclipse Theia IDE for data science?

One of these IDEs may finally entice me away from ESS, magit and Org Mode.
marcle
·قبل سنتين·discuss
"PSA" can also be probabilistic sensitivity analysis. I do health economic evaluations for prostate cancer screening -- which leads to interesting ambiguities:).
marcle
·قبل سنتين·discuss
The article references the SSJ Java package which is developed by the author and his colleagues. This provides implementations for many RNGs -- and some nice tools for simulations: https://github.com/umontreal-simul/ssj
marcle
·قبل سنتين·discuss
And see the discussion at https://discuss.ocaml.org/t/owl-project-concluding/14117
marcle
·قبل سنتين·discuss
See also some discussion at https://www.reddit.com/r/ocaml/comments/1au329z/owl_project_...
marcle
·قبل سنتين·discuss
ErgoAI is as "an enterprise-level extension of the Flora-2 system" which was recently open-sourced: https://github.com/ErgoAI . It seems to be well documented.
marcle
·قبل 3 سنوات·discuss
See https://fricas.github.io/, which includes a 990 page book and detailed documentation.
marcle
·قبل 3 سنوات·discuss
This is a nicely balanced discussion of the two languages - with much food for thought.
marcle
·قبل 3 سنوات·discuss
I wrote a purely functional AD library in Mercury [0], which adapts a general approach from [1]. I believe that Owl provides a similar approach [2].

[0] https://github.com/mclements/mercury-ad

[1] https://github.com/qobi/AD-Rosetta-Stone/

[2] https://github.com/owlbarn/owl/tree/main/src/base/algodiff