1 / 6

Tues, 02 March: Assignment

Tues, 02 March: Assignment. Read Unit 6 papers (in file drawer) by Thurs, 11th: Cardelli 2 , Milner, Ponder, Day Basic type systems Write (due Friday --05 Mar, 5PM):

rvillegas
Download Presentation

Tues, 02 March: Assignment

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS655

  2. Tues, 02 March: Assignment • Read Unit 6 papers (in file drawer) by Thurs, 11th: • Cardelli2, Milner, Ponder, Day • Basic type systems • Write (due Friday --05 Mar, 5PM): • Haskell and ML handle type inferencing and polymorphism differently. Haskell maps to abstract types while ML maps to concrete types. Explain what this means and address which method, if either (feel free to suggest alternatives), is better. • Submit -- due (this) Thursday, 04 March: • Your project plan: a paragraph describing your group, and its project, as preapproved by me. • Send something TODAY if you have not already CS655

  3. Today’s Topics • l calculus • Denotational semantics CS655

  4. Project • Objective: to learn one or more new languages through analysis and use, in order to broaden your view and understanding of programming languages concepts and issues. • Assignment: • Identify and receive approval for a project in which you learn one or more new programming languages or make a significant contribution to an existing (or evolving) language. • You may work on a default project (see next slide) • You may work in groups of up to three people. OK to work alone. • Final project proposal must be to me by Tuesday, 9 March, 5PM. • No member of a group may have previously known any of the languages analyzed. CS655

  5. Preferred Project • Influence the design of an evolving language. • You suggest the way you’ll influence it. • You accomplish the task of convincing the language designer(s) to at least consider your idea(s) and respond to it (them). CS655

  6. Default Project • Languages: CLU, Icon, APL, Cecil, Sather, Eiffel, Self, OCAML • choose one • Sample questions to answer: • What are the most notable features of your language? Show us they work. • What are the influences on your language? • What is its history in general? • How were the features from (1) influenced? • What problem domains is your language good for? Bad for? Why? • Support arguments with code. • What were the language designer’s goals? • How well does your language meet the language designer’s goals? • What would you do to improve the language? • support with examples. CS655

More Related