Is there any forum like this, but for compiler development?

Programming, for all ages and all languages.
Post Reply
User avatar
ASMMan
Posts: 14
Joined: Fri Jan 18, 2013 10:35 pm

Is there any forum like this, but for compiler development?

Post by ASMMan »

Is there any forum like f.osdev.org but for compiler development? I'm very interested to compiler development too but I can't find an online community like this one to talk about. The most close that I find was http://compilers.iecc.com/ but there's not much people in there... I know that there's stackoverflow.com.. but it is not exactly what I'm looking for.... if there's not (I've searched a lot)... in there anyone here interested to also operating system but compiler development too? if so, what about we create together a new online community for this?
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Is there any forum like this, but for compiler developme

Post by Combuster »

Pretty much all your questions answered before: A site like this, but for language development?
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
bwat
Member
Member
Posts: 359
Joined: Fri Jul 03, 2009 6:21 am

Re: Is there any forum like this, but for compiler developme

Post by bwat »

ASMMan wrote:Is there any forum like f.osdev.org but for compiler development? I'm very interested to compiler development too but I can't find an online community like this one to talk about. The most close that I find was http://compilers.iecc.com/ but there's not much people in there... I know that there's stackoverflow.com.. but it is not exactly what I'm looking for.... if there's not (I've searched a lot)... in there anyone here interested to also operating system but compiler development too? if so, what about we create together a new online community for this?
This has been asked before and it ended up nowhere. Either that or I've got a serious case of deja vu!
Every universe of discourse has its logical structure --- S. K. Langer.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Is there any forum like this, but for compiler developme

Post by Combuster »

Insufficient lobbying.

And no, I'm neither going to help nor stop you.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
ASMMan
Posts: 14
Joined: Fri Jan 18, 2013 10:35 pm

Re: Is there any forum like this, but for compiler developme

Post by ASMMan »

I think that the answer is: No, there's not. What I've seen was a discussion about why such a language exists, language designer, operating system.. etc
User avatar
wichtounet
Member
Member
Posts: 90
Joined: Fri Nov 01, 2013 4:05 pm
Location: Fribourg, Switzerland
Contact:

Re: Is there any forum like this, but for compiler developme

Post by wichtounet »

I was developing my own compiler before I switched to my OS, so I've also searched this before. There are no complete forum related to compiler development. There is sometimes some informations in compiler mailing list about some development points.

Moreover, I think there is less need of such forum. Compiler development is based a lot on theory (Compiler Theory and Language Theory). It means that there are tons of papers describing algorithms that you can then implement in your compiler, especially in optimization techniques. Moreover, there are also some very good books covering large parts of the problem. Finally, there are some good tools that may solve some parts of the problem, especially lexing and parsing. Although I've developed my compiler during about 2 years, I've already asked more questions about osdev in two months than I've been asking for my compiler. (That doesn't mean it is easier to implement a good compiler than it is to implement a good kernel ;) )
Thor Operating System: C++ 64 bits OS: https://github.com/wichtounet/thor-os
Good osdeving!
Post Reply