Looks interesting. As someone who's been using Pascal since Turbo Pascal 6, and use Delphi daily at work, I'm not sure I quite get the "COM-style interface GUID" objection. What exactly about it is complex, and how do you implement Supports() without it?
by samuell
1 subcomments
It is a bit curious with the Mojo 1.0 beta coincidence, as Pascal was the other langauge with a highly readable and quite simple language combined with performant compiled code without GC.
What it lacked was a modern compiler and stack. There is FreePascal for sure, and Lazarus is impressive, but it for sure has its baggage.
by HexDecOctBin
1 subcomments
Does this support declaring variables anywhere (as opposed to only in the beginning of a function)? That was my primary complaint when using Lazarus.
by tomekw
0 subcomment
That’s so great! Thank you!
I wish something like this existed for Ada :)
by dvh
0 subcomment
For me the only reason to use pascal is GUI apps but this doesn't have it.
by superdisk
0 subcomment
Looks cool and does aim to address some of the annoying warts in Pascal. Especially the memory model.
by zx8080
2 subcomments
Sorry, 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.