chrisamaphone / sestina

Tinkering with creating a functional programming language for procedural content generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sestina

Work in progress: a functional programming language for procedural content generation.

Design document

To run:

  • Install SML/NJ
  • Run rlwrap sml in the repo directory
  • Type use "interpreter.sml";
  • Type Interpreter.<fn> to access functions

About

Tinkering with creating a functional programming language for procedural content generation.


Languages

Language:Standard ML 100.0%