-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the different between this and Liberty Eiffel? #52
Comments
They implement slightly different languages.
Among them:
- non conforming inheritance in marked with "inherit {NONE}" in Gobo and with "insert" in Liberty
- there's no NONE class in Liberty, so instead of labelling private features with "feature {NONE}" you write "feature {}"
- Liberty has no support for attached and convert tenses. Does gobo have them?
- Liberty base classes differs from ELKS
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:
#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à.
|
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
|
What is the different between Gobo Eiffel Compiler (gec) and Gobo Eiffel C Compilation (gecc)? |
gec compiles Eiffel code and generates C code, and then by default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is Liberty Eiffel: https://github.com/LibertyEiffel/Liberty
The text was updated successfully, but these errors were encountered: