Is there any forum like this, but for compiler development?
Is there any forum like this, but for compiler development?
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?
- Combuster
- 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
Pretty much all your questions answered before: A site like this, but for language development?
Re: Is there any forum like this, but for compiler developme
This has been asked before and it ended up nowhere. Either that or I've got a serious case of deja vu!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?
Every universe of discourse has its logical structure --- S. K. Langer.
- Combuster
- 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
Insufficient lobbying.
And no, I'm neither going to help nor stop you.
And no, I'm neither going to help nor stop you.
Re: Is there any forum like this, but for compiler developme
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
- wichtounet
- 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
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 )
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!
Good osdeving!