condense9 / hark-lang

A serverless virtual machine
https://guide.condense9.com
Apache License 2.0
108 stars 8 forks source link

Error Handling #1

Open rmhsilva opened 4 years ago

rmhsilva commented 4 years ago

Currently, errors in Python/Teal cause everything to halt and fail - you have to restart the program.

Teal needs a condition signalling/exception handling mechanism.

This has two parts

rmhsilva commented 4 years ago

Preliminary thoughts