- VM Player: VirtualBox 5.2.18 r124319 (Qt5.6.3)
- Appliance of the artifact:
lambda-dti.ova
-
Download the appliance (the image of the VM)
-
Extract the downloaded artifact.
-
Import the appliance and create a VM
- Click
File->Import Applianceon VirtualBox and chooselambda-dti/vm/lambda-dti.ova - A new VM will be created
- Start the VM
- The VM is configured to automatically login as
popluser and open a terminal
- Start the interpreter and try it!
- Run
ldtion the terminal - Try some inputs
- Input:
# (fun (x:?) -> x 2) (fun y -> y);; - Output:
- : ? = 2: int => ?
- Input:
Please see ~/lambda-dti/README.md for more examples and full syntax. ~/lambda-dti/test/test_examples.ml also contains sample programs.
- To rebuild the interpreter, run
dune build && dune installin~/lambda-dti/ - Linux users and password
- User:
root/ Password:popl - User:
popl/ Password:popl
- User: