gobo-eiffel / gobo

The Gobo Eiffel Project provides the Eiffel community with free and portable Eiffel tools and libraries.
https://sourceforge.net/projects/gobo-eiffel/
Other
59 stars 24 forks source link

What is the different between this and Liberty Eiffel? #52

Closed ghost closed 6 months ago

ghost commented 2 years ago

Here is Liberty Eiffel: https://github.com/LibertyEiffel/Liberty

tybor commented 2 years ago

They implement slightly different languages.

Among them:

Il 12 agosto 2022 20:06:03 CEST, pwd96m4a @.***> ha scritto:

Here is Liberty Eiffel: https://github.com/LibertyEiffel/Liberty

-- Reply to this email directly or view it on GitHub: https://github.com/gobo-eiffel/gobo/issues/52 You are receiving this because you are subscribed to this thread.

Message ID: @.***> -- Inviato dal mio dispositivo Android con K-9 Mail. Perdonate la brevità.

ebezault commented 2 years ago

On 13/08/2022 19:57, Paolo Redaelli wrote:

  • Liberty has no support for attached and convert tenses. Does gobo have them?

Yes.

-- Eric Bezault @.*** http://www.gobosoft.com

ghost commented 2 years ago

What is the different between Gobo Eiffel Compiler (gec) and Gobo Eiffel C Compilation (gecc)?

ebezault commented 2 years ago

gec compiles Eiffel code and generates C code, and then by default uses gecc to manage the compilation of these C files and to take advantage of multiprocessors.