1 / 9

JDBLisp v3.0

JDBLisp v3.0. Dino Camingue Blake Gilstrap Xuejian Tom Yu. Goals.  Add various functions to better grasp the JDBLisp architecture Have let and letd enable both static and dynamic scoping under a single JDBLisp environment. Add Type Judgements for various operations in JDBLisp. Functions.

odette
Télécharger la présentation

JDBLisp v3.0

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. JDBLisp v3.0 Dino Camingue Blake Gilstrap Xuejian Tom Yu

  2. Goals •  Add various functions to better grasp the JDBLisp architecture • Have let and letd enable both static and dynamic scoping under a single JDBLisp environment. • Add Type Judgements for various operations in JDBLisp

  3. Functions • Sort • Reverse

  4. Previous Functionality Originally JDBLisp could only evaluate static scoping

  5. Current Functionality Our JDBLisp is able to accept a let and letd and perform both static and dynamic scoping respectively. *Demonstration*

  6. Inner Workings We were able to achieve this by having a letd tag passed around Used two tables to bind values correctly depending on scoping

  7. Previous Functionality In v2.0 errors with type mismatches could only be caught as a function evaluates.

  8. Current Functionality Our JDBLisp is able to recursively check the AST for type mismatches before evaluation. *Demonstration*

  9. FIN.

More Related