에펠 (프로그래밍 언어)
에펠(Eiffel)은 1986년에 나온 ISO 표준의 객체 지향 프로그래밍 언어이다.
![]() | |
패러다임 | 객체지향 |
---|---|
설계자 | 버트란드 메이어 |
개발자 | 버트란드 메이어 |
발표일 | 1986 |
자료형 체계 | 정적 타입 |
주요 구현체 | |
EiffelStudio, LibertyEiffel, SmartEiffel, Visual Eiffel, Gobo Eiffel, "The Eiffel Compiler" tecomp | |
영향을 받은 언어 | |
Ada, 시뮬라, Z | |
영향을 준 언어 | |
Ada 2012, 알바트로스, C#, D, 자바, Lisaac, 라켓, 루비,[1] Sather, 스칼라 |
헬로 월드 프로그램
편집class
HELLO_WORLD
create
make
feature
make is
do
print ("Hello, world!%N")
end
end
각주
편집- ↑ 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.
외부 링크
편집- Basic Eiffel Language Mechanisms, Bertrand Meyer, August 2006.
- Eiffel Software's Open Source initiative
- Eiffel Community
이 글은 프로그래밍 언어에 관한 토막글입니다. 여러분의 지식으로 알차게 문서를 완성해 갑시다. |