What are some OOP languages (with GC) that compiles down to native and not bytecode/VM?

What are some OOP languages (with GC) that compiles down to native and not bytecode/VM?

Attached: Investigator-scientist-image.jpg (680x357, 67K)

Haxe with Hxcpp

OCaml

D

JVM Bytecode

C++ actually mentions GC as an optional feature in the standard, but that essentially means you can't rely on it at all for any cross platform code.
D however does have a GC (although they're trying to offer both GC and non-GC).
Both C++ and D have object oriented features, but the languages themselves don't really push the paradigm, because people realized there are often better ways to design your software.

You can implement your own GC or use a library. Why though.

Common Lisp (SBCL).

You are asking for D
I don't know why you would want it, but it's exactly what you want

Nim

just go for kotlin native or vala.

SBCL has an amazing compiler.

>What are some OOP languages (with GC) that compiles down to native
Java using gcj
D
C# using certain compilers

Python

Attached: photo_2018-11-13_09-01-13.jpg (1024x1004, 57K)

Go and Rust.

Crystal once it's done
>gcj
dead and buried, use proprietary excelsior JET instead

Chicken scheme

Rust has no gc.
Python doesn't compile to native. cython is not even remotely python.

this

Vala

What do you think did OP mean by "OOP"?

D
Crystal
C# with .NET Native
Java/Kotlin with graal native-image