🦞🌯 Lobster Roll

Thread

jank is C++ (jank-lang.org)

Stories related to "jank is C++" across the full archive.

C++ Compilers and Absurd Optimizations (asmbits.blogspot.com)
Correctness Testing of Loop Optimization in C and C++ Compilers (2018) (sattose.wdfiles.com)
Abstract: "Test coverage is often measured by the number of source lines of code that is executed by tests. However, compilers can apply transformations to the code to optimize the performance or size of a program. These transformations can remove parts of the original code, but they can also add ...
Comparing the Same Project in Rust, Haskell, C++, Python, Scala and OCaml (thume.ca)
Compiling a Functional Language Using C++, Part 0 - Intro (danilafe.com)
A Performance-Based Comparison of C/C++ Compilers (2017) (colfaxresearch.com)
Intel C/C++ compilers complete adoption of LLVM (software.intel.com)
jank development update - Object model results (jank-lang.org)
jank gets chunked sequences, volatiles, atoms, and some big project updates (jank-lang.org)
jank gets multimethods (jank-lang.org)
jank is now running on LLVM IR (jank-lang.org)
The jank programming language (compiler-research.org)
Can jank beat Clojure's error reporting? (jank-lang.org)
The next phase of jank's C++ interop (jank-lang.org)
jank is C++ (jank-lang.org)
The jank community has stepped up (jank-lang.org)
jank is off to a great start in 2026 (jank-lang.org)
Interfacing to C++ - D Programming Language (dlang.org)
Dueling Rhetoric of Clojure and Haskell (tech.frontrowed.com)
Immer: Clojure-like persistent data structures in C++
I stumbled across this CppCon talk and found it interesting. The Ewig text editor example with concurrent loading and editing is impressive. The code seems clean. There is a lucid exposition of Relaxed Radix Balanced Trees (RRB trees) in the video. Although I lost the plot with C++ around C+...
Cheerp - the C++ compiler for the Web (leaningtech.com)
clang in the browser: compile and run C++ via WebAssembly: (tbfleming.github.io)
Neanderthal and friends support CUDA 9, Java 9, and Clojure 1.9 (dragan.rocks)
Olmar: Manipulating C and C++ abstract syntax trees in Ocaml (2007) (citeseerx.ist.psu.edu)
Abstract: "Olmar is a branch of the Elsa C++ parser that adds the ability to marshal the abstract syntax tree of any C or C++ input as Ocaml variant type to the disk. The marshaled abstract syntax tree can later be processed with a pure Ocaml program. Alternatively additional Ocaml code could also b...
uC++: C++ Extended with Coroutines, Tasks, and Monitors (1992) (plg.uwaterloo.ca)
Announcing: MSVC Conforms to the C++ Standard (blogs.msdn.microsoft.com)
zapcc: A Caching, C++ Compiler Based On Clang for Faster Compiles (github.com)
Additional details from author [here](http://lists.llvm.org/pipermail/cfe-dev/2015-May/043155.html).
Typed Clojure in Theory and Practice (ambrosebs.com)
An Explanation for Composability of Clojure Transducers (nextjournal.com)
Oops, I Wrote a C++ Compiler (praeclarum.org)
Practical and Verifiable C++ Dynamic Cast for Hard Real-Time Systems (2008) (stroustrup.com)
Abstract: "The dynamic cast operation allows flexibility in the design and use of data management facilities in object-oriented programs. Dynamic cast has an important role in the implementation of the Data Management Services (DMS) of the Mission Data System Project (MDS), the Jet Propulsion Labo...