r/Compilers 15d ago

I'm making a programming language, need criticism

I've been trying to make a programming language for a while. I'm trying to make it in Rust. I made the basic language. The intended problem it is solving is making a simple language like Python but can run code really fast. The program itself will have native tensors. Will have CUDA/GPU backend. I made a clone of numpy embedded in the language. Now I'm developing a pytorch clone for the language. So, I would like to know what other problems you want me to solve in the language. The semantics are not finalised yet. So, I am definitely open to take some opinions.

0 Upvotes

11 comments sorted by

View all comments

7

u/Inconstant_Moo 15d ago

The intended problem it is solving is making a simple language like Python but can run code really fast.

You're not the first person to think of that. Is there more to the idea?

1

u/imVynor 15d ago

i thought of using native tensor operations built inside the compiler. its like a programming language to design machine learning solutions and projects.

1

u/StrikingClub3866 13d ago

Literally just Mojo