Thread: Eiffel

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    450

    Eiffel

    So what would you suggest is a good starting application to learn basic constructs of a new language. I am going to learn Eiffel so much of what I have learned about OOP in C++ will apply, but I am short on ideas on the best path to learn this new language.

  2. #2
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    When learning new syntax I've found it helpful to translate a program I did before into the new language - you know whats going on already, and all you have to worry about is the syntax.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  3. #3
    Registered User
    Join Date
    Jul 2003
    Posts
    450
    Thanks for the advice this seems like a great idea!

  4. #4
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    I don't think you'll run into this too badly with Eiffel, but the word of caution I have about Axon's suggestion is that by simply translating, you may be abusing the design of the language.

    I don't think the C++ to Eiffel would run into this, but it could potentially. To better show what I mean, consider a) programs written in C++ by C programmers which use classes, etc as simply a sort of wrapper around some data without ever really touching at what OOP is about and b) programs written in LISP or Scheme by people who are used to something like C which come out clunky when elegant solutions exist and are natural (such as the use of trees and recursion).
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Eiffel Tutorial
    By Baccarat in forum Tech Board
    Replies: 1
    Last Post: 03-31-2007, 07:44 PM
  2. any eiffel 65 fans?
    By doubleanti in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 12-27-2001, 01:53 AM