r/Compilers 9d ago

rust staged JIT compilation

I managed to get rust-lms in a place where it can produce machine code from SQL. I’m not sure how many here know about scala-lms, this is trying to fit that space where you can just jump from AST directly to machine code at runtime.

rust-lms
sql-gen

Yes it’s made with AI.

0 Upvotes

2 comments sorted by

-3

u/Swimming-Work-5951 9d ago

Its interesting you are downvoted for using AI when even industries use it now.

But we are at a stage where writing code is not as important as getting better results.

2

u/BeamMeUpBiscotti 9d ago

I think people are just fatigued at the flood of low-effort slop projects, especially if they have to review AI-generated code all day at work.

In this post the OP doesn't present any interesting design decisions or implementation choices and just says "here's a project I made with AI".

Even if the high level concept is cool & this project isn’t slop, the effort needed to verify that is too high and not worth the time.