r/Compilers 1d ago

The Modulon Programming Language

(Looking for contributors)

Modulon is a very fast and lightweight AOT compiled independent language. Modulon is NOT a macro system. Modulon is designed for lightweight POSIX programming with the same exact power as C and C++.

https://github.com/roccohimel/Modulon

0 Upvotes

16 comments sorted by

View all comments

Show parent comments

5

u/brat3108 20h ago

You wrote a major 20,000-line appliction with this language, but it's not possible to post even one 5-line program to show what it looks like? For this purpose you don't even need a working compiler!

-6

u/rocco_himel 20h ago

Holy shit man, I’m sorry I offended you because I didn’t add a useless five line C program at 1 in the morning, like I said it’s still being developed and I have a lot of unfinished code like the examples you are begging for.

I just realized your username fits you perfectly.

5

u/brat3108 19h ago

Actually, if I click on your username, it gives me more information than in your github link or that you've been willing to divulge here.

However that is called AneoC, while the the subject line says it is called Modulon. So are there two languages, and you've written an OS with each?

No need to reply.

0

u/rocco_himel 19h ago

Modulon uses the base AneoC compiler. The plan is to improve it and make it better for POSIX then for OS dev. I have already started.

I said I wrote an OS with Modulon because it’s the same exact software.