Turtle is meant to be used interactively and safely. This makes it an ideal use case for Reptile. We should be able to have a Turtle server that acts as a REPL loop, running its code within PowerShell data blocks.
Turtle should include a Turtle.Reptile.ps1 file which describes the server.
The main supported command should be Turtle, though a few additional commands should exist to help avoid data language difficulties.
For example, we'll obviously want Get-Random, but we should also alias it to random for simplicity.
Additionally, we can add RandomAngle and RandomColor to save typing and complexity.
Turtle is meant to be used interactively and safely. This makes it an ideal use case for Reptile. We should be able to have a Turtle server that acts as a REPL loop, running its code within PowerShell
datablocks.Turtle should include a
Turtle.Reptile.ps1file which describes the server.The main supported command should be Turtle, though a few additional commands should exist to help avoid data language difficulties.
For example, we'll obviously want
Get-Random, but we should also alias it torandomfor simplicity.Additionally, we can add
RandomAngleandRandomColorto save typing and complexity.