Excited to see another project targeting the QBE back end, from what I can tell it's a great lightweight alternative to LLVM.
Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
51–59 of 59 posts
Re: Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
#52For me the only reason to use pascal is GUI apps but this doesn't have it.
I have not used Pascal, but things that appeal to me (other than GUI apps) are that it seems simple to learn, and is readable, fast and compiles fast. What languages would be better in these ways?
Re: Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
#53Re: Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
#54Sorry, I don't trust a compiler project that's done in 3 weeks (I've checked the repo commits history). Downvote this if you want.
is this done? from what I read it's not really (i.e. community) started. Go a bit deeper than the commit history and look at the person behind the project. As we enter the AI developer winter the personal reputation of the author is going to become incredibly critical IMO.
Re: Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
#55Earlier quoted context omitted.
I have not used Pascal, but things that appeal to me (other than GUI apps) are that it seems simple to learn, and is readable, fast and compiles fast. What languages would be better in these ways?
Forth could make a case for "faster" in compilation, at least, since it's aggressively machine-level(in a traditional assembly-up bootstrapped system) but blends a mix of interpreted and compiled. Readable and fast in the real-world cases, OTOH, is a matter of taste and engineering practice. I'm doing hobby Forth and it's a blast - it starts off as a crude load-and-store Fortran-like language, and gradually evolves a…
Re: Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
#56Excited to see another project targeting the QBE back end, from what I can tell it's a great lightweight alternative to LLVM.
Unfortunately the QBE code is really strange so if you need to make some changes yourself it probably won't be very fun
Re: Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
#57I find with-style code so convenient that I recreate it in other languages (auto _=&foo; ...)
Re: Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
#58For me the only reason to use pascal is GUI apps but this doesn't have it.