Get Affordable VMs - excellent virtual server hosting


browse words by letter
a b c d e f g h i j k l m n o p q r s t u v w x y z
haskell


haskell


  2  definitions  found 
 
  From  U.S.  Gazetteer  (1990)  [gazetteer]: 
 
  Haskell,  AR  (city,  FIPS  30640) 
  Location:  34.50546  N,  92.63664  W 
  Population  (1990):  1342  (485  housing  units) 
  Area:  8.5  sq  km  (land),  0.0  sq  km  (water) 
  Haskell,  NJ 
  Zip  code(s):  07420 
  Haskell,  OK  (town,  FIPS  32900) 
  Location:  35.82389  N,  95.67852  W 
  Population  (1990):  2143  (851  housing  units) 
  Area:  5.5  sq  km  (land),  0.0  sq  km  (water) 
  Zip  code(s):  74436 
  Haskell,  TX  (city,  FIPS  32696) 
  Location:  33.15898  N,  99.73181  W 
  Population  (1990):  3362  (1622  housing  units) 
  Area:  8.8  sq  km  (land),  0.0  sq  km  (water) 
  Zip  code(s):  79521 
 
  From  The  Free  On-line  Dictionary  of  Computing  (13  Mar  01)  [foldoc]: 
 
  Haskell 
 
    (Named  after  the  logician  {Haskell  Curry})  A  {lazy} 
  {purely  functional}  language  largely  derived  from  {Miranda} 
  but  with  several  extensions.  Haskell  was  designed  by  a 
  committee  from  the  {functional  programming}  community  in  April 
  1990.  It  features  static  {polymorphic}  typing,  {higher-order 
  function}s,  user-defined  {algebraic  data  type}s,  and 
  {pattern-matching}  {list  comprehension}s.  Innovations  include 
  a  {class}  system,  systematic  operator  {overloading},  a 
  {functional  I/O}  system,  functional  {arrays},  and  {separate 
  compilation}. 
 
  Haskell  1.3  added  many  new  features,  including  {monadic  I/O}, 
  standard  libraries,  {constructor  classes},  {labeled  fields}  in 
  datatypes  {strictness}  {annotations},  an  improved  {module} 
  system,  and  many  changes  to  the  Prelude. 
 
  {Gofer}  is  a  cut-down  version  of  Haskell  with  some  extra 
  features. 
 
  {Filename  extension}:  .hs,  .lhs  ({literate  programming}). 
 
  {Home  (http://haskell.org/)}. 
 
  ["Report  on  the  Programming  Language  Haskell  Version  1.1", 
  Paul  Hudak  &  P.  Wadler  eds,  CS  Depts,  U  Glasgow  and  Yale  U., 
  Aug  1991]. 
 
  [Version  1.2:  SIGPLAN  Notices  27(5),  Apr  1992]. 
 
  {Haskell  1.3  Report 
  (http://haskell.cs.yale.edu/haskell-report/haskell-report.html)}. 
 
  Mailing  list:  . 
 
  Yale  Haskell  -  Version  2.0.6,  Haskell  1.2  built  on  {Common 
  Lisp}. 
 
  {(ftp://nebula.cs.yale.edu/pub/haskell/yale/)}. 
 
  Glasgow  Haskell  (GHC)  -  Version  2.04  for  {DEC  Alpha}/{OSF}2; 
  {HPPA1.1}/{HPUX}9,10;  {SPARC}/{SunOs}  4,  {Solaris}  2; 
  {MIPS}/{Irix}  5,6;  {Intel  80386}/{Linux},{Solaris} 
  2,{FreeBSD},{CygWin}  32;  {PowerPC}/{AIX}.  GHC  generates  {C} 
  or  {native  code}. 
 
  {(ftp://ftp.dcs.glasgow.ac.uk/pub/haskell/glasgow/)} 
 
  E-mail:  . 
 
  Haskell-B  -  Haskell  1.2  implemented  in  {LML},  generates 
  {native  code}. 
 
  {(ftp://ftp.cs.chalmers.se/pub/haskell/chalmers/)} 
 
  E-mail:  . 
 
  (1997-06-06)