Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M matt-vaughan-lots
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Norman Ramsey
  • matt-vaughan-lots
  • Wiki
  • Home

Home · Changes

Page history
more work --- algebraic data types authored Jul 02, 2015 by Norman Ramsey's avatar Norman Ramsey
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ e10338b5
......@@ -14,6 +14,19 @@ Here's the plan
7. Write a loader that reads `link` code directly into the UM
8. Create a shell script that works as a "load-and-go assembler" by stitching together the assembler, `link`, and the UM.
# Library and writing work
Find out everything that's known about the **representation of
algebraic data types**. Systems to learn about include GHC, Helium,
yhc, Clean, OCaml, ZINC, SML/NJ, MLton, and the ML\ Kit.
Try hard to find papers when you can.
Also try to dig up a paper by Simon PJ on something like a "known
constructor optimization."
When you've digested all this, write up what you've learned in a short
survey paper (maybe 2 to 4 pages), along with a recommendation about
how Jumbo ML should represent values of algebraic data type.
# Ideas for when Norman's away
Possibly some basic functional-programming stuff for the front end:
......
Clone repository
  • Home