[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::languages

Title:Languages
Notice:Speaking In Tongues
Moderator:TLE::TOKLAS::FELDMAN
Created:Sat Jan 25 1986
Last Modified:Wed May 21 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:394
Total number of notes:2683

382.0. "Functional Languages" by ODIXIE::WALTERS (If it ain't broke...fix it anyway) Tue Aug 23 1994 10:42

    Hello all,
    
    Can someone tell me where I can get some info. on the functional
    programming languages (Miranda) and (Concurrent Clean)?
    
    Thanks for any help rendered.
    
    Best regards,
    craig
T.RTitleUserPersonal
Name
DateLines
382.1MirandaSQGUK::WINNGeoff Winn @ REO F/G9Wed Aug 31 1994 04:4314
	You could try "An Overview of Miranda" by David Turner in SIGPLAN
  Notices, December 1986. If you want the software, contact Research Software
  Ltd, 23 St Augustines Road, Canterbury, CT1 1XP, Britain. or email
  [email protected].

	There is also a book called "Introduction to Functional Programming"
  by Richard Bird and Philip Wadler. This uses a functional language which
  is very similar to Miranda.

	I've never used Miranda but I have used Orwell extensively (a very
  similar language). Let me know if there's anything else I can help with.

	Geoff.
382.2it's all happening on the WebSTAR::PRAETORIUSwhat does the elephant need?Thu Sep 08 1994 22:3716
     Clean is available on the net (as are Gofer and Haskell, both of
which are fairly close to Miranda).  Miranda's a commercial product, so
you're not going to find it laying around.:-(

     Here are some Web starting points for anybody interested in func-
tional programming (and remember, if your program ain't functional,
it's dysfunctional:-)

http://www.dcs.glasgow.ac.uk/~kh/glasgow-fp-body.html#Research Areas
Functional Programming at Glasgow
http://www.lpac.qmw.ac.uk/SEL-HPC/Articles/FuncArchive.html
Functional Programming Archive
http://www.cs.cmu.edu:8001/afs/cs.cmu.edu/user/mleone/web/language-research.html
Programming Language Research
ftp://ftp.cs.st-andrews.ac.uk/pub/staple/www/fp_home.html
Functional Programming at St Andrews
382.3Pointers?ODIXIE::WALTERSIf it ain't broke...fix it anywayMon Sep 12 1994 11:4412
    Thanks for the replies.  Regarding -.1 by "available on the net" do you
    mean ours or Internet?  If ours, might you have pointers to Clean,
    Gofer, and Haskell?
    
    Oh by the way, are there any versions of the above written to run on
    PC's?
    
    Thanks for any info.
    
    Best regards,
    
    craig
382.4if you can get to the Web, you're home freeSTAR::PRAETORIUSwhat does the elephant need?Thu Sep 15 1994 15:147
     By on the net, I mean the Internet - but if you can run Mosaic, you
can probably do FTP from the Internet, so machs nichts.

     Gofer runs on Macs and PCs, Clean on Macs (PC version alleged to be
forthcoming, I think).  There are a number of tutorials out there, too,
for SML and Haskell (Gofer implements a fairly faithful dialect of
Haskell).