Recent Posts
Recent Comments
03-19 12:42
관리 메뉴

동글동글 라이프

드디어 "Perl 6"이 출시 되었습니다 :) 본문

개발자 이야기/Perl

드디어 "Perl 6"이 출시 되었습니다 :)

동글동글라이프 2010. 7. 30. 02:16

Perl 6이 Rakudo Star 라는 이름으로 릴리즈 되었습니다.

Rakudo Star - a useful, usable, "early adopter" distribution of Perl 6

http://rakudo.org/node/75

여기서 early adopters 라는 이름을 달고 출시를 한 이유는

perl 6 출시에 앞서 몇가지 버그가 있음을 잘 알고

사용자와 피드백을 얻기 위해서 이렇게 이름을 달았다고 합니다.



Perl 6 에서의 멋진 기능들 입니다 :)

  • Perl 6 grammars and regexes
  • formal parameter lists and signatures
  • metaoperators
  • gradual typing
  • a powerful object model, including roles and classes
  • lazy list evaluation
  • multiple dispatch
  • smart matching
  • junctions and autothreading
  • operator overloading (limited forms for now)
  • introspection
  • currying
  • a rich library of builtin operators, functions, and types
  • an interactive read-evaluation-print loop
  • Unicode at the codepoint level
  • resumable exceptions


KLDP 에 올리신 @aer0 님의 축하글 ~



Perl6을 사용하고 싶으시다면 아래 링크로 고고!!


Rakudo Star "perl 6" 다운로드 경로입니다.



'개발자 이야기 > Perl' 카테고리의 다른 글

perl URI::Escape 모듈  (4) 2010.11.10
Naver Perl 카페회원 1000명을 돌파!  (10) 2010.09.13
소스 다이어트의 적절한 예  (4) 2010.06.16
Acme::EyeDrops  (3) 2010.03.21
Gtk2::Calendar  (1) 2009.09.01
Comments