Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!orstcs!mist!budd From: budd@mist.CS.ORST.EDU (Tim Budd) Newsgroups: comp.lang.misc Subject: first class functions Keywords: first class objects functions Message-ID: <10245@orstcs.CS.ORST.EDU> Date: 27 Apr 89 22:02:44 GMT Sender: usenet@orstcs.CS.ORST.EDU Lines: 8 I'm looking for examples (if any) of any compiled, possibly strongly typed, languages in which functions/procedures are first class values (i.e., can be stored in variables, can be sent as arguments to other functions, can be returned as the result of a function, and so on). I'm currently designing and implementing such a thing, and want to know what previous work has been done. --tim budd budd@cs.orst.edu