Making OCaml Safe for Performance Engineering https://lobste.rs/s/ujvpdn #slides #video #compilers #ml #performance
https://youtube.com/watch?v=g3qd4zpm1LA
Making OCaml Safe for Performance Engineering https://lobste.rs/s/ujvpdn #slides #video #compilers #ml #performance
https://youtube.com/watch?v=g3qd4zpm1LA
Fast Compilation or Fast Execution: Just Have Both https://lobste.rs/s/kvganp #compilers #databases
https://cedardb.com/blog/compilation/
My compiler's coming long nicely. If anybody's keeping track (and thank you for that) expect an alpha release version by Friday next week by the latest
As of now I've decided on the name "Unimal," short for "Universal Machine Language" to pay homage to older languages and because I gave Unimal an older syntax model.
The first official release will compile to a custom bytecode I hope to develop before then.
Have a good day everybody
A new #blog post appears!
I built a native GCC 14.2.0 for Mac OS X 10.4 Tiger PowerPC.
Can jank beat Clojure's error reporting?
https://jank-lang.org/blog/2025-03-28-error-reporting/
Discussions: https://discu.eu/q/https://jank-lang.org/blog/2025-03-28-error-reporting/
Calculate Throughput with LLVM's Scheduling Model https://lobste.rs/s/7gswhq #compilers
https://myhsu.xyz/llvm-sched-interval-throughput/
SJS: a static AOT compiler for a subset of JavaScript (2016) https://lobste.rs/s/xfojey #compilers #javascript
https://github.com/Samsung/SJS
The earliest #C compiler by Dennis Ritchie (in C itself; the BCPL -> B -> New B -> C transition is lost here): https://github.com/mortdeus/legacy-cc
Via HN: https://news.ycombinator.com/item?id=43433030
On Lobsters: https://lobste.rs/s/7ugek9/legacy_cc_earliest_known_example_c
HIVEMIND: Does anyone have a copy of the TopSpeed Pascal 3.10 compiler?
I've discovered something. I can't unsee it. So now I have to follow it through.
The [TopSpeed] Pascal compiler could also be used to develop software for the Psion series 3 in a roundabout way if used with the PSION s3 SDK, as the environment allowed you to develop Pascal code with C code, headers and libraries you could get functional s3 apps by linking the Pascal code with the required C headers/libs and then compiling everything with the PSION SDK, in rare cases needing a little bit of glue C code.
Source: http://www.edm2.com/index.php/TopSpeed_Pascal
Does anyone have a copy of TopSpeed Pascal? I need to try writing Pascal software for #EPOC16. The documentation would be really handy, too.
Rust in 2025: Language interop and the extensible compiler
https://smallcultfollowing.com/babysteps/blog/2025/03/18/lang-interop-extensibility/
Discussions: https://discu.eu/q/https://smallcultfollowing.com/babysteps/blog/2025/03/18/lang-interop-extensibility/