에펠 (프로그래밍 언어)

위키백과, 우리 모두의 백과사전.

에펠
패러다임객체지향
설계자버트란드 메이어
개발자버트란드 메이어
발표일1986
자료형 체계정적 타입
주요 구현체
EiffelStudio, LibertyEiffel, SmartEiffel, Visual Eiffel, Gobo Eiffel, "The Eiffel Compiler" tecomp
영향을 받은 언어
Ada, 시뮬라, Z
영향을 준 언어
Ada 2012, 알바트로스, C#, D, 자바, Lisaac, 라켓, 루비,[1] Sather, 스칼라

에펠(Eiffel)은 1986년에 나온 ISO 표준의 객체 지향 프로그래밍 언어이다.

헬로 월드 프로그램[편집]

class
    HELLO_WORLD
create
    make
feature
    make is
        do
            print ("Hello, world!%N")
        end
end

각주[편집]

  1. Cooper, Peter (2009). 《Beginning Ruby: From Novice to Professional》. Beginning from Novice to Professional 2판. Berkeley: APress. 101쪽. ISBN 1-4302-2363-4. To a lesser extent, Python, LISP, Eiffel, Ada, and C++ have also influenced Ruby. 

외부 링크[편집]