freebsd-ports/devel/R-cran-proto/pkg-descr
TAKATSU Tomonari aae8df2f67 - Add a new port: devel/R-cran-proto
proto (google code name r-proto) is an R package which facilitates
  a style of programming known as prototype-based programming.
  Prototype-based programming is a type of object oriented (OO)
  programming in which classes and objects are unified into a single
  concept, prototypes. This makes proto and prototye programming
  simpler than the usual OO model yet it retains the OO features of
  inheritance (known as delegation in the prototype model) and OO
  dispatch. Applications, News, Additional Information sources, Proto
  Bugs and Avoiding R Bugs sections are given below while associated
  Links are in the http://code.google.com/p/r-proto/wiki/Links

  WWW:	http://code.google.com/p/r-proto/
2011-09-10 07:52:34 +00:00

12 lines
686 B
Text

proto (google code name r-proto) is an R package which facilitates
a style of programming known as prototype-based programming.
Prototype-based programming is a type of object oriented (OO)
programming in which classes and objects are unified into a single
concept, prototypes. This makes proto and prototye programming
simpler than the usual OO model yet it retains the OO features of
inheritance (known as delegation in the prototype model) and OO
dispatch. Applications, News, Additional Information sources, Proto
Bugs and Avoiding R Bugs sections are given below while associated
Links are in the http://code.google.com/p/r-proto/wiki/Links
WWW: http://code.google.com/p/r-proto/