Kefir C17/C23 Compiler
1–10 of 21 posts
Re: Kefir C17/C23 Compiler
#2Re: Kefir C17/C23 Compiler
#3I think it is fantastic to have more compiler implementations. It was probably also a fun project to code. What I find lacking in web pages is a motivation. What makes it different from popular compilers? Where is this project heading? What would be potential benefits/use-cases for using this compiler vs others, lessons learned, etc.?
For your other questions I found these in the linked text
- https://sr.ht/~jprotopopov/kefir/#goals-and-priorities
- https://sr.ht/~jprotopopov/kefir/#history-and-future-plansRe: Kefir C17/C23 Compiler
#4I think it is fantastic to have more compiler implementations. It was probably also a fun project to code. What I find lacking in web pages is a motivation. What makes it different from popular compilers? Where is this project heading? What would be potential benefits/use-cases for using this compiler vs others, lessons learned, etc.?
I agree on it being fantastic. For your other questions I found these in the linked text - https://sr.ht/~jprotopopov/kefir/#goals-and-priorities - https://sr.ht/~jprotopopov/kefir/#history-and-future-plans
Re: Kefir C17/C23 Compiler
#5Re: Kefir C17/C23 Compiler
#6Earlier quoted context omitted.
I agree on it being fantastic. For your other questions I found these in the linked text - https://sr.ht/~jprotopopov/kefir/#goals-and-priorities - https://sr.ht/~jprotopopov/kefir/#history-and-future-plans
Those sections don't really provide details on the author's motivations to be honest
Re: Kefir C17/C23 Compiler
#7Re: Kefir C17/C23 Compiler
#8I think it is fantastic to have more compiler implementations. It was probably also a fun project to code. What I find lacking in web pages is a motivation. What makes it different from popular compilers? Where is this project heading? What would be potential benefits/use-cases for using this compiler vs others, lessons learned, etc.?
It is also important to have more independent implementations of the C standard, not only to sort out dark corners in the specification (current WG14 have been doing great), but to prevent it turning into GCC-Clang power struggle.
Re: Kefir C17/C23 Compiler
#9Nice to see someone started the work from zero instead of piggybacking LLVM.